summaryrefslogtreecommitdiffstats
path: root/include/drm
AgeCommit message (Expand)AuthorLines
2011-12-06drm: document drm_mode_set structureJesse Barnes-1/+9
2011-12-06drm: remove unused fields in drm_connector and document the restJesse Barnes-7/+28
2011-12-06drm: add drm_encoder commentsJesse Barnes-0/+12
2011-12-06drm: add comments for drm_encoder_funcsJesse Barnes-0/+7
2011-12-06drm: fix comments for drm_crtc structJesse Barnes-0/+11
2011-12-06drm: remove unused connector_count field from drm_display_modeJesse Barnes-1/+0
2011-12-06gma500: Move the APIAlan Cox-0/+91
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock-1/+1
2011-12-01drm/radeon/kms: add some new pci idsAlex Deucher-0/+8
2011-12-01drm: Redefine pixel formatsVille Syrjälä-27/+94
2011-11-29drm: move the fb bpp/depth helper into the core.Dave Airlie-2/+3
2011-11-28Merge branch 'exynos-drm' of git://git.infradead.org/users/kmpark/linux-samsu...Dave Airlie-5/+4
2011-11-23drm: integer overflow in drm_mode_dirtyfb_ioctl()Xi Wang-0/+2
2011-11-20drm/radeon/kms: add a CS ioctl flag not to rewrite tiling flags in the CSMarek Olšák-0/+4
2011-11-15drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes-3/+101
2011-11-15drm: add plane support v3Jesse Barnes-6/+119
2011-11-15drm/radeon: add some missing FireMV pci idsAlex Deucher-0/+2
2011-11-15drm/exynos: use gem create function genericallyInki Dae-5/+4
2011-11-11drm/exynos: added padding to be 64-bit align.Inki Dae-0/+2
2011-11-11drm: Make the per-driver file_operations struct constArjan van de Ven-1/+1
2011-11-11drm: serialize access to list of debugfs filesMarcin Slusarz-1/+3
2011-11-07Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-31/+35
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+2
2011-11-02vmwgfx: Reinstate the update_layout ioctlThomas Hellstrom-26/+25
2011-11-01drm/radeon/kms: properly set panel mode for eDPAlex Deucher-0/+3
2011-11-01drm: Introduce "Virtual" connectors and encodersThomas Hellstrom-5/+7
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches-5/+5
2011-10-31include: replace linux/module.h with "struct module" wherever possiblePaul Gortmaker-1/+2
2011-10-27Revert "drm/ttm: add a way to bo_wait for either the last read or last write"Dave Airlie-20/+2
2011-10-27Revert "drm/radeon/kms: add a new gem_wait ioctl with read/write flags"Dave Airlie-11/+0
2011-10-24Merge branch 'drm-intel-next' of git://people.freedesktop.org/~keithp/linux i...Dave Airlie-0/+63
2011-10-20drm/i915: add DP test request handlingJesse Barnes-0/+25
2011-10-20drm: Add Panel Self Refresh DP addressesBen Widawsky-0/+36
2011-10-20drm/i915: ILK + VT-d workaroundBen Widawsky-0/+2
2011-10-10Merge branch 'drm-intel-next' of git://people.freedesktop.org/~keithp/linux i...Dave Airlie-0/+18
2011-10-10vmwgfx: Add fence eventsThomas Hellstrom-2/+45
2011-10-05DRM: add DRM Driver for Samsung SoC EXYNOS4210.Inki Dae-0/+104
2011-10-05vmwgfx: Add present and readback ioctlsJakob Bornecrantz-0/+63
2011-09-21drm: support routines for HDMI/DP ELDWu Fengguang-0/+18
2011-09-06vmwgfx: Bump majorThomas Hellstrom-45/+1
2011-09-06vmwgfx: Implement fence objectsThomas Hellstrom-15/+134
2011-09-06vmwgfx: Fix confusion caused by using "fence" in various placesThomas Hellstrom-3/+3
2011-09-06vmwgfx: Add functionality to get 3D capsThomas Hellstrom-0/+25
2011-09-06vmwgfx: Remove the possibility to map the fifo from user-spaceThomas Hellstrom-4/+3
2011-09-06vmwgfx: Remove the update layout IOCTL.Thomas Hellstrom-3/+0
2011-09-06vmwgfx: Remove the fifo debug ioctlThomas Hellstrom-28/+2
2011-08-31drm/radeon/kms: add a new gem_wait ioctl with read/write flagsMarek Olšák-0/+11
2011-08-31drm/ttm: add a way to bo_wait for either the last read or last writeMarek Olšák-2/+20
2011-08-30drm/gem: add functions for mmap offset creationRob Clark-0/+3
2011-08-04drm: Separate EDID Header Check from EDID Block CheckThomas Reim-0/+1