Age | Commit message (Expand) | Author |
2008-10-27 | radeon: radeon util library | Jerome Glisse |
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-27 | drm: make handles 32-bits again not sure why they changed | Dave Airlie |
2008-10-25 | drm/i915: fix ioremap of a user address for non-root (CVE-2008-3831) | Matthias Hopf |
2008-10-24 | mode: Try to settle on a standard for struct fields | Jakob Bornecrantz |
2008-10-24 | mode: Indent defines | Jakob Bornecrantz |
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-17 | link libdrm_intel properly | Dave Airlie |
2008-10-17 | libdrm: don't depend or link to libdrm_intel | Dave Airlie |
2008-10-17 | intel: Protect bufmgr objects with a pthread mutex. | Eric Anholt |
2008-10-16 | intel: avoid deadlock in intel_bufmgr_fake. | Xiang, Haihao |
2008-10-16 | radeon: add initial agp support. | Dave Airlie |
2008-10-16 | radeon: add CS support for r100/r200 in 2D driver | Dave Airlie |
2008-10-16 | radeon: fixup interrupt suspend/resume | Dave Airlie |
2008-10-16 | radeon: fixup suspend/resume bus master enable | Dave Airlie |
2008-10-16 | radeon: re-enable hw blits for copying from VRAM | Dave Airlie |
2008-10-16 | radeon: fix buffer copying for VRAM->TT | Dave Airlie |
2008-10-16 | radeon: move memcpy until after CP is stopped | Dave Airlie |
2008-10-16 | drm: remove stray debug code | Dave Airlie |
2008-10-16 | radeon: use discardable flags on no backing store objects | Dave Airlie |
2008-10-16 | drm: add discardable flag. | Dave Airlie |
2008-10-16 | drm/radeon: initial suspend/resume fix. | Dave Airlie |
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-07 | radeon: pull in recent fixes from ddx | Alex Deucher |
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 alignment so Xv works again | Dave Airlie |
2008-10-06 | radeon: fix pin ioctl interface to mesa can find offset for pinned buffers | Dave Airlie |
2008-10-06 | drm/radeon: fixup clean flag handling | Dave Airlie |
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 |