Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228861
b: refs/heads/master
c: 881dd74
h: refs/heads/master
i:
  228859: 7110ed1
v: v3
  • Loading branch information
Alex Deucher authored and Dave Airlie committed Jan 7, 2011
1 parent ddd7b77 commit 2b7d72e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 936b27cce8fdb8ca50a593714963862586285094
refs/heads/master: 881dd74ea731067f8fc81608e3a8914fdd66bc6d
5 changes: 4 additions & 1 deletion trunk/drivers/gpu/drm/radeon/radeon_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,10 @@ int radeon_modeset_init(struct radeon_device *rdev)

rdev->ddev->mode_config.funcs = (void *)&radeon_mode_funcs;

if (ASIC_IS_AVIVO(rdev)) {
if (ASIC_IS_DCE5(rdev)) {
rdev->ddev->mode_config.max_width = 16384;
rdev->ddev->mode_config.max_height = 16384;
} else if (ASIC_IS_AVIVO(rdev)) {
rdev->ddev->mode_config.max_width = 8192;
rdev->ddev->mode_config.max_height = 8192;
} else {
Expand Down

0 comments on commit 2b7d72e

Please sign in to comment.