mirror of https://gitee.com/openkylin/linux.git
drm/vc4: Allow vblank to be disabled
Signed-off-by: Derek Foreman <derekf@osg.samsung.com> Signed-off-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
48666d5631
commit
98a4450454
|
@ -51,6 +51,7 @@ int vc4_kms_load(struct drm_device *dev)
|
|||
dev->mode_config.max_height = 2048;
|
||||
dev->mode_config.funcs = &vc4_mode_funcs;
|
||||
dev->mode_config.preferred_depth = 24;
|
||||
dev->vblank_disable_allowed = true;
|
||||
|
||||
drm_mode_config_reset(dev);
|
||||
|
||||
|
|
Loading…
Reference in New Issue