Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_display_device.h146 #define HAS_BIGJOINER(__display) (DISPLAY_VER(__display) >= 11 && HAS_DSC(__display))
163 #define HAS_DSC(__display) (DISPLAY_RUNTIME_INFO(__display)->has_dsc) macro
164 #define HAS_DSC_3ENGINES(__display) (DISPLAY_VERx100(__display) == 1401 && HAS_DSC(__display))
165 #define HAS_DSC_MST(__display) (DISPLAY_VER(__display) >= 12 && HAS_DSC(__display))
191 HAS_DSC(__display))
H A Dintel_vdsc.c28 if (!HAS_DSC(display)) in intel_dsc_source_support()
H A Dintel_dp.c1395 if (!HAS_DSC(display)) in intel_dp_has_dsc()
4088 if (!HAS_DSC(display)) in intel_dp_detect_dsc_caps()
4662 if (!enable && HAS_DSC(display)) in intel_dp_set_infoframes()