Age | Commit message (Expand) | Author |
2008-10-28 | nv50: symlink nv50_grctx.h to linux-core... | Ben Skeggs |
2008-10-28 | nv50: move context-related tables a separate header file | Ben Skeggs |
2008-10-27 | drm: missing init_mm symbol, compatibility fix | Pekka Paalanen |
2008-10-27 | i915: Since FreeBSD doesn't have gem support yet, don't advertise it. | Robert Noland |
2008-10-27 | radeon: fix error in busmaster enable logic | Alex Deucher |
2008-10-27 | radeon: fix some fallout from the busmaster disable cleanup | Alex Deucher |
2008-10-25 | drm/i915: fix ioremap of a user address for non-root (CVE-2008-3831) | Matthias Hopf |
2008-10-24 | intel: Also total child_size of the target_bos. Partial fix #17964. | Xiang, Haihao |
2008-10-23 | [FreeBSD] We should use dev2unit() rather than minor() | Robert Noland |
2008-10-23 | [FreeBSD] This check isn't correct and causes at least mga to lockup. | Robert Noland |
2008-10-16 | intel: ioctl is not defined to return -errno | Keith Packard |
2008-10-16 | intel: avoid deadlock in intel_bufmgr_fake. | Xiang, Haihao |
2008-10-14 | intel: Fix compile warning. | Eric Anholt |
2008-10-14 | intel: Add interface for getting tiling mode of a bo. | Eric Anholt |
2008-10-13 | link libdrm_intel properly | Julien Cristau |
2008-10-13 | intel: Avoid pthread mutex recursion in bufmgr_fake. | Eric Anholt |
2008-10-13 | libdrm: don't depend or link to libdrm_intel | Dave Airlie |
2008-10-10 | [FreeBSD] Plug memory leak in drm_rmdraw() and drm_drawable_free_all() | Robert Noland |
2008-10-10 | [FreeBSD] Rework all of the memory allocations | Robert Noland |
2008-10-09 | [FreeBSD] Fix linux list compat list_for_each_safe() | Robert Noland |
2008-10-09 | i915: Cleanup interrupt handling | Robert Noland |
2008-10-09 | Manage fences in user-mode bufmgr_fake to clean buffers | Keith Packard |
2008-10-09 | intel: Protect bufmgr objects with a pthread mutex. | Eric Anholt |
2008-10-09 | intel: fix for write_domain and static BOs. | Xiang, Haihao |
2008-10-06 | radeon: add comment to clarify bus mastering on PCIE chips | Alex Deucher |
2008-10-06 | radeon: fix duplicate define in my last commit | Alex Deucher |
2008-10-07 | radeon: PCIE cards don't appear to have explicit bus master | Dave Airlie |
2008-10-07 | drm: add create gpu tree script | Dave Airlie |
2008-10-06 | radeon: fix bus master enabled bits on newer asics | Alex Deucher |
2008-10-06 | radeon: fix missing bit from rs740 patch | Mihail Zenkov |
2008-10-04 | radeon: Add support for HD2100 IGP (RS740) | Alex Deucher |
2008-10-03 | [FreeBSD] Don't explicitly bzero driver softc. | Robert Noland |
2008-10-03 | [FreeBSD] Use M_WAITOK when allocating driver memory. | Robert Noland |
2008-10-03 | [FreeBSD] Do a bit of optimization on drm_order() | Robert Noland |
2008-10-01 | Use devfs_get_cdevpriv in mmap as well. | Robert Noland |
2008-09-27 | intel: Copy data from card memory back to backing store when mapping. | Xiang, Haihao |
2008-09-23 | intel: Allow up to 15 seconds chewing on one buffer before acknowledging -EBUSY. | Eric Anholt |
2008-09-23 | intel: Replace wraparound test logic in bufmgr_fake. Again. | Eric Anholt |
2008-09-23 | intel: Do strerror on errno, not on the -1 return value from ioctl. | Eric Anholt |
2008-09-22 | intel: Fix driver-supplied argument to exec function (fd.o bug #17653). | Xiang, Haihao |
2008-09-17 | [FreeBSD] Convert to using cdevpriv for file_priv tracking | Robert Noland |
2008-09-17 | nv50: add initial context for chipset 0xaa | Ben Skeggs |
2008-09-17 | nv50: add initial context to match ctxprog for chipset 0x50 | Ben Skeggs |
2008-09-17 | nv50: add ctxprog for chipset 0x50 | Ben Skeggs |
2008-09-17 | nv50: add ctxprog for chipset 0xaa | Ben Skeggs |
2008-09-17 | nv50: add support for chipset 0x92 | Ben Skeggs |
2008-09-10 | Remove incomplete and obsolete free/net/open code. | vehemens |
2008-09-10 | Add missing \ to libdrm_la_SOURCES | Eric Anholt |
2008-09-10 | intel: don't forget to include config.h in bufmgr code. | Eric Anholt |
2008-09-10 | intel: move drm calls to exec buffers to libdrm_intel. | Eric Anholt |