mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 08:43:31 +00:00
drm: rockchip: Turn off VT switching on suspend
drm/rockchip already has support for disabling all displays on suspend and enabling them on resume. Disable automatic VT switching on suspend by the pm console tracking layer. Tested on veyron, used `echo mem > sys/power/state` => verified no VT switch Reviewed-by: Daniel Kurtz <djkurtz@chromium.org> Signed-off-by: Caesar Wang <wxt@rock-chips.com>
This commit is contained in:
parent
d3007dabef
commit
b340b3fb71
1 changed files with 3 additions and 0 deletions
|
@ -119,6 +119,9 @@ static int rockchip_drm_fbdev_create(struct drm_fb_helper *helper,
|
|||
DRM_DEBUG_KMS("FB [%dx%d]-%d kvaddr=%p offset=%ld size=%d\n",
|
||||
fb->width, fb->height, fb->depth, rk_obj->kvaddr,
|
||||
offset, size);
|
||||
|
||||
fbi->skip_vt_switch = true;
|
||||
|
||||
return 0;
|
||||
|
||||
err_drm_framebuffer_unref:
|
||||
|
|
Loading…
Add table
Reference in a new issue