mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
drm: vc4: Increase max screen size to 4096x4096.
We now should support 4k screens, therefore this limit needs to be increased. Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
This commit is contained in:
committed by
popcornmix
parent
c55bfcf32b
commit
a6e54ce3ca
@@ -534,8 +534,8 @@ int vc4_kms_load(struct drm_device *dev)
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
dev->mode_config.max_width = 2048;
|
dev->mode_config.max_width = 4096;
|
||||||
dev->mode_config.max_height = 2048;
|
dev->mode_config.max_height = 4096;
|
||||||
dev->mode_config.funcs = &vc4_mode_funcs;
|
dev->mode_config.funcs = &vc4_mode_funcs;
|
||||||
dev->mode_config.preferred_depth = 24;
|
dev->mode_config.preferred_depth = 24;
|
||||||
dev->mode_config.async_page_flip = true;
|
dev->mode_config.async_page_flip = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user