summaryrefslogtreecommitdiffstats
path: root/include/drm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-radeon-testing' of /ssd/git/drm-radeon-next into drm-next-s...Dave Airlie2010-03-011-1/+1
|\
| * drm/ttm: fix function prototype to match implementationRandy Dunlap2010-03-011-1/+1
* | Merge remote branch 'anholt/drm-intel-next' into drm-next-stageDave Airlie2010-03-015-0/+190
|\ \
| * | drm/i915: Add initial bits for VGA modesetting bringup on Sandybridge.Eric Anholt2010-02-261-0/+1
| * | Merge remote branch 'korg/drm-radeon-testing' into drm-next-stageDave Airlie2010-02-265-0/+189
| |\|
| | * drm/radeon/kms: add support for square microtiles on r3xx-r5xxMarek Olšák2010-02-251-0/+1
| | * drm: Add generic multipart buffer.Pauli Nieminen2010-02-231-0/+148
| | * drm/radeon/kms: add initial Evergreen support (Radeon HD 5xxx)Alex Deucher2010-02-091-0/+35
| | * drm/radeon/kms: add support for hardcoded edids in rom (v2)Alex Deucher2010-02-092-0/+5
* | | Merge remote branch 'nouveau/for-airlied' into drm-next-stageDave Airlie2010-03-011-54/+32Star
|\ \ \ | |/ / |/| |
| * | drm/nouveau: new gem pushbuf interface, bump to 0.0.16Ben Skeggs2010-02-251-54/+32Star
* | | drm: introduce drm_gem_object_[handle_]unreference_unlockedLuca Barbieri2010-02-111-3/+25
* | | Merge remote branch 'nouveau/for-airlied' of nouveau-2.6Dave Airlie2010-02-111-0/+1
|\| |
| * | drm/nouveau: Add getparam to get available PGRAPH units.Marcin Kościelnicki2010-02-091-0/+1
| * | Merge remote branch 'korg/drm-radeon-testing' into drm-testingDave Airlie2010-01-081-0/+1
| |\ \
* | | | drm/vmwgfx: Drop scanout flag compat and add execbuf ioctl parameter members....Jakob Bornecrantz2010-02-111-0/+8
* | | | drm/vmwgfx: Update the user-space interface.Thomas Hellstrom2010-02-111-3/+9
* | | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-02-011-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | drm/kms: Remove incorrect comment in struct drm_mode_modeinfoMarcin Kościelnicki2010-02-011-1/+1
* | | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-01-261-0/+5
|\| | |
| * | | drm/ttm: Add a swap_notify callback.Thomas Hellstrom2010-01-141-0/+5
* | | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-01-111-0/+1
|\| | |
| * | | Merge remote branch 'korg/drm-radeon-next' into drm-linusDave Airlie2010-01-111-0/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * drm: Add eDP connector typeAlex Deucher2010-01-081-0/+1
* | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-01-071-1/+1
|\| |
| * | drm: remove address mask param for drm_pci_alloc()Zhenyu Wang2010-01-071-1/+1
| |/
* | Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-01-071-0/+54
|\ \ | |/ |/|
| * drm/i915: execbuf2 supportJesse Barnes2010-01-061-0/+54
* | drm: convert drm_ioctl to unlocked_ioctlArnd Bergmann2009-12-181-2/+3
* | Merge remote branch 'korg/drm-vmware-staging' into drm-core-nextDave Airlie2009-12-183-1/+580
|\ \ | |/ |/|
| * drm/vmwgfx: Add DRM driver for VMware Virtual GPUJakob Bornecrantz2009-12-142-0/+575
| * drm/ttm: Add more driver type enumsJakob Bornecrantz2009-12-141-1/+5
* | drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs2009-12-113-0/+307
|/
* drm/ttm: Convert ttm_buffer_object_init to use ttm_placementJerome Glisse2009-12-111-33/+30Star
* drm: Add memory manager debug functionJerome Glisse2009-12-101-0/+1
* drm/ttm: Have the TTM code return -ERESTARTSYS instead of -ERESTART.Thomas Hellstrom2009-12-102-11/+11
* drm/ttm: Rework validation & memory space allocation (V3)Jerome Glisse2009-12-102-27/+35
* drm: Add search/get functions to get a block in a specific rangeJerome Glisse2009-12-101-0/+34
* Merge remote branch 'korg/drm-radeon-dp' into drm-linusDave Airlie2009-12-081-14/+45
|\
| * drm/radeon/kms: add support for DP modesettingAlex Deucher2009-12-081-15/+42
| * drm/radeon/kms: DP fixes and cleanup from the ddxAlex Deucher2009-12-081-1/+3
| * drm/radeon/kms: initial radeon displayport portingDave Airlie2009-12-081-0/+2
* | Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie2009-12-085-4/+92
|\ \ | |/ |/|
| * drm/i915: Fix typo in ioctl struct name.Kristian Høgsberg2009-12-011-1/+1
| * drm/i915: Fix sync to vblank when VGA output is turned offLi Peng2009-12-011-0/+1
| * drm/i915: add GETPARAM request for page flippingJesse Barnes2009-12-011-0/+1
| * drm: use page flip event to signal flip completionJesse Barnes2009-12-011-0/+1
| * Merge remote branch 'airlied/drm-next' into drm-intel-nextEric Anholt2009-12-014-33/+50
| |\
| * | drm/i915: Replace a calloc followed by copying data over it with malloc.Eric Anholt2009-11-251-1/+14
| * | Merge remote branch 'airlied/drm-next' into drm-intel-nextEric Anholt2009-11-062-2/+57
| |\ \