diff options
author | 2017-06-19 13:39:28 -0400 | |
---|---|---|
committer | 2017-06-19 13:39:28 -0400 | |
commit | d4e0045c4ed300781d2d4cbab57d05ed5e665a37 (patch) | |
tree | 925bab41d7906329392aa12c8fa7bcc70f64ca46 /drivers/gpu/drm/amd/amdgpu/dce_virtual.c | |
parent | drm/rockchip: gem: add the lacks lock and trivial changes (diff) | |
parent | Linux 4.12-rc6 (diff) | |
download | linux-dev-d4e0045c4ed300781d2d4cbab57d05ed5e665a37.tar.xz linux-dev-d4e0045c4ed300781d2d4cbab57d05ed5e665a37.zip |
Merge remote-tracking branch 'origin/master' into drm-misc-next-fixes
Backmerge 4.12-rc6 into -next-fixes. -next-fixes will contain find patches
for 4.13 merge window
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/dce_virtual.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/dce_virtual.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/dce_virtual.c b/drivers/gpu/drm/amd/amdgpu/dce_virtual.c index 81a24b6b4846..f1b479b6ac98 100644 --- a/drivers/gpu/drm/amd/amdgpu/dce_virtual.c +++ b/drivers/gpu/drm/amd/amdgpu/dce_virtual.c @@ -248,7 +248,7 @@ static void dce_virtual_crtc_disable(struct drm_crtc *crtc) amdgpu_fb = to_amdgpu_framebuffer(crtc->primary->fb); abo = gem_to_amdgpu_bo(amdgpu_fb->obj); - r = amdgpu_bo_reserve(abo, false); + r = amdgpu_bo_reserve(abo, true); if (unlikely(r)) DRM_ERROR("failed to reserve abo before unpin\n"); else { |