Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_hdmi.c960 int count = 0, count_hdmi = 0; in hdmi_12bpc_possible() local
978 count_hdmi += encoder->type == INTEL_OUTPUT_HDMI; in hdmi_12bpc_possible()
986 return count_hdmi > 0 && count_hdmi == count; in hdmi_12bpc_possible()