aboutsummaryrefslogtreecommitdiff
path: root/include/drm
AgeCommit message (Expand)Author
2010-01-11Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds
2010-01-11Merge remote branch 'korg/drm-radeon-next' into drm-linusDave Airlie
2010-01-08drm: Add eDP connector typeAlex Deucher
2010-01-06Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds
2010-01-07drm: remove address mask param for drm_pci_alloc()Zhenyu Wang
2010-01-06Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2010-01-06drm/i915: execbuf2 supportJesse Barnes
2009-12-18drm: convert drm_ioctl to unlocked_ioctlArnd Bergmann
2009-12-18Merge remote branch 'korg/drm-vmware-staging' into drm-core-nextDave Airlie
2009-12-15drm/vmwgfx: Add DRM driver for VMware Virtual GPUJakob Bornecrantz
2009-12-15drm/ttm: Add more driver type enumsJakob Bornecrantz
2009-12-11drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs
2009-12-11drm/ttm: Convert ttm_buffer_object_init to use ttm_placementJerome Glisse
2009-12-10drm: Add memory manager debug functionJerome Glisse
2009-12-10drm/ttm: Have the TTM code return -ERESTARTSYS instead of -ERESTART.Thomas Hellstrom
2009-12-10drm/ttm: Rework validation & memory space allocation (V3)Jerome Glisse
2009-12-10drm: Add search/get functions to get a block in a specific rangeJerome Glisse
2009-12-08Merge remote branch 'korg/drm-radeon-dp' into drm-linusDave Airlie
2009-12-08Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie
2009-12-08drm/radeon/kms: add support for DP modesettingAlex Deucher
2009-12-08drm/radeon/kms: DP fixes and cleanup from the ddxAlex Deucher
2009-12-08drm/radeon/kms: initial radeon displayport portingDave Airlie
2009-12-08drm/intel: refactor DP i2c support and DP common header to drm helperDave Airlie
2009-12-07drm/ttm: Export symbols needed for the vmwgfx driver.Thomas Hellstrom
2009-12-07drm/ttm: Add TTM execbuf utilities.Thomas Hellstrom
2009-12-07drm/ttm: Add ttm lock functionality.Thomas Hellstrom
2009-12-07drm/ttm: Add user-space objects.Thomas Hellstrom
2009-12-04drm: Add dirty ioctl and propertyJakob Bornecrantz
2009-12-04drm/ttm: Fix build failure due to missing struct pageMartin Michlmayr
2009-12-04drm: Add compatibility #ifdefs for *BSDKristian Høgsberg
2009-12-04drm: Add support for drm master_[set|drop] callbacks.Thomas Hellstrom
2009-12-04drm/edid: Decode 3-byte CVT codes from EDID 1.4Adam Jackson
2009-12-04drm/edid: Add new detailed block types from EDID 1.4Adam Jackson
2009-12-04drm/modes: Add drm_mode_hsync()Adam Jackson
2009-12-01drm/i915: Fix typo in ioctl struct name.Kristian Høgsberg
2009-12-01drm/i915: Fix sync to vblank when VGA output is turned offLi Peng
2009-12-01drm/i915: add GETPARAM request for page flippingJesse Barnes
2009-12-01drm: use page flip event to signal flip completionJesse Barnes
2009-12-01Merge remote branch 'airlied/drm-next' into drm-intel-nextEric Anholt
2009-11-25drm/i915: Replace a calloc followed by copying data over it with malloc.Eric Anholt
2009-11-19drm: set the type of the drm_framebuffer::fbdev fieldClemens Ladisch
2009-11-18drm/kms: add page flipping ioctlKristian Høgsberg
2009-11-18drm: kill more unused DRM macrosAndres Salomon
2009-11-18drm: kill some unused DRM_PROC macros from drmP.hAndres Salomon
2009-11-18drm: Add async event synchronization for drmWaitVblankKristian Høgsberg
2009-11-05Merge remote branch 'airlied/drm-next' into drm-intel-nextEric Anholt
2009-11-05drm/i915: implement drmmode overlay support v4Daniel Vetter
2009-11-05drm/i915: add i915_lp_ring_sync helperDaniel Vetter
2009-11-05drm: make drm_mode_object_find typesafeDaniel Vetter
2009-10-26drm: Add async event synchronization for drmWaitVblankKristian Høgsberg