aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
diff options
context:
space:
mode:
authorLyude Paul <[email protected]>2019-08-07 23:47:05 +0000
committerBen Skeggs <[email protected]>2019-08-23 02:55:34 +0000
commit2b7e7bb16812cd3a8f85f1d8e2752ab66130a0fe (patch)
tree42446e1bc00bcf169fa23d838612950f89de6285 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
parentdrm/nouveau/gpio: check function 76 in the power check as well (diff)
downloadkernel-2b7e7bb16812cd3a8f85f1d8e2752ab66130a0fe.tar.gz
kernel-2b7e7bb16812cd3a8f85f1d8e2752ab66130a0fe.zip
drm/nouveau/dispnv04: Remove runtime PM
Originally when trying to fix the issue of runtime PM references with non-blocking CRTCs on nv50, I ended up stumbling on this code when trying to remove nouveau_drm->have_disp_power_ref, and attempted to fix it to remove the dependency on have_disp_power_ref. However, Ilia Mirkin pointed out that this code is actually completely useless, as pre-nv50 never had runtime PM support in the first place! Go figure. So, since it's useless just get rid of it. Note that since the only thing nouveau_crtc_set_config() was doing was grabbing a runtime PM ref, calling drm_crtc_helper_set_config() then dropping the ref; we can just remove the function entirely and just call drm_crtc_helper_set_config() directly. Signed-off-by: Lyude Paul <[email protected]> Signed-off-by: Ben Skeggs <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions