summaryrefslogtreecommitdiff
path: root/include/uapi/drm/radeon_drm.h
AgeCommit message (Collapse)AuthorFilesLines
2012-12-14drm/radeon: enable the async DMA rings in the CS ioctlAlex Deucher1-0/+1
This enables the functionality added in the previous patches. Userspace acceleration drivers can use the CS ioctl to submit command buffers to the async DMA rings. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2012-12-08drm/radeon: add new INFO ioctl requestsAlex Deucher1-0/+4
Add requests to get the number of shader engines (SE) and the number of SH per SE. These are needed for geometry and tesselation shaders in the 3D driver as well as setting up PA_SC_RASTER_CONFIG on SI asics. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2012-12-08drm/radeon: add a CS flag END_OF_FRAMEMarek Olšák1-0/+1
No version bump is required because setting the flag on older DRM has no effect. This only reserves the bit and doesn't use it. I assume we will use it for buffer eviction heuristics. Signed-off-by: Marek Olšák <maraeo@gmail.com>
2012-10-04UAPI: (Scripted) Disintegrate include/drmDavid Howells1-0/+976
Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Michael Kerrisk <mtk.manpages@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com>