mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-25 15:11:41 +00:00
drm/amdgpu: don't VT switch on suspend
Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
1d1106b0f6
commit
df7989fe1e
1 changed files with 1 additions and 0 deletions
|
|
@ -207,6 +207,7 @@ static int amdgpufb_create(struct drm_fb_helper *helper,
|
||||||
}
|
}
|
||||||
|
|
||||||
info->par = rfbdev;
|
info->par = rfbdev;
|
||||||
|
info->skip_vt_switch = true;
|
||||||
|
|
||||||
ret = amdgpu_framebuffer_init(adev->ddev, &rfbdev->rfb, &mode_cmd, gobj);
|
ret = amdgpu_framebuffer_init(adev->ddev, &rfbdev->rfb, &mode_cmd, gobj);
|
||||||
if (ret) {
|
if (ret) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue