Commit 4bbd4973 authored by Dave Airlie's avatar Dave Airlie

drm/radeon/kms: enable r600 tv outputs.

I never changed this back when I wrote tv-out support.
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent f066a17d
...@@ -272,12 +272,9 @@ bool radeon_get_atom_connector_info_from_object_table(struct drm_device *dev) ...@@ -272,12 +272,9 @@ bool radeon_get_atom_connector_info_from_object_table(struct drm_device *dev)
(le16_to_cpu(path->usConnObjectId) & (le16_to_cpu(path->usConnObjectId) &
OBJECT_TYPE_MASK) >> OBJECT_TYPE_SHIFT; OBJECT_TYPE_MASK) >> OBJECT_TYPE_SHIFT;
if ((le16_to_cpu(path->usDeviceTag) == /* TODO CV support */
ATOM_DEVICE_TV1_SUPPORT) if (le16_to_cpu(path->usDeviceTag) ==
|| (le16_to_cpu(path->usDeviceTag) == ATOM_DEVICE_CV_SUPPORT)
ATOM_DEVICE_TV2_SUPPORT)
|| (le16_to_cpu(path->usDeviceTag) ==
ATOM_DEVICE_CV_SUPPORT))
continue; continue;
if ((rdev->family == CHIP_RS780) && if ((rdev->family == CHIP_RS780) &&
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment