aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
AgeCommit message (Expand)Author
2012-07-27drm/exynos: add property for plane zposJoonyoung Shim
2012-07-26Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau...Dave Airlie
2012-07-26drm/nouveau: mark most of our ioctls as deprecated, move to compat layerBen Skeggs
2012-07-24drm/ttm: remove stale declaration and fieldIlija Hadzic
2012-07-19drm/sis: fixup sis_mm ioctl structsDaniel Vetter
2012-07-19drm: kill i915/i830 ids from drm_pciids.hDaniel Vetter
2012-07-19drm: kill dma queue supportDaniel Vetter
2012-07-19drm: kill reclaim_buffers callbackDaniel Vetter
2012-07-19drm: kill reclaim_buffers_lockedDaniel Vetter
2012-07-19drm: kill reclaim_buffers_idlelocked functionsDaniel Vetter
2012-07-19drm/pci: add support for getting the supported link bw.Dave Airlie
2012-07-19drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart
2012-07-19drm: remove the list_head from drm_mode_setDaniel Vetter
2012-07-16drm: Add colouring to the range allocatorChris Wilson
2012-06-25Merge tag 'v3.5-rc4' into drm-intel-next-queuedDaniel Vetter
2012-06-22drm: drop comment about this header being autogenerated.Dave Airlie
2012-06-14drm/i915/context: switch contexts with execbuf2Ben Widawsky
2012-06-14drm/i915/context: create & destroy ioctlsBen Widawsky
2012-06-12drm/i915: call intel_enable_gttDaniel Vetter
2012-06-12drm/i915 + agp/intel-gtt: prep work for direct setupDaniel Vetter
2012-06-12drm/i915: stop using dev->agp->baseDaniel Vetter
2012-06-12drm: increase DRM_OBJECT_MAX_PROPERTY to 24Paulo Zanoni
2012-06-08Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux...Dave Airlie
2012-06-06drm/i915: Add wait render timeout get paramBen Widawsky
2012-06-06drm/i915: Inifite timeout for wait ioctlBen Widawsky
2012-06-05drm/radeon/kms: add new SI PCI idsAlex Deucher
2012-06-05drm/radeon/kms: add new BTC PCI idsAlex Deucher
2012-06-05drm/radeon/kms: add new Palm, Sumo PCI idsAlex Deucher
2012-06-05drm/radeon/kms: add new Trinity PCI idsAlex Deucher
2012-06-05drm/exynos: fixed size type.Inki Dae
2012-06-01Merge remote-tracking branch 'airlied/drm-prime-vmap' into drm-intel-next-queuedDaniel Vetter
2012-05-31introduce SIZE_MAXXi Wang
2012-05-25drm/i915: wait render timeout ioctlBen Widawsky
2012-05-23ttm: add prime sharing support to TTM (v2)Dave Airlie
2012-05-23drm/prime: introduce sg->pages/addr arrays helperDave Airlie
2012-05-22drm: add plane propertiesRob Clark
2012-05-22drm: add bitmask property typeRob Clark
2012-05-22Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-...Dave Airlie
2012-05-22drm: Constify drm_mode_config_funcs pointerLaurent Pinchart
2012-05-22drm: Constify gem_vm_ops pointerLaurent Pinchart
2012-05-22drm: Miscellaneous typo fixes and documentation updatesLaurent Pinchart
2012-05-22drm/dp: Add DPCD defines for register 0x007Adam Jackson
2012-05-22drm/dp: Add DPCD OUI register definesAdam Jackson
2012-05-18drm/prime: expose capability flags for userspace.Dave Airlie
2012-05-17drm/exynos: add G2D driverJoonyoung Shim
2012-05-17drm: add CRTC propertiesPaulo Zanoni
2012-05-17drm: add 'count' to struct drm_object_propertiesPaulo Zanoni
2012-05-17drm: add generic ioctls to get/set properties on any objectPaulo Zanoni
2012-05-17drm: create struct drm_object_properties and use itPaulo Zanoni
2012-05-17drm: WARN() when drm_connector_attach_property failsPaulo Zanoni