summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-14intel: Fix compile warning.libdrm-2.4.0Eric Anholt1-1/+0
2008-10-14intel: Add interface for getting tiling mode of a bo.Eric Anholt4-0/+44
2008-10-13link libdrm_intel properlyJulien Cristau2-2/+2
2008-10-13intel: Avoid pthread mutex recursion in bufmgr_fake.Eric Anholt1-8/+13
2008-10-13libdrm: don't depend or link to libdrm_intelDave Airlie1-1/+1
2008-10-10[FreeBSD] Plug memory leak in drm_rmdraw() and drm_drawable_free_all()Robert Noland1-11/+9
2008-10-10[FreeBSD] Rework all of the memory allocationsRobert Noland24-173/+184
2008-10-09[FreeBSD] Fix linux list compat list_for_each_safe()Robert Noland1-2/+2
2008-10-09i915: Cleanup interrupt handlingRobert Noland1-11/+16
2008-10-09Manage fences in user-mode bufmgr_fake to clean buffersKeith Packard1-4/+7
2008-10-09intel: Protect bufmgr objects with a pthread mutex.Eric Anholt5-29/+154
2008-10-09intel: fix for write_domain and static BOs.Xiang, Haihao1-7/+13
2008-10-06radeon: add comment to clarify bus mastering on PCIE chipsAlex Deucher1-4/+14
2008-10-06radeon: fix duplicate define in my last commitAlex Deucher1-1/+1
2008-10-07radeon: PCIE cards don't appear to have explicit bus masterDave Airlie1-7/+3
2008-10-07drm: add create gpu tree scriptDave Airlie1-0/+58
2008-10-06radeon: fix bus master enabled bits on newer asicsAlex Deucher3-24/+55
2008-10-06radeon: fix missing bit from rs740 patchMihail Zenkov1-1/+2
2008-10-04radeon: Add support for HD2100 IGP (RS740)Alex Deucher3-8/+21
2008-10-03[FreeBSD] Don't explicitly bzero driver softc.Robert Noland9-18/+0
2008-10-03[FreeBSD] Use M_WAITOK when allocating driver memory.Robert Noland9-9/+27
2008-10-03[FreeBSD] Do a bit of optimization on drm_order()Robert Noland1-3/+4
2008-10-01Use devfs_get_cdevpriv in mmap as well.Robert Noland1-9/+12
2008-09-27intel: Copy data from card memory back to backing store when mapping.Xiang, Haihao1-2/+7
2008-09-23intel: Allow up to 15 seconds chewing on one buffer before acknowledging -EBUSY.Eric Anholt1-3/+20
2008-09-23intel: Replace wraparound test logic in bufmgr_fake. Again.Eric Anholt1-31/+84
2008-09-23intel: Do strerror on errno, not on the -1 return value from ioctl.Eric Anholt1-2/+2
2008-09-22intel: Fix driver-supplied argument to exec function (fd.o bug #17653).Xiang, Haihao1-1/+1
2008-09-17[FreeBSD] Convert to using cdevpriv for file_priv trackingRobert Noland7-89/+62
2008-09-17nv50: add initial context for chipset 0xaaBen Skeggs1-1/+723
2008-09-17nv50: add initial context to match ctxprog for chipset 0x50Ben Skeggs1-679/+3373
2008-09-17nv50: add ctxprog for chipset 0x50Ben Skeggs1-0/+71
2008-09-17nv50: add ctxprog for chipset 0xaaBen Skeggs1-0/+58
2008-09-17nv50: add support for chipset 0x92Ben Skeggs2-2/+2547
2008-09-10Remove incomplete and obsolete free/net/open code.vehemens20-665/+8
2008-09-10Add missing \ to libdrm_la_SOURCESEric Anholt1-1/+1
2008-09-10intel: don't forget to include config.h in bufmgr code.Eric Anholt3-0/+12
2008-09-10intel: move drm calls to exec buffers to libdrm_intel.Eric Anholt5-95/+168
2008-09-10intel: Move IRQ emit/wait from callbacks into the bufmgr.Eric Anholt3-51/+72
2008-09-10Move intel libdrm stuff to libdrm_intel.soEric Anholt8-324/+327
2008-09-10drm: Add tests for GEM_FLINK ioctl.Eric Anholt3-0/+130
2008-09-08[FreeBSD] We need to call drm_detach before we free dev->driver.Robert Noland9-9/+36
2008-09-07[FreeBSD] Implement drm_ioremap_wc() to set a range of mem to write-combiningRobert Noland2-2/+12
2008-09-06[FreeBSD] IGP gart needs to be un-cached.Robert Noland1-18/+73
2008-09-06Free temp_pagelist on error. Free in reverse order. Noticed by open.vehemens1-1/+2
2008-09-06Pass lock data like linux and open.vehemens4-24/+21
2008-09-06Move order to end like linux.vehemens1-16/+16
2008-09-06Style white space cleanup part 2.vehemens8-23/+23
2008-09-06[FreeBSD] Ensure that drm_pci_alloc is never called while locks are held.Robert Noland5-14/+40
2008-09-05Reorder lock functions like linux.vehemens1-64/+64