summaryrefslogtreecommitdiffstats
path: root/include/drm/drmP.h
AgeCommit message (Expand)AuthorLines
2010-04-20drm: free core gem object from driver callbacksDaniel Vetter-0/+1
2010-04-20drm: extract drm_gem_object_initDaniel Vetter-0/+2
2010-04-05Merge branch 'master' into export-slabhTejun Heo-33/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-15drm/ttm: use drm calloc large and free largeDave Airlie-33/+1
2010-02-11drm: introduce drm_gem_object_[handle_]unreference_unlockedLuca Barbieri-3/+25
2010-01-07drm: remove address mask param for drm_pci_alloc()Zhenyu Wang-1/+1
2009-12-18drm: convert drm_ioctl to unlocked_ioctlArnd Bergmann-2/+3
2009-12-08Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie-1/+15
2009-12-04drm: Add compatibility #ifdefs for *BSDKristian Høgsberg-0/+3
2009-12-04drm: Add support for drm master_[set|drop] callbacks.Thomas Hellstrom-0/+9
2009-12-01drm/i915: Fix sync to vblank when VGA output is turned offLi Peng-0/+1
2009-12-01Merge remote branch 'airlied/drm-next' into drm-intel-nextEric Anholt-33/+0
2009-11-25drm/i915: Replace a calloc followed by copying data over it with malloc.Eric Anholt-1/+14
2009-11-18drm: kill more unused DRM macrosAndres Salomon-23/+0
2009-11-18drm: kill some unused DRM_PROC macros from drmP.hAndres Salomon-10/+0
2009-11-18drm: Add async event synchronization for drmWaitVblankKristian Høgsberg-0/+26
2009-11-05Merge remote branch 'airlied/drm-next' into drm-intel-nextEric Anholt-0/+26
2009-10-26drm: Add async event synchronization for drmWaitVblankKristian Høgsberg-0/+26
2009-09-21drm/vgaarb: add VGA arbitration support to the drm and kms.Dave Airlie-0/+3
2009-08-27drm: GEM handles are u32, not intPekka Paalanen-2/+2
2009-08-04DRM: Add the explanation about DRM debug levelZhao Yakui-0/+31
2009-08-04drm: Remove the macro defintion of DRM_DEBUG_MODEZhao Yakui-7/+0
2009-08-04drm: Remove the unused prefix in DRM_DEBUG_KMS/DRIVER/MODEZhao Yakui-9/+9
2009-06-18drm: Remove memory debugging infrastructure.Eric Anholt-52/+0
2009-06-12drm: Split out the mm declarations in a separate header. Add atomic operations.Jerome Glisse-36/+1
2009-06-12drm_calloc_large: check right size, check integer overflow, use GFP_ZEROKristian Høgsberg-8/+4
2009-06-11drm: add separate drm debugging levelsyakui_zhao-5/+56
2009-06-11drm: fix LOCK_TEST_WITH_RETURN macroRoel Kluin-8/+8
2009-05-19drm/i915: allocate large pointer arrays with vmallocJesse Barnes-0/+24
2009-03-29drm: reorder struct drm_ioctl_desc to save space on 64 bit buildsRichard Kennedy-3/+3
2009-03-13drm: Convert proc files to seq_file and introduce debugfsBen Gamari-1/+76
2009-03-13drm: Drop unused and broken dri_library_name sysfs attribute.Kristian Høgsberg-1/+0
2009-03-13drm: claim PCI device when running in modesetting mode.Kristian Høgsberg-1/+1
2009-03-13drm: Make drm_local_map use a resource_size_t offsetBenjamin Herrenschmidt-6/+6
2009-03-13drm: Split drm_map and drm_local_mapBenjamin Herrenschmidt-17/+30
2009-03-13drm: Use resource_size_t for drm_get_resource_{start, len}Benjamin Herrenschmidt-3/+3
2009-02-20drm/i915: Keep refs on the object over the lifetime of vmas for GTT mmap.Jesse Barnes-0/+2
2009-01-28drm: Rip out the racy, unused vblank signal code.Eric Anholt-9/+0
2008-12-29drm: Add a debug node for vblank state.Eric Anholt-0/+1
2008-12-29DRM: add mode setting supportDave Airlie-0/+18
2008-12-29drm: GEM mmap supportJesse Barnes-0/+21
2008-12-29drm: fix leak of uninitialized data to userspaceVegard Nossum-0/+1
2008-12-29drm: move to kref per-master structures.Dave Airlie-16/+48
2008-12-29drm: cleanup exit path for module unloadDave Airlie-0/+3
2008-11-25drm: move drm vblank initialization/cleanup to driver load/unloadKeith Packard-0/+1
2008-11-11drm: Remove infrastructure for supporting i915's vblank swapping.Eric Anholt-5/+0
2008-10-18i915: Map status page cached for chips with GTT-based HWS location.Keith Packard-1/+2
2008-10-18drm: kill drm_device->irqJesse Barnes-1/+5
2008-10-18i915 gem: install and uninstall irq handler in entervt and leavevt ioctls.Kristian Høgsberg-0/+1