summaryrefslogtreecommitdiff
path: root/include/drm
AgeCommit message (Expand)AuthorFilesLines
2011-12-05drm/ttm: simplify memory accounting for ttm user v2Jerome Glisse2-6/+18
2011-12-05drm/ttm: isolate dma data from ttm_tt V4Jerome Glisse2-34/+31
2011-12-05drm/ttm: provide dma aware ttm page pool code V9Konrad Rzeszutek Wilk2-0/+38
2011-12-05drm/ttm: introduce callback for ttm_tt populate & unpopulate V4Jerome Glisse2-18/+41
2011-12-05drm/ttm: merge ttm_backend and ttm_tt V5Jerome Glisse1-63/+41
2011-12-05drm/ttm: page allocation use page array instead of listJerome Glisse1-4/+4
2011-12-05drm/ttm: remove unused backend flags fieldJerome Glisse1-2/+0
2011-12-05drm/ttm: remove split btw highmen and lowmem pageJerome Glisse1-7/+0
2011-12-05drm/ttm: remove userspace backed ttm object supportJerome Glisse2-29/+0
2011-11-28Merge branch 'exynos-drm' of git://git.infradead.org/users/kmpark/linux-samsu...Dave Airlie1-5/+4
2011-11-23drm: integer overflow in drm_mode_dirtyfb_ioctl()Xi Wang1-0/+2
2011-11-20drm/radeon/kms: add a CS ioctl flag not to rewrite tiling flags in the CSMarek Olšák1-0/+4
2011-11-15drm/radeon: add some missing FireMV pci idsAlex Deucher1-0/+2
2011-11-15drm/exynos: use gem create function genericallyInki Dae1-5/+4
2011-11-11drm/exynos: added padding to be 64-bit align.Inki Dae1-0/+2
2011-11-11drm: serialize access to list of debugfs filesMarcin Slusarz1-1/+3
2011-11-07Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-31/+35
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+2
2011-11-02vmwgfx: Reinstate the update_layout ioctlThomas Hellstrom1-26/+25
2011-11-01drm/radeon/kms: properly set panel mode for eDPAlex Deucher1-0/+3
2011-11-01drm: Introduce "Virtual" connectors and encodersThomas Hellstrom1-5/+7
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-5/+5
2011-10-31include: replace linux/module.h with "struct module" wherever possiblePaul Gortmaker1-1/+2
2011-10-27Revert "drm/ttm: add a way to bo_wait for either the last read or last write"Dave Airlie2-20/+2
2011-10-27Revert "drm/radeon/kms: add a new gem_wait ioctl with read/write flags"Dave Airlie1-11/+0
2011-10-24Merge branch 'drm-intel-next' of git://people.freedesktop.org/~keithp/linux i...Dave Airlie2-0/+63
2011-10-20drm/i915: add DP test request handlingJesse Barnes1-0/+25
2011-10-20drm: Add Panel Self Refresh DP addressesBen Widawsky1-0/+36
2011-10-20drm/i915: ILK + VT-d workaroundBen Widawsky1-0/+2
2011-10-10Merge branch 'drm-intel-next' of git://people.freedesktop.org/~keithp/linux i...Dave Airlie2-0/+18
2011-10-10vmwgfx: Add fence eventsThomas Hellstrom1-2/+45
2011-10-05DRM: add DRM Driver for Samsung SoC EXYNOS4210.Inki Dae1-0/+104
2011-10-05vmwgfx: Add present and readback ioctlsJakob Bornecrantz1-0/+63
2011-09-21drm: support routines for HDMI/DP ELDWu Fengguang2-0/+18
2011-09-06vmwgfx: Bump majorThomas Hellstrom1-45/+1
2011-09-06vmwgfx: Implement fence objectsThomas Hellstrom1-15/+134
2011-09-06vmwgfx: Fix confusion caused by using "fence" in various placesThomas Hellstrom1-3/+3
2011-09-06vmwgfx: Add functionality to get 3D capsThomas Hellstrom1-0/+25
2011-09-06vmwgfx: Remove the possibility to map the fifo from user-spaceThomas Hellstrom1-4/+3
2011-09-06vmwgfx: Remove the update layout IOCTL.Thomas Hellstrom1-3/+0
2011-09-06vmwgfx: Remove the fifo debug ioctlThomas Hellstrom1-28/+2
2011-08-31drm/radeon/kms: add a new gem_wait ioctl with read/write flagsMarek Olšák1-0/+11
2011-08-31drm/ttm: add a way to bo_wait for either the last read or last writeMarek Olšák2-2/+20
2011-08-30drm/gem: add functions for mmap offset creationRob Clark1-0/+3
2011-08-04drm: Separate EDID Header Check from EDID Block CheckThomas Reim1-0/+1
2011-08-04Merge branch 'drm-intel-next' of ssh://master.kernel.org/pub/scm/linux/kernel...Dave Airlie2-1/+3
2011-08-03drm: track CEA version number if presentJesse Barnes1-0/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-26Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-17/+12
2011-07-25drm/gem: add support for private objectsAlan Cox1-0/+2