aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drmP.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-05drm/switcheroo: track state of switch in drivers.Dave Airlie1-1/+5
2010-12-16Merge remote branch 'airlied/drm-core-next' into drm-intel-nextChris Wilson1-0/+93
2010-11-23drm: kill drm_agp_chipset_flushDaniel Vetter1-1/+0
2010-11-22drm/vblank: Add support for precise vblank timestamping.Mario Kleiner1-0/+93
2010-11-01drm/i915: Move the invalidate|flush information out of the device structChris Wilson1-2/+0
2010-10-06Merge remote branch 'korg/drm-fixes' into drm-vmware-nextDave Airlie1-8/+20
2010-10-01drm: Move the GTT accounting to i915Chris Wilson1-8/+0
2010-10-01drm: Hold the mutex when dropping the last GEM reference (v2)Chris Wilson1-4/+6
2010-10-01drm/gem: handlecount isn't really a kref so don't make it one.Dave Airlie1-5/+13
2010-09-28drm: Prune GEM vma entriesChris Wilson1-0/+1
2010-08-30drm: kill get_reg_ofs callbackDaniel Vetter1-2/+0
2010-08-30drm: kill dev->timerDaniel Vetter1-1/+0
2010-08-30drm: kill agp indirection messDaniel Vetter1-5/+0
2010-08-30drm: replace drawable ioctl by noopsDaniel Vetter1-15/+0
2010-08-30drm: don't export dri1 locking functionsDaniel Vetter1-1/+0
2010-08-30drm: kill drm_map_ofs callbacksDaniel Vetter1-2/+0
2010-08-30drm: drop return value of drm_free_agpDaniel Vetter1-1/+1
2010-08-30drm: don't export drm_get_drawable_infoDaniel Vetter1-2/+0
2010-08-30drm: kill context_ctor callbackDaniel Vetter1-1/+0
2010-08-30drm: kill gem_free_object_unlocked driver callbackDaniel Vetter1-1/+0
2010-08-30drm: kill dma_ready callbacksDaniel Vetter1-1/+0
2010-08-30drm: kill procfs callbacksDaniel Vetter1-2/+0
2010-08-30drm: kill kernel_context_switch callbacksDaniel Vetter1-3/+0
2010-08-17drm: block userspace under allocating buffer and having drivers overwrite it (v2)Dave Airlie1-2/+4
2010-08-10drm: Fix support for PCI domainsBenjamin Herrenschmidt1-6/+16
2010-08-05drm: kill BKL from common codeArnd Bergmann1-1/+1
2010-08-04drm: move ttm global code to core drmDave Airlie1-0/+2
2010-07-07Merge branch 'drm-tracepoints' into drm-testingDave Airlie1-0/+2
2010-07-02drm: add per-event vblank event trace pointsJesse Barnes1-0/+2
2010-06-01drm: Add support for platform devices to register as DRM devicesJordan Crouse1-8/+44
2010-06-01drm: Remove drm_resource wrappersJordan Crouse1-4/+0
2010-04-20drm: free core gem object from driver callbacksDaniel Vetter1-0/+1
2010-04-20drm: extract drm_gem_object_initDaniel Vetter1-0/+2
2010-04-05Merge branch 'master' into export-slabhTejun Heo1-33/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-15drm/ttm: use drm calloc large and free largeDave Airlie1-33/+1
2010-02-11drm: introduce drm_gem_object_[handle_]unreference_unlockedLuca Barbieri1-3/+25
2010-01-07drm: remove address mask param for drm_pci_alloc()Zhenyu Wang1-1/+1
2009-12-18drm: convert drm_ioctl to unlocked_ioctlArnd Bergmann1-2/+3
2009-12-08Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie1-1/+15
2009-12-04drm: Add compatibility #ifdefs for *BSDKristian Høgsberg1-0/+3
2009-12-04drm: Add support for drm master_[set|drop] callbacks.Thomas Hellstrom1-0/+9
2009-12-01drm/i915: Fix sync to vblank when VGA output is turned offLi Peng1-0/+1
2009-12-01Merge remote branch 'airlied/drm-next' into drm-intel-nextEric Anholt1-33/+0
2009-11-25drm/i915: Replace a calloc followed by copying data over it with malloc.Eric Anholt1-1/+14
2009-11-18drm: kill more unused DRM macrosAndres Salomon1-23/+0
2009-11-18drm: kill some unused DRM_PROC macros from drmP.hAndres Salomon1-10/+0
2009-11-18drm: Add async event synchronization for drmWaitVblankKristian Høgsberg1-0/+26
2009-11-05Merge remote branch 'airlied/drm-next' into drm-intel-nextEric Anholt1-0/+26
2009-10-26drm: Add async event synchronization for drmWaitVblankKristian Høgsberg1-0/+26