linux_dsm_epyc7002/drivers/gpu/drm/nouveau/dispnv04
Lyude Paul 2b7e7bb168 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 <lyude@redhat.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
2019-08-23 12:55:34 +10:00
..
arb.c drm/nouveau: drop use of drmp.h 2019-08-23 12:55:31 +10:00
crtc.c drm/nouveau/dispnv04: Remove runtime PM 2019-08-23 12:55:34 +10:00
cursor.c drm/nouveau: drop use of drmp.h 2019-08-23 12:55:31 +10:00
dac.c drm/nouveau: drop use of drmp.h 2019-08-23 12:55:31 +10:00
dfp.c drm/nouveau: drop use of drmp.h 2019-08-23 12:55:31 +10:00
disp.c drm/nouveau: Disable atomic support on a per-device basis 2019-08-23 12:55:31 +10:00
disp.h drm/nouveau/dispnv04: subdev/bios.h is included more than once 2019-08-23 12:55:31 +10:00
hw.c drm/nouveau: drop use of drmp.h 2019-08-23 12:55:31 +10:00
hw.h drm/nouveau: drop drmP.h from all header files 2019-08-23 12:55:30 +10:00
Kbuild drm/nouveau: fix bogus GPL-2 license header 2019-07-19 16:26:51 +10:00
nvreg.h
overlay.c drm/nouveau: drop use of drmp.h 2019-08-23 12:55:31 +10:00
tvmodesnv17.c drm/nouveau: drop use of drmp.h 2019-08-23 12:55:31 +10:00
tvnv04.c drm/nouveau: drop use of drmp.h 2019-08-23 12:55:31 +10:00
tvnv17.c drm/nouveau: drop use of drmp.h 2019-08-23 12:55:31 +10:00
tvnv17.h