Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/i915/display/
Dintel_fb.h26 #define INTEL_PLANE_CAP_CCS_MC BIT(2) macro
Dintel_fb.c150 INTEL_PLANE_CAP_CCS_MC)
161 .plane_caps = INTEL_PLANE_CAP_TILING_4 | INTEL_PLANE_CAP_CCS_MC,
181 .plane_caps = INTEL_PLANE_CAP_TILING_Y | INTEL_PLANE_CAP_CCS_MC,
339 INTEL_PLANE_CAP_CCS_MC); in intel_fb_is_mc_ccs_modifier()
Dskl_universal_plane.c2211 caps |= INTEL_PLANE_CAP_CCS_MC; in skl_get_plane_caps()