Home
last modified time | relevance | path

Searched refs:rgb_order (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dskl_universal_plane.h26 int skl_format_to_fourcc(int format, bool rgb_order, bool alpha);
H A Dskl_universal_plane.c169 int skl_format_to_fourcc(int format, bool rgb_order, bool alpha) in skl_format_to_fourcc() argument
198 if (rgb_order) { in skl_format_to_fourcc()
210 if (rgb_order) { in skl_format_to_fourcc()
222 if (rgb_order) { in skl_format_to_fourcc()
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dfb_decoder.c113 static int skl_format_to_drm(int format, bool rgb_order, bool alpha, in skl_format_to_drm() argument
126 if (rgb_order) in skl_format_to_drm()
132 skl_pixel_formats_index = rgb_order ? 10 : 11; in skl_format_to_drm()