Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_dp_aux_backlight.c107 u8 tcon_cap[4]; in intel_dp_aux_supports_hdr_backlight() local
109 ret = drm_dp_dpcd_read(aux, INTEL_EDP_HDR_TCON_CAP0, tcon_cap, sizeof(tcon_cap)); in intel_dp_aux_supports_hdr_backlight()
110 if (ret != sizeof(tcon_cap)) in intel_dp_aux_supports_hdr_backlight()
113 if (!(tcon_cap[1] & INTEL_EDP_HDR_TCON_BRIGHTNESS_NITS_CAP)) in intel_dp_aux_supports_hdr_backlight()
116 if (tcon_cap[0] >= 1) { in intel_dp_aux_supports_hdr_backlight()
118 tcon_cap[0]); in intel_dp_aux_supports_hdr_backlight()
121 tcon_cap[0]); in intel_dp_aux_supports_hdr_backlight()
126 tcon_cap[2] & INTEL_EDP_SDR_TCON_BRIGHTNESS_AUX_CAP; in intel_dp_aux_supports_hdr_backlight()