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()
4630 return PLANE_CTL_FORMAT_XRGB_8888 | PLANE_CTL_ORDER_RGBX; in skl_plane_ctl_format()4636 return PLANE_CTL_FORMAT_XRGB_2101010 | PLANE_CTL_ORDER_RGBX; in skl_plane_ctl_format()4642 return PLANE_CTL_FORMAT_XRGB_16161616F | PLANE_CTL_ORDER_RGBX; in skl_plane_ctl_format()10582 val & PLANE_CTL_ORDER_RGBX, alpha); in skl_get_initial_plane_config()
4320 val & PLANE_CTL_ORDER_RGBX, in skl_ddb_get_hw_plane_state()
6911 #define PLANE_CTL_ORDER_RGBX (1 << 20) macro