]> git.baikalelectronics.ru Git - kernel.git/commit
drm/nv04/disp: hide all the cruft away in its own little hole
authorBen Skeggs <bskeggs@redhat.com>
Thu, 21 Mar 2013 05:45:11 +0000 (15:45 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Fri, 26 Apr 2013 05:37:51 +0000 (15:37 +1000)
commitca9df00d04e302f5620632621ad3baf46fe24c8e
treedda4f2208f78dbc654fbfcecb97575c3cc564a7e
parent4946b8e574da1483e9c5529c9e95c781a532036f
drm/nv04/disp: hide all the cruft away in its own little hole

It'd be pretty awesome if someone would care enough to port this all
properly to a class interface, perhaps submitting a command stream to
the core via a sw object on PFIFO (emulating how EVO works basically,
and also what nvidia have done forever..)..

But, this seems unlikely given how old this hardware is now, so, lets
just hide it away.

There's a heap of other bits and pieces laying around that are still
tangled.  I'll (re)move them in pieces.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
38 files changed:
drivers/gpu/drm/nouveau/Makefile
drivers/gpu/drm/nouveau/dispnv04/Makefile [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv04/arb.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv04/crtc.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv04/cursor.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv04/dac.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv04/dfp.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv04/disp.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv04/disp.h [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv04/hw.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv04/hw.h [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv04/nvreg.h [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv04/tvmodesnv17.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv04/tvnv04.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv04/tvnv17.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv04/tvnv17.h [new file with mode: 0644]
drivers/gpu/drm/nouveau/nouveau_bios.c
drivers/gpu/drm/nouveau/nouveau_bios.h
drivers/gpu/drm/nouveau/nouveau_calc.c [deleted file]
drivers/gpu/drm/nouveau/nouveau_connector.c
drivers/gpu/drm/nouveau/nouveau_display.c
drivers/gpu/drm/nouveau/nouveau_encoder.h
drivers/gpu/drm/nouveau/nouveau_hw.c [deleted file]
drivers/gpu/drm/nouveau/nouveau_hw.h [deleted file]
drivers/gpu/drm/nouveau/nv04_crtc.c [deleted file]
drivers/gpu/drm/nouveau/nv04_cursor.c [deleted file]
drivers/gpu/drm/nouveau/nv04_dac.c [deleted file]
drivers/gpu/drm/nouveau/nv04_dfp.c [deleted file]
drivers/gpu/drm/nouveau/nv04_display.c [deleted file]
drivers/gpu/drm/nouveau/nv04_display.h [deleted file]
drivers/gpu/drm/nouveau/nv04_pm.c
drivers/gpu/drm/nouveau/nv04_tv.c [deleted file]
drivers/gpu/drm/nouveau/nv17_tv.c [deleted file]
drivers/gpu/drm/nouveau/nv17_tv.h [deleted file]
drivers/gpu/drm/nouveau/nv17_tv_modes.c [deleted file]
drivers/gpu/drm/nouveau/nv40_pm.c
drivers/gpu/drm/nouveau/nv50_pm.c
drivers/gpu/drm/nouveau/nvreg.h [deleted file]