Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/i915/display/
Dintel_fb.h24 #define INTEL_PLANE_CAP_CCS_RC BIT(0) macro
Dintel_fb.c148 #define INTEL_PLANE_CAP_CCS_MASK (INTEL_PLANE_CAP_CCS_RC | \
173 .plane_caps = INTEL_PLANE_CAP_TILING_4 | INTEL_PLANE_CAP_CCS_RC,
190 .plane_caps = INTEL_PLANE_CAP_TILING_Y | INTEL_PLANE_CAP_CCS_RC,
207 .plane_caps = INTEL_PLANE_CAP_TILING_Yf | INTEL_PLANE_CAP_CCS_RC,
215 .plane_caps = INTEL_PLANE_CAP_TILING_Y | INTEL_PLANE_CAP_CCS_RC,
Dskl_universal_plane.c2205 caps |= INTEL_PLANE_CAP_CCS_RC; in skl_get_plane_caps()