drm/nouveau: just pass gpio line to pwm_*, not entire gpio struct
authorBen Skeggs <bskeggs@redhat.com>
Mon, 21 Nov 2011 11:28:28 +0000 (21:28 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Wed, 21 Dec 2011 09:01:44 +0000 (19:01 +1000)
commit675aac033e089833e763ea4fbabae66883d10574
tree69e16cb4743d72b36d54bcffa57bf06b9eb449cc
parentc8b9641a9146b13d34824f99c3d22c8c0c3a06bd
drm/nouveau: just pass gpio line to pwm_*, not entire gpio struct

We don't need more than the line id to determine the PWM controller, and
the GPIO interfaces are about to change somewhat.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_drv.h
drivers/gpu/drm/nouveau/nouveau_pm.c
drivers/gpu/drm/nouveau/nouveau_pm.h
drivers/gpu/drm/nouveau/nv40_pm.c
drivers/gpu/drm/nouveau/nv50_pm.c