Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_fb.h29 #define INTEL_PLANE_CAP_TILING_Yf BIT(5) macro
H A Dintel_fb.c154 INTEL_PLANE_CAP_TILING_Yf | \
234 .plane_caps = INTEL_PLANE_CAP_TILING_Yf | INTEL_PLANE_CAP_CCS_RC,
250 .plane_caps = INTEL_PLANE_CAP_TILING_Yf,
747 case INTEL_PLANE_CAP_TILING_Yf: in intel_fb_modifier_to_tiling()
H A Dskl_universal_plane.c2222 caps |= INTEL_PLANE_CAP_TILING_Yf; in skl_get_plane_caps()