summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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 messagevehemens
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-29Fix drm_realloc when you're reallocing into something smaller.Tomas Carnecky
2008-08-27Change 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-24i915: Fix i915 build on FreeBSDRobert 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-24i915: Convert vblank on disabled pipe DRM_ERROR to DRM_DEBUG.Robert Noland
2008-08-24i915: Clear sarea_priv during lastclose.Robert Noland
2008-08-24i915: 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-24i915: Move spinlock init / destroy to load / unload time.Robert Noland
2008-08-24libdrm: add udev support.Dave Airlie
2008-08-19nouveau: fifo and graphics engine suspend and resume for nv04-nv4xroot
2008-08-18Change prototype of drmIoctl to unsigned long request.Coleman Kane
2008-08-17nouveau: make it compile under 2.6.27Maarten Maathuis
2008-08-17linux: on_each_cpu has 3 args on 2.6.27Maarten Maathuis
2008-08-13Don'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-11libdrm: Allow build outside of source tree.Matthieu Herrb
2008-08-11drm_vm: fix for build on 2.6.22Dave Airlie
2008-08-11drm: add OS_HAS_GEM option.Dave Airlie
2008-08-09drm: TRUE/trueDave Airlie
2008-08-08Drop TTM interfaces from the userland library.Eric Anholt
2008-08-08Fix compile warning from check_aperture change.Eric Anholt
2008-08-08Merge branch 'drm-gem'Eric Anholt
2008-08-08Replace the check_aperture API with one we can make thread-safe.Eric Anholt