]> bbs.cooldavid.org Git - net-next-2.6.git/commit
drm/nouveau: No need to lock/unlock the VGA CRTC regs all the time.
authorFrancisco Jerez <currojerez@riseup.net>
Tue, 20 Jul 2010 01:08:25 +0000 (03:08 +0200)
committerBen Skeggs <bskeggs@redhat.com>
Mon, 26 Jul 2010 01:42:42 +0000 (11:42 +1000)
commit03cd06ca9046190e8418749c2c8f636e2625556c
tree632eaef04358ff0e1e4c0d1078d23d8ca09d4b41
parentd06ab841d14f3747823e88e5172047367e051a32
drm/nouveau: No need to lock/unlock the VGA CRTC regs all the time.

Locking only makes sense in the VBIOS parsing code as it's executed
before CRTC init.

Signed-off-by: Francisco Jerez <currojerez@riseup.net>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_bios.c
drivers/gpu/drm/nouveau/nouveau_connector.c
drivers/gpu/drm/nouveau/nouveau_drv.c
drivers/gpu/drm/nouveau/nv04_display.c
drivers/gpu/drm/nouveau/nv04_tv.c