]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/nv20/fb: split implementation into nv20/nv25 pieces
authorBen Skeggs <bskeggs@redhat.com>
Tue, 9 Oct 2012 05:48:11 +0000 (15:48 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Wed, 28 Nov 2012 23:56:27 +0000 (09:56 +1000)
commita8749af1a0584757e52124774b603ff901f99690
tree91e0fa722eca0f1d00fe5503e9b45106b8848bf9
parent67e9e9f6ca185149e7612573b9258ede28a62d88
drm/nv20/fb: split implementation into nv20/nv25 pieces

There's more stuff that can be shared in the constructor, will be merged
together again later.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/Makefile
drivers/gpu/drm/nouveau/core/include/subdev/fb.h
drivers/gpu/drm/nouveau/core/subdev/device/nv20.c
drivers/gpu/drm/nouveau/core/subdev/fb/nv20.c
drivers/gpu/drm/nouveau/core/subdev/fb/nv25.c [new file with mode: 0644]