Skip to content

Commit

Permalink
drm/radeon/kms: fix typo in quirks
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@linux.ie>
  • Loading branch information
Alex Deucher authored and Dave Airlie committed Sep 11, 2009
1 parent 1be3405 commit d42571e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/gpu/drm/radeon/radeon_atombios.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ static bool radeon_atom_apply_quirks(struct drm_device *dev,
(dev->pdev->subsystem_vendor == 0x1043) &&
(dev->pdev->subsystem_device == 0x01da)) {
if (*connector_type == DRM_MODE_CONNECTOR_HDMIA) {
*connector_type = DRM_MODE_CONNECTOR_DVID;
*connector_type = DRM_MODE_CONNECTOR_DVII;
}
}

Expand All @@ -157,7 +157,7 @@ static bool radeon_atom_apply_quirks(struct drm_device *dev,
(dev->pdev->subsystem_vendor == 0x1043) &&
(dev->pdev->subsystem_device == 0x01e2)) {
if (*connector_type == DRM_MODE_CONNECTOR_HDMIA) {
*connector_type = DRM_MODE_CONNECTOR_DVID;
*connector_type = DRM_MODE_CONNECTOR_DVII;
}
}

Expand Down

0 comments on commit d42571e

Please sign in to comment.