summaryrefslogtreecommitdiffstats
path: root/include/drm
AgeCommit message (Expand)AuthorLines
2010-02-11Merge remote branch 'nouveau/for-airlied' of nouveau-2.6Dave Airlie-0/+1
2010-02-11drm/vmwgfx: Drop scanout flag compat and add execbuf ioctl parameter members....Jakob Bornecrantz-0/+8
2010-02-11drm/vmwgfx: Update the user-space interface.Thomas Hellstrom-3/+9
2010-02-09drm/nouveau: Add getparam to get available PGRAPH units.Marcin Kościelnicki-0/+1
2010-02-09drm/radeon/kms: add initial Evergreen support (Radeon HD 5xxx)Alex Deucher-0/+35
2010-02-09drm/radeon/kms: add support for hardcoded edids in rom (v2)Alex Deucher-0/+5
2010-02-01Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds-1/+1
2010-02-01drm/kms: Remove incorrect comment in struct drm_mode_modeinfoMarcin Kościelnicki-1/+1
2010-01-25Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds-0/+5
2010-01-14drm/ttm: Add a swap_notify callback.Thomas Hellstrom-0/+5
2010-01-11Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds-0/+1
2010-01-11Merge remote branch 'korg/drm-radeon-next' into drm-linusDave Airlie-0/+1
2010-01-08Merge remote branch 'korg/drm-radeon-testing' into drm-testingDave Airlie-0/+1
2010-01-08drm: Add eDP connector typeAlex Deucher-0/+1
2010-01-06Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds-1/+1
2010-01-07drm: remove address mask param for drm_pci_alloc()Zhenyu Wang-1/+1
2010-01-06Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+54
2010-01-06drm/i915: execbuf2 supportJesse Barnes-0/+54
2009-12-18drm: convert drm_ioctl to unlocked_ioctlArnd Bergmann-2/+3
2009-12-18Merge remote branch 'korg/drm-vmware-staging' into drm-core-nextDave Airlie-1/+580
2009-12-15drm/vmwgfx: Add DRM driver for VMware Virtual GPUJakob Bornecrantz-0/+575
2009-12-15drm/ttm: Add more driver type enumsJakob Bornecrantz-1/+5
2009-12-11drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs-0/+307
2009-12-11drm/ttm: Convert ttm_buffer_object_init to use ttm_placementJerome Glisse-33/+30
2009-12-10drm: Add memory manager debug functionJerome Glisse-0/+1
2009-12-10drm/ttm: Have the TTM code return -ERESTARTSYS instead of -ERESTART.Thomas Hellstrom-11/+11
2009-12-10drm/ttm: Rework validation & memory space allocation (V3)Jerome Glisse-27/+35
2009-12-10drm: Add search/get functions to get a block in a specific rangeJerome Glisse-0/+34
2009-12-08Merge remote branch 'korg/drm-radeon-dp' into drm-linusDave Airlie-14/+45
2009-12-08Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie-4/+92
2009-12-08drm/radeon/kms: add support for DP modesettingAlex Deucher-15/+42
2009-12-08drm/radeon/kms: DP fixes and cleanup from the ddxAlex Deucher-1/+3
2009-12-08drm/radeon/kms: initial radeon displayport portingDave Airlie-0/+2
2009-12-08drm/intel: refactor DP i2c support and DP common header to drm helperDave Airlie-0/+149
2009-12-07drm/ttm: Export symbols needed for the vmwgfx driver.Thomas Hellstrom-0/+9
2009-12-07drm/ttm: Add TTM execbuf utilities.Thomas Hellstrom-0/+107
2009-12-07drm/ttm: Add ttm lock functionality.Thomas Hellstrom-0/+247
2009-12-07drm/ttm: Add user-space objects.Thomas Hellstrom-0/+267
2009-12-04drm: Add dirty ioctl and propertyJakob Bornecrantz-0/+64
2009-12-04drm/ttm: Fix build failure due to missing struct pageMartin Michlmayr-0/+1
2009-12-04drm: Add compatibility #ifdefs for *BSDKristian Høgsberg-18/+27
2009-12-04drm: Add support for drm master_[set|drop] callbacks.Thomas Hellstrom-0/+9
2009-12-04drm/edid: Decode 3-byte CVT codes from EDID 1.4Adam Jackson-0/+5
2009-12-04drm/edid: Add new detailed block types from EDID 1.4Adam Jackson-0/+3
2009-12-04drm/modes: Add drm_mode_hsync()Adam Jackson-3/+4
2009-12-01drm/i915: Fix typo in ioctl struct name.Kristian Høgsberg-1/+1
2009-12-01drm/i915: Fix sync to vblank when VGA output is turned offLi Peng-0/+1
2009-12-01drm/i915: add GETPARAM request for page flippingJesse Barnes-0/+1
2009-12-01drm: use page flip event to signal flip completionJesse Barnes-0/+1
2009-12-01Merge remote branch 'airlied/drm-next' into drm-intel-nextEric Anholt-33/+50