aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-07Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-28/+0
2010-05-07drm/ttm: Remove the ttm_bo_block_reservation() function.Thomas Hellstrom1-28/+0
2010-04-19Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-0/+1
2010-04-19drm/radeon/kms: add FireMV 2400 PCI ID.Dave Airlie1-0/+1
2010-04-05Merge branch 'master' into export-slabhTejun Heo4-34/+67
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-15Merge branch 'radeon-for-airlied' of ../linux-2.6 into drm-linusDave Airlie1-0/+1
2010-03-15drm/ttm: use drm calloc large and free largeDave Airlie3-34/+66
2010-03-15drm/radeon: add new RS880 pci idAlex Deucher1-0/+1
2010-03-01Merge branch 'drm-radeon-testing' of /ssd/git/drm-radeon-next into drm-next-stageDave Airlie1-1/+1
2010-03-01drm/ttm: fix function prototype to match implementationRandy Dunlap1-1/+1
2010-03-01Merge remote branch 'anholt/drm-intel-next' into drm-next-stageDave Airlie5-0/+190
2010-03-01Merge remote branch 'nouveau/for-airlied' into drm-next-stageDave Airlie1-54/+32
2010-02-26drm/i915: Add initial bits for VGA modesetting bringup on Sandybridge.Eric Anholt1-0/+1
2010-02-26Merge remote branch 'korg/drm-radeon-testing' into drm-next-stageDave Airlie5-0/+189
2010-02-25drm/nouveau: new gem pushbuf interface, bump to 0.0.16Ben Skeggs1-54/+32
2010-02-25drm/radeon/kms: add support for square microtiles on r3xx-r5xxMarek Olšák1-0/+1
2010-02-23drm: Add generic multipart buffer.Pauli Nieminen1-0/+148
2010-02-11drm: introduce drm_gem_object_[handle_]unreference_unlockedLuca Barbieri1-3/+25
2010-02-11Merge remote branch 'nouveau/for-airlied' of nouveau-2.6Dave Airlie1-0/+1
2010-02-11drm/vmwgfx: Drop scanout flag compat and add execbuf ioctl parameter members. Bumps major.Jakob Bornecrantz1-0/+8
2010-02-11drm/vmwgfx: Update the user-space interface.Thomas Hellstrom1-3/+9
2010-02-09drm/nouveau: Add getparam to get available PGRAPH units.Marcin Kościelnicki1-0/+1
2010-02-09drm/radeon/kms: add initial Evergreen support (Radeon HD 5xxx)Alex Deucher1-0/+35
2010-02-09drm/radeon/kms: add support for hardcoded edids in rom (v2)Alex Deucher2-0/+5
2010-02-01Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-1/+1
2010-02-01drm/kms: Remove incorrect comment in struct drm_mode_modeinfoMarcin Kościelnicki1-1/+1
2010-01-25Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-0/+5
2010-01-14drm/ttm: Add a swap_notify callback.Thomas Hellstrom1-0/+5
2010-01-11Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-0/+1
2010-01-11Merge remote branch 'korg/drm-radeon-next' into drm-linusDave Airlie1-0/+1
2010-01-08Merge remote branch 'korg/drm-radeon-testing' into drm-testingDave Airlie1-0/+1
2010-01-08drm: Add eDP connector typeAlex Deucher1-0/+1
2010-01-06Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-1/+1
2010-01-07drm: remove address mask param for drm_pci_alloc()Zhenyu Wang1-1/+1
2010-01-06Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intelLinus Torvalds1-0/+54
2010-01-06drm/i915: execbuf2 supportJesse Barnes1-0/+54
2009-12-18drm: convert drm_ioctl to unlocked_ioctlArnd Bergmann1-2/+3
2009-12-18Merge remote branch 'korg/drm-vmware-staging' into drm-core-nextDave Airlie3-1/+580
2009-12-15drm/vmwgfx: Add DRM driver for VMware Virtual GPUJakob Bornecrantz2-0/+575
2009-12-15drm/ttm: Add more driver type enumsJakob Bornecrantz1-1/+5
2009-12-11drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs3-0/+307
2009-12-11drm/ttm: Convert ttm_buffer_object_init to use ttm_placementJerome Glisse1-33/+30
2009-12-10drm: Add memory manager debug functionJerome Glisse1-0/+1
2009-12-10drm/ttm: Have the TTM code return -ERESTARTSYS instead of -ERESTART.Thomas Hellstrom2-11/+11
2009-12-10drm/ttm: Rework validation & memory space allocation (V3)Jerome Glisse2-27/+35
2009-12-10drm: Add search/get functions to get a block in a specific rangeJerome Glisse1-0/+34
2009-12-08Merge remote branch 'korg/drm-radeon-dp' into drm-linusDave Airlie1-14/+45
2009-12-08Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie5-4/+92
2009-12-08drm/radeon/kms: add support for DP modesettingAlex Deucher1-15/+42