aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-19drm: kill reclaim_buffers callbackDaniel Vetter1-2/+0
2012-07-19drm: kill reclaim_buffers_lockedDaniel Vetter1-2/+0
2012-07-19drm: kill reclaim_buffers_idlelocked functionsDaniel Vetter1-2/+0
2012-07-19drm/pci: add support for getting the supported link bw.Dave Airlie1-0/+5
2012-07-19drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart2-3/+3
2012-07-19drm: remove the list_head from drm_mode_setDaniel Vetter1-2/+0
2012-07-16drm: Add colouring to the range allocatorChris Wilson1-15/+78
2012-06-25Merge tag 'v3.5-rc4' into drm-intel-next-queuedDaniel Vetter4-10/+21
2012-06-22drm: drop comment about this header being autogenerated.Dave Airlie1-4/+0
2012-06-14drm/i915/context: switch contexts with execbuf2Ben Widawsky1-1/+7
2012-06-14drm/i915/context: create & destroy ioctlsBen Widawsky1-0/+15
2012-06-12drm/i915: call intel_enable_gttDaniel Vetter1-0/+2
2012-06-12drm/i915 + agp/intel-gtt: prep work for direct setupDaniel Vetter1-0/+4
2012-06-12drm/i915: stop using dev->agp->baseDaniel Vetter1-0/+2
2012-06-12drm: increase DRM_OBJECT_MAX_PROPERTY to 24Paulo Zanoni1-1/+1
2012-06-08Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux-samsung into drm-fixesDave Airlie1-1/+3
2012-06-06drm/i915: Add wait render timeout get paramBen Widawsky1-0/+1
2012-06-06drm/i915: Inifite timeout for wait ioctlBen Widawsky1-1/+1
2012-06-05drm/radeon/kms: add new SI PCI idsAlex Deucher1-2/+3
2012-06-05drm/radeon/kms: add new BTC PCI idsAlex Deucher1-0/+2
2012-06-05drm/radeon/kms: add new Palm, Sumo PCI idsAlex Deucher1-0/+2
2012-06-05drm/radeon/kms: add new Trinity PCI idsAlex Deucher1-0/+8
2012-06-05drm/exynos: fixed size type.Inki Dae1-1/+3
2012-06-01Merge remote-tracking branch 'airlied/drm-prime-vmap' into drm-intel-next-queuedDaniel Vetter8-30/+158
2012-05-31introduce SIZE_MAXXi Wang1-2/+2
2012-05-25drm/i915: wait render timeout ioctlBen Widawsky1-0/+10
2012-05-23ttm: add prime sharing support to TTM (v2)Dave Airlie2-1/+10
2012-05-23drm/prime: introduce sg->pages/addr arrays helperDave Airlie1-0/+2
2012-05-22drm: add plane propertiesRob Clark1-0/+7
2012-05-22drm: add bitmask property typeRob Clark2-0/+5
2012-05-22Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-samsung into drm-core-nextDave Airlie1-8/+91
2012-05-22drm: Constify drm_mode_config_funcs pointerLaurent Pinchart1-1/+1
2012-05-22drm: Constify gem_vm_ops pointerLaurent Pinchart1-1/+1
2012-05-22drm: Miscellaneous typo fixes and documentation updatesLaurent Pinchart3-19/+33
2012-05-22drm/dp: Add DPCD defines for register 0x007Adam Jackson1-0/+4
2012-05-22drm/dp: Add DPCD OUI register definesAdam Jackson1-0/+4
2012-05-18drm/prime: expose capability flags for userspace.Dave Airlie1-0/+4
2012-05-17drm/exynos: add G2D driverJoonyoung Shim1-0/+57
2012-05-17drm: add CRTC propertiesPaulo Zanoni1-1/+8
2012-05-17drm: add 'count' to struct drm_object_propertiesPaulo Zanoni1-0/+1
2012-05-17drm: add generic ioctls to get/set properties on any objectPaulo Zanoni3-0/+30
2012-05-17drm: create struct drm_object_properties and use itPaulo Zanoni1-5/+10
2012-05-17drm: WARN() when drm_connector_attach_property failsPaulo Zanoni1-2/+2
2012-05-11drm: pass dev to drm_vm_{open,close}_locked()Rob Clark1-2/+2
2012-05-09drm/radeon: fix possible lack of synchronization btw ttm and other ringJerome Glisse1-1/+0
2012-05-08drm/exynos: cleanup for hdmi platform dataJoonyoung Shim1-7/+5
2012-05-08drm/exynos: added a feature to get gem buffer information.Inki Dae1-0/+19
2012-05-08drm/exynos: added cache attribute support for gem.Inki Dae1-1/+10
2012-05-02Merge tag 'drm-intel-next-2012-04-23' of git://people.freedesktop.org/~danvet/drm-intel into drm-core-nextDave Airlie1-2/+3
2012-04-27drm: fixed: Add dfixed_fracRobert Morell1-0/+1