Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_dp_aux_backlight.c106 static bool is_intel_tcon_cap(const u8 tcon_cap[4]) in is_intel_tcon_cap()
108 return tcon_cap[0] >= 1; in is_intel_tcon_cap()
120 u8 tcon_cap[4]; in intel_dp_aux_supports_hdr_backlight() local
124 ret = drm_dp_dpcd_read(aux, INTEL_EDP_HDR_TCON_CAP0, tcon_cap, sizeof(tcon_cap)); in intel_dp_aux_supports_hdr_backlight()
125 if (ret != sizeof(tcon_cap)) in intel_dp_aux_supports_hdr_backlight()
131 is_intel_tcon_cap(tcon_cap) ? "Intel" : "unsupported", tcon_cap[0]); in intel_dp_aux_supports_hdr_backlight()
133 if (!is_intel_tcon_cap(tcon_cap)) in intel_dp_aux_supports_hdr_backlight()
159 tcon_cap[2] & INTEL_EDP_SDR_TCON_BRIGHTNESS_AUX_CAP; in intel_dp_aux_supports_hdr_backlight()
161 tcon_cap[1] & INTEL_EDP_HDR_TCON_2084_DECODE_CAP; in intel_dp_aux_supports_hdr_backlight()
163 tcon_cap[1] & INTEL_EDP_HDR_TCON_2020_GAMUT_CAP; in intel_dp_aux_supports_hdr_backlight()
[all …]