[PATCH 1/2] drm/radeon/kms: use drm_detect_hdmi_monitor for picking encoder mode

Rafał Miłecki zajec5 at gmail.com
Fri Jan 27 00:26:34 PST 2012


2012/1/20  <alexdeucher at gmail.com>:
> From: Alex Deucher <alexander.deucher at amd.com>
>
> We were previously just checking for audio.

So... Does every hdmi_monitor supports audio? Or should it rather be
if (drm_detect_monitor_audio(radeon_connector->edid) &&
drm_detect_hdmi_monitor(radeon_connector->edid))
?

Sorry, I'm not familiar enough with EDID.

-- 
Rafał


More information about the dri-devel mailing list