Searched refs:PLANE_CTL_FORMAT_MASK (Results 1 – 4 of 4) sorted by relevance
221 val & PLANE_CTL_FORMAT_MASK, in intel_vgpu_decode_primary_plane()
2234 pixel_format = val & PLANE_CTL_FORMAT_MASK; in skl_get_initial_plane_config()
4314 fourcc = skl_format_to_fourcc(val & PLANE_CTL_FORMAT_MASK, in skl_ddb_get_hw_plane_state()
7131 #define PLANE_CTL_FORMAT_MASK (0xf << 24) macro