mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 04:48:04 +09:00
drm/rockchip: enable async page flip configure
We support page flip through the drm atomic helper function. But if we don't enable it the userspace won't know this driver has such a capability. Change-Id: If3689a526ea95235d191c0bbeba89745ae70d9c7 Signed-off-by: Randy Li <randy.li@rock-chips.com>
This commit is contained in:
@@ -402,6 +402,7 @@ void rockchip_drm_mode_config_init(struct drm_device *dev)
|
||||
*/
|
||||
dev->mode_config.max_width = 8192;
|
||||
dev->mode_config.max_height = 8192;
|
||||
dev->mode_config.async_page_flip = true;
|
||||
|
||||
dev->mode_config.funcs = &rockchip_drm_mode_config_funcs;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user