summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-10-27radeon: fix error in busmaster enable logicAlex Deucher
2008-10-27radeon: fix some fallout from the busmaster disable cleanupAlex Deucher
2008-10-25drm/i915: fix ioremap of a user address for non-root (CVE-2008-3831)Matthias Hopf
2008-10-24intel: 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 loctitle: "BSP 4.1.x upport: rcar-du: Add V3U DSI encoder support" team: MM key: ea7b00e6-9130-4425-908c-0a9c74b4e377 status: New assignee: Laurent bsp41x: - 4a985861b7fac20445f2185096e496e0df8c387e # drm: rcar-du: Add R-Car DSI driver - 150a33183dbede63a35e5e1c6157a395bdbeed65 # drm: rcar-du: Add R-Car DSI registers in V3U
0-10[FreeBSD] Plug memory leak in drm_rmdraw() and drm_drawable_free_all()Robert Noland 2008-10-10[FreeBSD] Rework all of the memory allocationsRobert Noland 2008-10-09[FreeBSD] Fix linux list compat list_for_each_safe()Robert Noland 2008-10-09i915: Cleanup interrupt handlingRobert Noland 2008-10-09Manage fences in user-mode bufmgr_fake to clean buffersKeith Packard 2008-10-09intel: Protect bufmgr objects with a pthread mutex.Eric Anholt 2008-10-09intel: fix for write_domain and static BOs.Xiang, Haihao 2008-10-06radeon: add comment to clarify bus mastering on PCIE chipsAlex Deucher 2008-10-06radeon: fix duplicate define in my last commitAlex Deucher 2008-10-07radeon: PCIE cards don't appear to have explicit bus masterDave Airlie 2008-10-07drm: add create gpu tree scriptDave Airlie 2008-10-06radeon: fix bus master enabled bits on newer asicsAlex Deucher 2008-10-06radeon: fix missing bit from rs740 patchMihail Zenkov 2008-10-04radeon: 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-01Use devfs_get_cdevpriv in mmap as well.Robert Noland 2008-09-27intel: Copy data from card memory back to backing store when mapping.Xiang, Haihao 2008-09-23intel: Allow up to 15 seconds chewing on one buffer before acknowledging -EBUSY.Eric Anholt 2008-09-23intel: Replace wraparound test logic in bufmgr_fake. Again.Eric Anholt 2008-09-23intel: Do strerror on errno, not on the -1 return value from ioctl.Eric Anholt 2008-09-22intel: Fix driver-supplied argument to exec function (fd.o bug #17653).Xiang, Haihao 2008-09-17[FreeBSD] Convert to using cdevpriv for file_priv trackingRobert Noland 2008-09-17nv50: add initial context for chipset 0xaaBen Skeggs 2008-09-17nv50: add initial context to match ctxprog for chipset 0x50Ben Skeggs 2008-09-17nv50: add ctxprog for chipset 0x50Ben Skeggs 2008-09-17nv50: add ctxprog for chipset 0xaaBen Skeggs 2008-09-17nv50: add support for chipset 0x92Ben Skeggs 2008-09-10Remove incomplete and obsolete free/net/open code.vehemens 2008-09-10Add missing \ to libdrm_la_SOURCESEric Anholt 2008-09-10intel: don't forget to include config.h in bufmgr code.Eric Anholt 2008-09-10intel: move drm calls to exec buffers to libdrm_intel.Eric Anholt 2008-09-10intel: Move IRQ emit/wait from callbacks into the bufmgr.Eric Anholt 2008-09-10Move intel libdrm stuff to libdrm_intel.soEric Anholt 2008-09-10drm: Add tests for GEM_FLINK ioctl.Eric Anholt 2008-09-08[FreeBSD] We need to call drm_detach before we free dev->driver.Robert Noland