Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_fb.h25 #define INTEL_PLANE_CAP_CCS_RC_CC BIT(1) macro
Dintel_fb.c150 INTEL_PLANE_CAP_CCS_RC_CC | \
166 .plane_caps = INTEL_PLANE_CAP_TILING_4 | INTEL_PLANE_CAP_CCS_RC_CC,
199 .plane_caps = INTEL_PLANE_CAP_TILING_Y | INTEL_PLANE_CAP_CCS_RC_CC,
327 INTEL_PLANE_CAP_CCS_RC_CC); in intel_fb_is_rc_ccs_cc_modifier()
Dskl_universal_plane.c2207 caps |= INTEL_PLANE_CAP_CCS_RC_CC; in skl_get_plane_caps()