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
...
*
Prepare the radeon driver for MSI support.
rnoland
2009-02-25
1
-0
/
+28
*
Add some vblank related debugging and replace the DRM_WAIT_ON macro
rnoland
2009-02-25
1
-9
/
+23
*
This was part of a sync to the code that Intel is shipping in linux.
rnoland
2009-02-25
6
-2272
/
+1909
*
The i915 driver was the only consumer of locked task support.
rnoland
2009-02-25
4
-64
/
+0
*
The vblank_swap ioctl was fundamentally race prone. Get rid of it.
rnoland
2009-02-25
3
-433
/
+14
*
There is no reason to hold the lock here.
rnoland
2009-02-25
1
-2
/
+0
*
Remove the PZERO priority from mtx_sleep.
rnoland
2009-02-25
1
-2
/
+2
*
Only set registers if irqs are enabled
rnoland
2008-12-23
1
-2
/
+4
*
Convert DRM_[DEBUG,ERROR,INFO] macros to c99 __VA_ARGS__.
rnoland
2008-12-21
1
-5
/
+5
*
Garbage collect entries from pcireg.h since we now include it.
rnoland
2008-12-18
1
-9
/
+0
*
We only want drm to ever attach to the primary pci device.
rnoland
2008-12-18
2
-0
/
+5
*
rework drm_scatter.c which allocates scatter / gather pages for use by
rnoland
2008-12-18
2
-31
/
+91
*
Fix error in busmaster enable logic
rnoland
2008-10-27
1
-2
/
+4
*
Fix some fallout from the busmaster disable cleanup
rnoland
2008-10-27
2
-10
/
+9
*
Don't report GEM capability until we actually have GEM support.
rnoland
2008-10-27
1
-1
/
+2
*
drm/i915: fix ioremap of a user address for non-root (CVE-2008-3831)
rnoland
2008-10-25
1
-1
/
+1
*
Replace calls to minor() with dev2unit(). Ed already fixed this once,
rnoland
2008-10-23
2
-2
/
+2
*
This check is invalid and I disabled it once already. I accidentally
rnoland
2008-10-23
1
-6
/
+4
*
Correct memory leak of info->rects. Previously we would free info, but
rnoland
2008-10-13
1
-11
/
+9
*
Rework memory allocation to allocate memory with different type names. This
rnoland
2008-10-13
23
-171
/
+182
*
The linux list compat code had an error which prevented list_for_each_safe()
rnoland
2008-10-13
1
-2
/
+2
*
Correct the interrupt handling in the Intel i915 driver.
rnoland
2008-10-13
1
-11
/
+16
*
Several of the newer radeon cards have moved around the registers for enabling
rnoland
2008-10-13
3
-24
/
+61
*
Add support for Radeon rs740 (HD 2100)
rnoland
2008-10-13
3
-9
/
+23
*
Don't explicitly bzer driver softc
rnoland
2008-10-04
8
-16
/
+0
*
Use M_WAITOK when allocating driver memory
rnoland
2008-10-04
8
-8
/
+24
*
Change drm_order() to use ffsl()
rnoland
2008-10-04
1
-3
/
+4
*
resync to git master
rnoland
2008-10-03
33
-1611
/
+1838
*
Replace all calls to minor() with dev2unit().
ed
2008-09-27
2
-2
/
+2
*
IGP based radeon cards such as the rs485 and rs690 require that the GART table
rnoland
2008-09-09
1
-18
/
+73
*
We should never call drm_pci_alloc() while holding locks, due the the
rnoland
2008-09-09
5
-14
/
+36
*
Don't return EINVAL when trying to unlock.
rnoland
2008-08-30
1
-1
/
+6
*
We need to lock around driver unload now.
rnoland
2008-08-30
1
-1
/
+4
*
Free the device lock around the call to drm_drawable_free_all()
rnoland
2008-08-30
1
-0
/
+2
*
Update drm kernel drivers.
rnoland
2008-08-23
68
-6410
/
+13388
*
Add the i915 GME device to DRM.
remko
2008-03-21
2
-1
/
+3
*
Add support for the 965GM.
remko
2008-02-27
1
-0
/
+1
*
Dont accidentally remove a filesocket which is still in use. This gives
remko
2008-01-16
1
-6
/
+9
*
Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version was
jhb
2007-11-12
2
-0
/
+8
*
Properly initialize the dev_priv before calling the i915_dma_cleanup().
kib
2007-08-21
1
-3
/
+2
*
bus_dma_tag_create() and bus_dma_mem_alloc() shall not be called with a
kib
2007-07-12
1
-9
/
+15
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Update __FreeBSD_version check for pci_find_extcap() now that it is
jhb
2006-12-28
1
-1
/
+1
*
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
rwatson
2006-11-06
1
-0
/
+7
*
Merge from DRM upstream:
anholt
2006-09-07
12
-62
/
+268
*
Update to current DRM CVS, bringing in a fix for a NULL pointer chase when
anholt
2006-05-17
4
-5
/
+7
*
Merge from DRM CVS:
anholt
2006-05-17
1
-0
/
+1
*
Reorder the DRM_*_AGP enums to match linux and what our code expects, fixing
anholt
2006-04-18
1
-2
/
+2
*
Re-apply changes to make this compile with -Wundef:
ru
2006-04-13
1
-1
/
+1
*
Update to DRM CVS as of 2006-04-09. The most notable new feature is the updated
anholt
2006-04-09
21
-769
/
+1265
[prev]
[next]