]> git.baikalelectronics.ru Git - kernel.git/commit
drm/nv50/dmaobj: extend class to allow gpu-specific attributes to be defined
authorBen Skeggs <bskeggs@redhat.com>
Mon, 8 Oct 2012 04:29:16 +0000 (14:29 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Wed, 28 Nov 2012 23:56:39 +0000 (09:56 +1000)
commit6932e6b5f0d2da048ca2e235811fc02715219128
tree85bef8abe897bd9fd53c6f942978e6b9895491b6
parent412442c276faa81d95e31be9a53bb524ecfe15b9
drm/nv50/dmaobj: extend class to allow gpu-specific attributes to be defined

disp is going to need to be able to create more specific dma objects
than was previously possible.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/core/engine/dmaobj/base.c
drivers/gpu/drm/nouveau/core/engine/dmaobj/nv50.c
drivers/gpu/drm/nouveau/core/include/core/class.h
drivers/gpu/drm/nouveau/core/include/engine/dmaobj.h
drivers/gpu/drm/nouveau/nouveau_abi16.c
drivers/gpu/drm/nouveau/nouveau_chan.c