index
:
~suokko/drm
clean_compiler_warnings
master
modesetting
radeon_reloc_optimization
relocation_rewrite
section_rewrite
simple_relocation_optimization
drm updates.
suokko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shared-core
/
savage_bci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-11-22
drm: major whitespace/coding style realignment with kernel
Dave Airlie
1
-11
/
+9
2007-11-05
drm: remove lots of spurious whitespace.
Dave Airlie
1
-5
/
+4
2007-07-20
Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.
Eric Anholt
1
-43
/
+25
2007-07-20
Replace filp in ioctl arguments with drm_file *file_priv.
Eric Anholt
1
-9
/
+11
2007-07-20
Remove DRM_ERR OS macro.
Eric Anholt
1
-30
/
+30
2007-07-16
drm: remove drm_buf_t
Dave Airlie
1
-5
/
+5
2007-07-16
drm: remove drmP.h internal typedefs
Dave Airlie
1
-16
/
+16
2007-07-16
drm: detypedef drm.h and fixup all problems
Dave Airlie
1
-4
/
+4
2007-04-28
remove DRM_GETSAREA and replace with drm_getsarea function
Dave Airlie
1
-1
/
+1
2006-12-19
make a savage function static from kernel
Dave Airlie
1
-1
/
+3
2006-10-16
dev->agp_buffer_map is not initialized for AGP DMA on savages
Michael Karcher
1
-0
/
+1
2006-04-09
Revert a change that accidentally went in with whitespace changes from
Eric Anholt
1
-2
/
+2
2006-01-02
whitespace cleanup/aligment with kernel
Dave Airlie
1
-29
/
+27
2005-11-08
Initial port of savage to FreeBSD for the AGP and !ShadowStatus case. Adds
Eric Anholt
1
-13
/
+14
2005-09-03
convert ioctl flags to use flags instead of separate ints
Dave Airlie
1
-4
/
+4
2005-08-09
Make sure savage has 3rd ioctl parameter
Jon Smirl
1
-4
/
+4
2005-08-07
make some functions static in the savage drm driver
Dave Airlie
1
-3
/
+13
2005-08-05
Rename the driver hooks in the DRM to something a little more
Eric Anholt
1
-15
/
+28
2005-06-28
- Remove drm_initmap and replace its usage with drm_addmap. This reduces
Eric Anholt
1
-17
/
+16
2005-06-21
Change initialization of savage register access to _DRM_READ_ONLY. Flags of
Jon Smirl
1
-1
/
+1
2005-06-04
Remove warnings about code mixed with declerations..
Dave Airlie
1
-3
/
+4
2005-03-13
Command DMA optimizations:
Felix Kuehling
1
-24
/
+46
2005-03-07
Tracked down random lockups related to command DMA that occurred in Quake3
Felix Kuehling
1
-9
/
+16
2005-03-06
Added support for command DMA on Savage4-based hardware. Unfortunately
Felix Kuehling
1
-11
/
+304
2005-02-23
Use wrap counter to extend 16-bit hardware event tags to 32-bit logical
Felix Kuehling
1
-3
/
+24
2005-02-05
- Implement drm_initmap, and extend it with the resource number to help
Eric Anholt
1
-13
/
+21
2005-01-15
Setup MTRRs for frame buffer and aperture manually on Savage3D and
Felix Kuehling
1
-1
/
+69
2005-01-10
Only try to find the agp_buffer_map if dma_type is AGP. This is all that's
Felix Kuehling
1
-5
/
+8
2005-01-08
Fixed off-by-one error in savage_bci_wait_fifo_shadow.
Felix Kuehling
1
-1
/
+1
2005-01-05
3D scissor regs are now managed by the DRM to iterate over clip rects
Felix Kuehling
1
-1
/
+8
2005-01-01
Completeley rewritten Savage DRM which can be considered secure (modulo
Felix Kuehling
1
-0
/
+657