index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
drm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix botched git -> svn merge.
rnoland
2009-10-30
1
-1
/
+1
*
Cleanup in r600_blit
rnoland
2009-10-30
1
-29
/
+39
*
A bit of cleanup work on radeon_freelist_get()
rnoland
2009-10-30
1
-41
/
+4
*
Some general cleanup of scatter/gather memory allocation
rnoland
2009-10-30
1
-44
/
+25
*
Use system specified memory barriers rather than rolling our own.
rnoland
2009-10-30
1
-17
/
+3
*
Fix blitter support for RS880 chips
rnoland
2009-10-30
1
-3
/
+3
*
Check pointer for NULL before dereferencing it, not after.
brueffer
2009-10-21
1
-1
/
+2
*
Add support for Intel G41 chipset
rnoland
2009-10-11
2
-1
/
+4
*
Fix offset handling
rnoland
2009-09-28
1
-7
/
+7
*
radeon_family is an enum, so ordering can be important.
rnoland
2009-09-28
1
-2
/
+2
*
Fix blit pitch for 4 byte transfers on r600.
rnoland
2009-09-28
1
-1
/
+1
*
R600 doesn't support IRQs yet, so don't try to use them.
rnoland
2009-09-28
2
-1
/
+19
*
Add a couple of small fixes from the AMD folks.
rnoland
2009-09-13
1
-4
/
+8
*
Add missing pci id for Radeon 4850 X2
rnoland
2009-09-13
1
-0
/
+1
*
Add GET_PARAM support for Z pipes.
rnoland
2009-08-23
4
-1
/
+19
*
Add kernel support for Radeon R6/7xx 3D.
rnoland
2009-08-23
7
-19
/
+3125
*
Add a read only sysctl tracking the hw.drm.msi tunable.
rnoland
2009-08-23
2
-0
/
+5
*
Clean up the handling of device minors
rnoland
2009-08-23
4
-12
/
+8
*
Clean up the locking in drm_alloc_resource()
rnoland
2009-08-23
1
-7
/
+15
*
Temporarily revert the new-bus locking for 8.0 release. It will be
jhb
2009-08-20
1
-8
/
+0
*
Add support for radeon RS880 IGP chips to drm.
rnoland
2009-08-12
3
-5
/
+19
*
Add some additional radeon pci ids to drm.
rnoland
2009-08-12
1
-0
/
+5
*
Make the newbus subsystem Giant free by adding the new newbus sxlock.
attilio
2009-08-02
1
-0
/
+8
*
Add support for Radeon HD 4770 (RV740) chips.
rnoland
2009-07-09
3
-1
/
+40
*
We shouldn't need to drop and reaquire the lock here.
rnoland
2009-06-25
1
-7
/
+5
*
Some more cleanups for vblank code on Intel.
rnoland
2009-06-25
2
-27
/
+18
*
Initialize max_vblank_count earlier.
rnoland
2009-06-25
2
-8
/
+12
*
Keep track of the hardware counter more aggressively while interrupts
rnoland
2009-06-25
1
-0
/
+4
*
Fix one use of atomic for refcount missed in last commit.
rnoland
2009-06-25
1
-1
/
+1
*
Additional vblank cleanups.
rnoland
2009-06-25
1
-26
/
+29
*
Ensure that we always hold the lock when calling vblank_disable_fn()
rnoland
2009-06-25
1
-0
/
+5
*
Add some sysctl info so that we can see what is going on with vblanks.
rnoland
2009-06-23
1
-0
/
+24
*
Only release irq resources if we were actually using them.
rnoland
2009-06-23
1
-4
/
+7
*
Using signals for vblank events is prone to issues. There have never
rnoland
2009-06-23
2
-59
/
+1
*
Given that vblanks generally occur 60 times a second, waiting 3 seconds
rnoland
2009-06-23
1
-1
/
+1
*
vblank[crtc].last represents the hardware counter while request.sequence
rnoland
2009-06-23
1
-1
/
+0
*
Hold the lock while we save/restore register for suspend/resume.
rnoland
2009-06-23
1
-0
/
+6
*
The G45 docs indicate that all G4X chips use the new framecount register.
rnoland
2009-06-20
3
-7
/
+8
*
realloc() behaves identically to malloc when passed a NULL object pointer
rnoland
2009-06-20
1
-26
/
+15
*
Don't panic if drm_rmmap is called with a NULL map pointer.
rnoland
2009-06-20
1
-0
/
+3
*
Don't try to setup interrupts for drivers that don't support them.
rnoland
2009-04-19
1
-19
/
+22
*
check offsets for R300_ZB_ZPASS_ADDR
rnoland
2009-04-07
1
-2
/
+5
*
Add regs required for occlusion queries support
rnoland
2009-04-07
4
-2
/
+11
*
Add support for RV790 (HD 4890) asics
rnoland
2009-04-03
1
-0
/
+2
*
A little more cleanup from AMD, if we don't have the right microcode
rnoland
2009-04-03
2
-38
/
+37
*
Simplify the radeon microcode loading.
rnoland
2009-03-31
2
-213
/
+132
*
We don't know what these pages are going to be used for, they should be
rnoland
2009-03-30
1
-1
/
+1
*
Load the right microcode for RS780.
rnoland
2009-03-30
1
-4
/
+4
*
Fix up waiting on vblank again... This reverts a last minute change that
rnoland
2009-03-26
1
-5
/
+8
*
Rework the management of vblank interrupts a bit.
rnoland
2009-03-25
1
-22
/
+31
[next]