Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_fb.h26 #define INTEL_PLANE_CAP_CCS_RC BIT(0) macro
H A Dintel_fb.c236 #define INTEL_PLANE_CAP_CCS_MASK (INTEL_PLANE_CAP_CCS_RC | \
266 .plane_caps = INTEL_PLANE_CAP_TILING_4 | INTEL_PLANE_CAP_CCS_RC,
295 .plane_caps = INTEL_PLANE_CAP_TILING_4 | INTEL_PLANE_CAP_CCS_RC,
312 .plane_caps = INTEL_PLANE_CAP_TILING_Y | INTEL_PLANE_CAP_CCS_RC,
329 .plane_caps = INTEL_PLANE_CAP_TILING_Yf | INTEL_PLANE_CAP_CCS_RC,
337 .plane_caps = INTEL_PLANE_CAP_TILING_Y | INTEL_PLANE_CAP_CCS_RC,
H A Dskl_universal_plane.c2726 caps |= INTEL_PLANE_CAP_CCS_RC; in skl_plane_caps()
2745 caps |= INTEL_PLANE_CAP_CCS_RC; in glk_plane_caps()
2756 INTEL_PLANE_CAP_CCS_RC; in icl_plane_caps()
2774 INTEL_PLANE_CAP_CCS_RC | in tgl_plane_caps()
2911 caps &= ~(INTEL_PLANE_CAP_CCS_RC | in skl_universal_plane_create()