summaryrefslogtreecommitdiff
path: root/shared-core/savage_bci.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-22drm: major whitespace/coding style realignment with kernelDave Airlie1-11/+9
2007-11-05drm: remove lots of spurious whitespace.Dave Airlie1-5/+4
2007-07-20Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt1-43/+25
2007-07-20Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt1-9/+11
2007-07-20Remove DRM_ERR OS macro.Eric Anholt1-30/+30
2007-07-16drm: remove drm_buf_tDave Airlie1-5/+5
2007-07-16drm: remove drmP.h internal typedefsDave Airlie1-16/+16
2007-07-16drm: detypedef drm.h and fixup all problemsDave Airlie1-4/+4
2007-04-28remove DRM_GETSAREA and replace with drm_getsarea functionDave Airlie1-1/+1
2006-12-19make a savage function static from kernelDave Airlie1-1/+3
2006-10-16dev->agp_buffer_map is not initialized for AGP DMA on savagesMichael Karcher1-0/+1
2006-04-09Revert a change that accidentally went in with whitespace changes fromEric Anholt1-2/+2
2006-01-02whitespace cleanup/aligment with kernelDave Airlie1-29/+27
2005-11-08Initial port of savage to FreeBSD for the AGP and !ShadowStatus case. AddsEric Anholt1-13/+14
2005-09-03convert ioctl flags to use flags instead of separate intsDave Airlie1-4/+4
2005-08-09Make sure savage has 3rd ioctl parameterJon Smirl1-4/+4
2005-08-07make some functions static in the savage drm driverDave Airlie1-3/+13
2005-08-05Rename the driver hooks in the DRM to something a little moreEric Anholt1-15/+28
2005-06-28- Remove drm_initmap and replace its usage with drm_addmap. This reducesEric Anholt1-17/+16
2005-06-21Change initialization of savage register access to _DRM_READ_ONLY. Flags ofJon Smirl1-1/+1
2005-06-04Remove warnings about code mixed with declerations..Dave Airlie1-3/+4
2005-03-13Command DMA optimizations:Felix Kuehling1-24/+46
2005-03-07Tracked down random lockups related to command DMA that occurred in Quake3Felix Kuehling1-9/+16
2005-03-06Added support for command DMA on Savage4-based hardware. UnfortunatelyFelix Kuehling1-11/+304
2005-02-23Use wrap counter to extend 16-bit hardware event tags to 32-bit logicalFelix Kuehling1-3/+24
2005-02-05- Implement drm_initmap, and extend it with the resource number to helpEric Anholt1-13/+21
2005-01-15Setup MTRRs for frame buffer and aperture manually on Savage3D andFelix Kuehling1-1/+69
2005-01-10Only try to find the agp_buffer_map if dma_type is AGP. This is all that'sFelix Kuehling1-5/+8
2005-01-08Fixed off-by-one error in savage_bci_wait_fifo_shadow.Felix Kuehling1-1/+1
2005-01-053D scissor regs are now managed by the DRM to iterate over clip rectsFelix Kuehling1-1/+8
2005-01-01Completeley rewritten Savage DRM which can be considered secure (moduloFelix Kuehling1-0/+657