Searched refs:PLANE_CTL_ORDER_RGBX (Results 1 – 4 of 4) sorted by relevance
222 val & PLANE_CTL_ORDER_RGBX, in intel_vgpu_decode_primary_plane()
698 return PLANE_CTL_FORMAT_XRGB_8888 | PLANE_CTL_ORDER_RGBX; in skl_plane_ctl_format()704 return PLANE_CTL_FORMAT_XRGB_2101010 | PLANE_CTL_ORDER_RGBX; in skl_plane_ctl_format()710 return PLANE_CTL_FORMAT_XRGB_16161616F | PLANE_CTL_ORDER_RGBX; in skl_plane_ctl_format()2245 val & PLANE_CTL_ORDER_RGBX, alpha); in skl_get_initial_plane_config()
4315 val & PLANE_CTL_ORDER_RGBX, in skl_ddb_get_hw_plane_state()
7155 #define PLANE_CTL_ORDER_RGBX (1 << 20) macro