|
@@ -772,8 +772,8 @@ void psb_modeset_init(struct drm_device *dev)
|
|
|
for (i = 0; i < dev_priv->num_pipe; i++)
|
|
|
psb_intel_crtc_init(dev, i, mode_dev);
|
|
|
|
|
|
- dev->mode_config.max_width = 2048;
|
|
|
- dev->mode_config.max_height = 2048;
|
|
|
+ dev->mode_config.max_width = 4096;
|
|
|
+ dev->mode_config.max_height = 4096;
|
|
|
|
|
|
psb_setup_outputs(dev);
|
|
|
|