aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add dry-coded DRM drawable private information storage for FreeBSD.Eric Anholt2007-07-181-0/+14
* nouveau: separate region_offset into map_handle and offset.Ben Skeggs2007-07-112-2/+5
* Made drm_sg_alloc accessible from inside the DRM - drm_sg_alloc_ioctl is the ...Arthur Huillet2007-07-103-20/+34
* nouveau/nv50: Initial channel/object supportBen Skeggs2007-07-093-1/+4
* Use idr_replace trick to eliminate struct drm_ctx_sarea_list.Kristian Høgsberg2007-07-033-40/+8
* Don't take dev->struct_mutex twice in drm_setsareactx.Kristian Høgsberg2007-07-031-2/+0
* Simplification for previous commit.Michel Dänzer2007-07-031-25/+9
* Restore pre-idr semantics for drawable information.Michel Dänzer2007-07-031-18/+25
* Fix must-check warnings and implement a few error paths.Kristian Høgsberg2007-07-023-16/+43
* Drop drm_drawable_list and add drm_drawable_info directly to the idr.Kristian Høgsberg2007-07-022-24/+21
* Avoid hitting BUG() for kernel-only fence objects.Thomas Hellstrom2007-06-291-0/+6
* Fence object reference / dereference cleanup.Thomas Hellstrom2007-06-295-127/+134
* nouveau/nv50: skeletal backendBen Skeggs2007-06-274-3/+6
* nouveau: Nuke DMA_OBJECT_INIT ioctl (bumps interface to 0.0.7)Ben Skeggs2007-06-272-1/+2
* nouveau: NV1X/2X/3X PFIFO engtab functionsBen Skeggs2007-06-242-1/+2
* nouveau: NV04 PFIFO engtab functionsBen Skeggs2007-06-242-1/+2
* nouveau: NV4X PFIFO engtab functionsBen Skeggs2007-06-242-0/+2
* fix radeon setparam on 32/64 systems, harder.David Woodhouse2007-06-171-1/+5
* i915: Fix handling of breadcrumb counter wraparounds.Michel Dänzer2007-06-152-4/+4
* Fix i915 sequence mask.Thomas Hellstrom2007-06-151-1/+1
* Indentation fixes.Thomas Hellstrom2007-06-151-3/+3
* Fix refcounting / lock race.Thomas Hellstrom2007-06-151-1/+1
* Locking fixes and instrumentation.Thomas Hellstrom2007-06-154-12/+59
* Make sure we read fence->signaled while spinlocked.Thomas Hellstrom2007-06-133-18/+15
* Fix fence object deref race.Thomas Hellstrom2007-06-131-1/+1
* use krh's idr mods to remove lists from idr codeDave Airlie2007-06-107-51/+176
* oops must fix this properly at some pointDave Airlie2007-06-071-2/+0
* drm: fix radeon setparam alignment issues on 32/64-bitDave Airlie2007-06-072-0/+29
* remove include of linux ioctl32.h from drm driversDave Airlie2007-06-056-6/+0
* Revert "drm: add new drm_wait_on function to replace macro"root2007-06-032-31/+1
* radeon: add support for vblank on crtc2Dave Airlie2007-06-031-1/+2
* drm: fixup initialisation of list heads and idrDave Airlie2007-06-012-8/+7
* drm: move context handling code to use linux idrDave Airlie2007-05-262-92/+61
* drm: convert drawable handling to use Linux idrDave Airlie2007-05-264-195/+61
* drm: make sure the drawable code doesn't call malloc(0).Michel Dänzer2007-05-251-15/+26
* Revert "drm/ttm: cleanup mm_ioctl ioctls to be separate ioctls."Dave Airlie2007-05-254-123/+55
* Revert "drm/ttm: cleanup most of fence ioctl split out"Dave Airlie2007-05-253-331/+2
* whitespace fixups from kernelDave Airlie2007-05-252-3/+1
* ati_pcigart: cut to 80 charsDave Airlie2007-05-251-2/+4
* drm/ttm: cleanup most of fence ioctl split outDave Airlie2007-05-253-2/+331
* drm/ttm: cleanup mm_ioctl ioctls to be separate ioctls.Dave Airlie2007-05-254-55/+123
* drm: cleanup use of Linux list handling macrosDave Airlie2007-05-2514-194/+116
* nouveau: don't build the module by defaultStephane Marchesin2007-05-171-0/+1
* s/OJBECTS/OBJECTS/Brian2007-05-061-1/+1
* drm: remove unused define DRM_HAS_TTMDave Airlie2007-05-051-1/+0
* drm: add new drm_wait_on function to replace macroDave Airlie2007-04-282-1/+31
* remove register usageDave Airlie2007-04-281-1/+1
* remove DRM_GETSAREA and replace with drm_getsarea functionDave Airlie2007-04-283-18/+16
* linux: minor indent.George Sapountzis2007-04-261-2/+1
* whitespace cleanupDave Airlie2007-04-261-15/+11