Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/gvt/
Dfb_decoder.c119 static int skl_format_to_drm(int format, bool rgb_order, bool alpha, in skl_format_to_drm() argument
132 if (rgb_order) in skl_format_to_drm()
138 skl_pixel_formats_index = rgb_order ? 10 : 11; in skl_format_to_drm()
/linux-6.12.1/drivers/gpu/drm/i915/display/
Dskl_universal_plane.h30 int skl_format_to_fourcc(int format, bool rgb_order, bool alpha);
Dskl_universal_plane.c172 int skl_format_to_fourcc(int format, bool rgb_order, bool alpha) in skl_format_to_fourcc() argument
201 if (rgb_order) { in skl_format_to_fourcc()
213 if (rgb_order) { in skl_format_to_fourcc()
225 if (rgb_order) { in skl_format_to_fourcc()