]> git.baikalelectronics.ru Git - kernel.git/commit
drm/nv04-nv40: import initial pm backend
authorBen Skeggs <bskeggs@redhat.com>
Thu, 16 Sep 2010 06:25:26 +0000 (16:25 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Fri, 24 Sep 2010 06:27:13 +0000 (16:27 +1000)
commit596c76332774304578eb0e200330d8d2d5649a25
tree923e916c7a8ff361ea1ad16e91c219a661d75c27
parent423945c6df592d848ee75580fa604b76e11ecd1a
drm/nv04-nv40: import initial pm backend

Currently just hooked up to the already-existing nouveau_hw, which should
handle all relevant chipsets as well as we currently can.

This will likely be eventually split out and improved into chipset specific
code at a later point.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/Makefile
drivers/gpu/drm/nouveau/nouveau_hw.c
drivers/gpu/drm/nouveau/nouveau_pm.h
drivers/gpu/drm/nouveau/nouveau_state.c
drivers/gpu/drm/nouveau/nv04_pm.c [new file with mode: 0644]