Age | Commit message (Expand) | Author |
2008-09-10 | intel: Move IRQ emit/wait from callbacks into the bufmgr. | Eric Anholt |
2008-09-10 | Move intel libdrm stuff to libdrm_intel.so | Eric Anholt |
2008-09-10 | drm: 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-combining | Robert Noland |
2008-09-06 | [FreeBSD] IGP gart needs to be un-cached. | Robert Noland |
2008-09-06 | Free temp_pagelist on error. Free in reverse order. Noticed by open. | vehemens |
2008-09-06 | Pass lock data like linux and open. | vehemens |
2008-09-06 | Move order to end like linux. | vehemens |
2008-09-06 | Style 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-05 | Reorder lock functions like linux. | vehemens |
2008-09-05 | Style white space cleanup. | vehemens |
2008-09-05 | Need M_NOWAIT for malloc. | vehemens |
2008-09-05 | i915: fix i915_ring_validate() | Robert Noland |
2008-09-05 | nouveau: 8200 cards are 0xA0 family. | Stephane Marchesin |
2008-09-02 | drm: fix sysfs error path. | Dave Airlie |
2008-08-31 | radeon: make writeback work after suspend/resume. | Dave Airlie |
2008-08-29 | [FreeBSD] Use driver features macros and flags | vehemens |
2008-08-29 | [FreeBSD] Convert drm_driver to a pointer like linux. | vehemens |
2008-08-29 | [FreeBSD] Replace typedefs on bsd. | vehemens |
2008-08-29 | [FreeBSD] Catch up to vblank rework for via. | vehemens |
2008-08-29 | [FreeBSD] Correct debug message | vehemens |
2008-08-29 | [FreeBSD] Fix a couple of locking problems. | Robert Noland |
2008-08-29 | [FreeBSD] Increase debugging output for vblank code. | Robert Noland |
2008-08-29 | Fix drm_realloc when you're reallocing into something smaller. | Tomas Carnecky |
2008-08-27 | Change git-describe into git describe. | Stephane Marchesin |
2008-08-26 | [intel_bufmgr_gem] Remember global name when creating buffer from name. | Kristian Høgsberg |
2008-08-24 | i915: Fix i915 build on FreeBSD | Robert Noland |
2008-08-24 | [FreeBSD] Add drm_drawable_free_all() | Robert Noland |
2008-08-24 | [FreeBSD] Fix long standing memory leak in drm_remove_magic. | Robert Noland |
2008-08-24 | i915: Convert vblank on disabled pipe DRM_ERROR to DRM_DEBUG. | Robert Noland |
2008-08-24 | i915: Clear sarea_priv during lastclose. | Robert Noland |
2008-08-24 | i915: Free dev->dev_private on unload. | Robert Noland |
2008-08-24 | [FreeBSD] Move vblank bits into their own structure. | vehemens |
2008-08-24 | [FreeBSD] Fix lock leak. | vehemens |
2008-08-24 | i915: Move spinlock init / destroy to load / unload time. | Robert Noland |
2008-08-24 | libdrm: add udev support. | Dave Airlie |
2008-08-19 | nouveau: fifo and graphics engine suspend and resume for nv04-nv4x | root |
2008-08-18 | Change prototype of drmIoctl to unsigned long request. | Coleman Kane |
2008-08-17 | nouveau: make it compile under 2.6.27 | Maarten Maathuis |
2008-08-17 | linux: on_each_cpu has 3 args on 2.6.27 | Maarten Maathuis |
2008-08-13 | Don't call the vblank tasklet with irqs disabled. | Thomas Hellstrom |
2008-08-12 | [intel_bufmgr_gem] Fix flink buffer name caching (#17085, #17092). | Kristian Høgsberg |
2008-08-11 | libdrm: Allow build outside of source tree. | Matthieu Herrb |
2008-08-11 | drm_vm: fix for build on 2.6.22 | Dave Airlie |
2008-08-11 | drm: add OS_HAS_GEM option. | Dave Airlie |
2008-08-09 | drm: TRUE/true | Dave Airlie |
2008-08-08 | Drop TTM interfaces from the userland library. | Eric Anholt |
2008-08-08 | Fix compile warning from check_aperture change. | Eric Anholt |