aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-09-07[FreeBSD] Implement drm_ioremap_wc() to set a range of mem to write-combiningRobert Noland
2008-09-06[FreeBSD] IGP gart needs to be un-cached.Robert Noland
2008-09-06Free temp_pagelist on error. Free in reverse order. Noticed by open.vehemens
2008-09-06Pass lock data like linux and open.vehemens
2008-09-06Move order to end like linux.vehemens
2008-09-06Style white space cleanup part 2.vehemens
2008-09-06[FreeBSD] Ensure that drm_pci_alloc is never called while locks are held.Robert Noland
2008-09-05Reorder lock functions like linux.vehemens
2008-09-05Style white space cleanup.vehemens
2008-09-05Need M_NOWAIT for malloc.vehemens
2008-09-05i915: fix i915_ring_validate()Robert Noland
2008-09-05nouveau: 8200 cards are 0xA0 family.Stephane Marchesin
2008-09-02drm: fix sysfs error path.Dave Airlie
2008-08-31radeon: make writeback work after suspend/resume.Dave Airlie
2008-08-29[FreeBSD] Use driver features macros and flagsvehemens