aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
Commit message (Expand)AuthorAge
* drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs2009-12-11
* drm/ttm: Convert ttm_buffer_object_init to use ttm_placementJerome Glisse2009-12-10
* drm: Add memory manager debug functionJerome Glisse2009-12-10
* drm/ttm: Have the TTM code return -ERESTARTSYS instead of -ERESTART.Thomas Hellstrom2009-12-10
* drm/ttm: Rework validation & memory space allocation (V3)Jerome Glisse2009-12-10
* drm: Add search/get functions to get a block in a specific rangeJerome Glisse2009-12-10
* Merge remote branch 'korg/drm-radeon-dp' into drm-linusDave Airlie2009-12-07
|\
| * drm/radeon/kms: add support for DP modesettingAlex Deucher2009-12-07
| * drm/radeon/kms: DP fixes and cleanup from the ddxAlex Deucher2009-12-07
| * drm/radeon/kms: initial radeon displayport portingDave Airlie2009-12-07
* | Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie2009-12-07
|\ \ | |/ |/|
| * drm/i915: Fix typo in ioctl struct name.Kristian Høgsberg2009-12-01
| * drm/i915: Fix sync to vblank when VGA output is turned offLi Peng2009-12-01
| * drm/i915: add GETPARAM request for page flippingJesse Barnes2009-12-01
| * drm: use page flip event to signal flip completionJesse Barnes2009-12-01
| * Merge remote branch 'airlied/drm-next' into drm-intel-nextEric Anholt2009-12-01
| |\
| * | drm/i915: Replace a calloc followed by copying data over it with malloc.Eric Anholt2009-11-25
| * | Merge remote branch 'airlied/drm-next' into drm-intel-nextEric Anholt2009-11-05
| |\ \
| | * | drm: Add async event synchronization for drmWaitVblankKristian Høgsberg2009-10-25
| * | | drm/i915: implement drmmode overlay support v4Daniel Vetter2009-11-05
| * | | drm/i915: add i915_lp_ring_sync helperDaniel Vetter2009-11-05
| * | | drm: make drm_mode_object_find typesafeDaniel Vetter2009-11-05
* | | | drm/intel: refactor DP i2c support and DP common header to drm helperDave Airlie2009-12-07
* | | | drm/ttm: Export symbols needed for the vmwgfx driver.Thomas Hellstrom2009-12-07
* | | | drm/ttm: Add TTM execbuf utilities.Thomas Hellstrom2009-12-07
* | | | drm/ttm: Add ttm lock functionality.Thomas Hellstrom2009-12-07
* | | | drm/ttm: Add user-space objects.Thomas Hellstrom2009-12-07
* | | | drm: Add dirty ioctl and propertyJakob Bornecrantz2009-12-03
* | | | drm/ttm: Fix build failure due to missing struct pageMartin Michlmayr2009-12-03
* | | | drm: Add compatibility #ifdefs for *BSDKristian Høgsberg2009-12-03
* | | | drm: Add support for drm master_[set|drop] callbacks.Thomas Hellstrom2009-12-03
* | | | drm/edid: Decode 3-byte CVT codes from EDID 1.4Adam Jackson2009-12-03
* | | | drm/edid: Add new detailed block types from EDID 1.4Adam Jackson2009-12-03
* | | | drm/modes: Add drm_mode_hsync()Adam Jackson2009-12-03
* | | | drm: set the type of the drm_framebuffer::fbdev fieldClemens Ladisch2009-11-18
| |_|/ |/| |
* | | drm/kms: add page flipping ioctlKristian Høgsberg2009-11-17
* | | drm: kill more unused DRM macrosAndres Salomon2009-11-17
* | | drm: kill some unused DRM_PROC macros from drmP.hAndres Salomon2009-11-17
* | | drm: Add async event synchronization for drmWaitVblankKristian Høgsberg2009-11-17
|/ /
* | Merge branch 'drm-next' of ../drm-next into drm-linusDave Airlie2009-10-08
|\|
| * drm/fb: add more correct 8/16/24/32 bpp fb support.Dave Airlie2009-10-05
| * drm/fb: add setcmap and fix 8-bit support.Dave Airlie2009-10-04
| * drm/radeon/kms: respect single crtc cards, only create one crtc. (v2)Dave Airlie2009-10-04
* | Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds2009-09-30
|\|
| * drm/kms: make fb helper work for all drivers.Dave Airlie2009-09-28
| * drm/kms: start adding command line interface using fb.Dave Airlie2009-09-24
* | Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-09-24
|\ \
| * | drm/i915: Track purged state.Chris Wilson2009-09-22
| * | drm/i915: Add ioctl to set 'purgeability' of objectsChris Wilson2009-09-17
| * | drm/i915: add B43 chipset supportFabian Henze2009-09-09