summaryrefslogtreecommitdiff
path: root/shared-core/mach64_dma.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-03mach64: some more minor cleanupsDave Airlie1-57/+53
2008-01-03drm: cleanup DRM_DEBUG() parametersMárton Németh1-35/+26
2007-12-08mach64: comment bus master / ring buffer behavior and securityJosé Fonseca1-1/+27
2007-12-05mach64: make buffer emission macros normal functionsJosé Fonseca1-0/+227
2007-12-05mach64: use utf-8José Fonseca1-1/+1
2007-11-05drm: remove lots of spurious whitespace.Dave Airlie1-4/+4
2007-07-20Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt1-29/+22
2007-07-20Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt1-8/+9
2007-07-20Remove DRM_ERR OS macro.Eric Anholt1-25/+25
2007-07-16drm: remove drm_buf_tDave Airlie1-5/+5
2007-07-16drm: remove drmP.h internal typedefsDave Airlie1-8/+8
2007-07-16drm: detypedef drm.h and fixup all problemsDave Airlie1-6/+6
2007-04-28remove DRM_GETSAREA and replace with drm_getsarea functionDave Airlie1-2/+1
2006-10-02Bug 6242: [mach64] Use private DMA buffers, part #4.George Sapountzis1-36/+15
2006-10-02Bug 6242: [mach64] Use private DMA buffers, part #2.George Sapountzis1-0/+27
2006-10-02Bug 6242: [mach64] Use private DMA buffers, part #1.George Sapountzis1-75/+80
2006-10-02Bug 6209: [mach64] AGP DMA buffers not mapped correctly.George Sapountzis1-0/+1
2005-08-05Rename the driver hooks in the DRM to something a little moreEric Anholt1-1/+1
2005-04-26Convert BSD code to mostly use bus_dma, the dma abstraction for dealingEric Anholt1-21/+18
2005-02-19Fix a couple of gcc warnings in DRM_INFOs.Eric Anholt1-3/+3
2005-01-17Some code commenting concerning the FIFO & DMA engine.Jose Fonseca1-33/+133
2004-09-30Lindent of core build. Drivers checked for no binary diffs. A few filesJon Smirl1-572/+671
2004-09-27First check in for DRM that splits core from personality modulesJon Smirl1-30/+18
2004-08-24Merged drmfntbl-0-0-2drmfntbl-0-0-2-20040824-mergeDave Airlie1-2/+6
2004-08-23set pointers to NULL after freeing, remove some extra debuggingDave Airlie1-1/+3
2004-08-17Merged drmfntbl-0-0-1drmfntbl-0-0-1-20040817-mergeDave Airlie1-13/+25
2004-05-11Add missing DRM_ERR()s.Eric Anholt1-2/+2
2004-04-12Add mach64 to the trunkDave Airlie1-0/+1325