drm/nv50: Implement ctxprog/state generation.
authorMarcin Kościelnicki <koriakin@0x04.net>
Thu, 25 Feb 2010 00:54:02 +0000 (00:54 +0000)
committerBen Skeggs <bskeggs@redhat.com>
Thu, 25 Feb 2010 05:09:38 +0000 (15:09 +1000)
commitd5f3c90d4f3ad6b054f9855b7b69137b97bda131
tree62d0fa97727229c1001bf1e9d38b04d0b159a955
parentbe079e97b5a6a569ceff73731aa9433b6113cb87
drm/nv50: Implement ctxprog/state generation.

This removes dependence on external firmware for NV50 generation cards.
If the generated ctxprogs don't work for you for some reason, please
report it.

Signed-off-by: Marcin Kościelnicki <koriakin@0x04.net>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/Makefile
drivers/gpu/drm/nouveau/nouveau_drv.h
drivers/gpu/drm/nouveau/nv50_graph.c
drivers/gpu/drm/nouveau/nv50_grctx.c [new file with mode: 0644]