Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_hdmi.c1220 int count = 0, count_hdmi = 0; in hdmi_12bpc_possible() local
1234 count_hdmi += encoder->type == INTEL_OUTPUT_HDMI; in hdmi_12bpc_possible()
1242 return count_hdmi > 0 && count_hdmi == count; in hdmi_12bpc_possible()