Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168459
b: refs/heads/master
c: dfdd646
h: refs/heads/master
i:
  168457: c20ac1a
  168455: e8335b4
v: v3
  • Loading branch information
Alex Deucher authored and Dave Airlie committed Oct 15, 2009
1 parent b88aa74 commit ce08c7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ceefedd8e8a80b743fa0b6d6b1992be7029a9efb
refs/heads/master: dfdd646773941bb6b22c3898a26a109e57c872a2
5 changes: 5 additions & 0 deletions trunk/drivers/gpu/drm/radeon/radeon_connectors.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,11 @@ static void radeon_add_common_modes(struct drm_encoder *encoder, struct drm_conn
};

for (i = 0; i < 17; i++) {
if (radeon_encoder->devices & (ATOM_DEVICE_TV_SUPPORT)) {
if (common_modes[i].w > 1024 ||
common_modes[i].h > 768)
continue;
}
if (radeon_encoder->devices & (ATOM_DEVICE_LCD_SUPPORT)) {
if (common_modes[i].w > native_mode->hdisplay ||
common_modes[i].h > native_mode->vdisplay ||
Expand Down

0 comments on commit ce08c7a

Please sign in to comment.