Home
last modified time | relevance | path

Searched refs:PLANE_CTL_YUV422_ORDER_MASK (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H A Dfb_decoder.c224 val & PLANE_CTL_YUV422_ORDER_MASK); in intel_vgpu_decode_primary_plane()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H A Dfb_decoder.c225 val & PLANE_CTL_YUV422_ORDER_MASK); in intel_vgpu_decode_primary_plane()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_reg.h3630 #define PLANE_CTL_YUV422_ORDER_MASK REG_GENMASK(17, 16) macro
3631 #define PLANE_CTL_YUV422_ORDER_YUYV REG_FIELD_PREP(PLANE_CTL_YUV422_ORDER_MASK, 0)
3632 #define PLANE_CTL_YUV422_ORDER_UYVY REG_FIELD_PREP(PLANE_CTL_YUV422_ORDER_MASK, 1)
3633 #define PLANE_CTL_YUV422_ORDER_YVYU REG_FIELD_PREP(PLANE_CTL_YUV422_ORDER_MASK, 2)
3634 #define PLANE_CTL_YUV422_ORDER_VYUY REG_FIELD_PREP(PLANE_CTL_YUV422_ORDER_MASK, 3)
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_reg.h6925 #define PLANE_CTL_YUV422_ORDER_MASK (0x3 << 16) macro

Completed in 61 milliseconds