Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156516
b: refs/heads/master
c: 5e4d6fa
h: refs/heads/master
v: v3
  • Loading branch information
Keith Packard authored and Eric Anholt committed Jul 13, 2009
1 parent 648f86a commit 31c34a7
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 8a90523639f49dc4b4fa7ae47bb9c8ed73ea8577
refs/heads/master: 5e4d6fa72619aeea271d2ad704757717b06e291a
3 changes: 3 additions & 0 deletions trunk/drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -3148,6 +3148,9 @@ void intel_modeset_init(struct drm_device *dev)
if (IS_I965G(dev)) {
dev->mode_config.max_width = 8192;
dev->mode_config.max_height = 8192;
} else if (IS_I9XX(dev)) {
dev->mode_config.max_width = 4096;
dev->mode_config.max_height = 4096;
} else {
dev->mode_config.max_width = 2048;
dev->mode_config.max_height = 2048;
Expand Down

0 comments on commit 31c34a7

Please sign in to comment.