Home
last modified time | relevance | path

Searched refs:yuv_order (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H A Dfb_decoder.c113 int yuv_order) in skl_format_to_drm()
134 skl_pixel_formats_index = yuv_order >> 16; in skl_format_to_drm()
415 u32 color_order, yuv_order; in intel_vgpu_decode_sprite_plane() local
430 yuv_order = (val & SPRITE_YUV_BYTE_ORDER_MASK) >> in intel_vgpu_decode_sprite_plane()
453 switch (yuv_order) { in intel_vgpu_decode_sprite_plane()
467 /* yuv_order has only 2 bits */ in intel_vgpu_decode_sprite_plane()
112 skl_format_to_drm(int format, bool rgb_order, bool alpha, int yuv_order) skl_format_to_drm() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H A Dfb_decoder.c114 int yuv_order) in skl_format_to_drm()
135 skl_pixel_formats_index = yuv_order >> 16; in skl_format_to_drm()
416 u32 color_order, yuv_order; in intel_vgpu_decode_sprite_plane() local
431 yuv_order = (val & SPRITE_YUV_ORDER_MASK) >> in intel_vgpu_decode_sprite_plane()
454 switch (yuv_order) { in intel_vgpu_decode_sprite_plane()
468 /* yuv_order has only 2 bits */ in intel_vgpu_decode_sprite_plane()
113 skl_format_to_drm(int format, bool rgb_order, bool alpha, int yuv_order) skl_format_to_drm() argument

Completed in 2 milliseconds