summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/exynos: Add missing static storage class specifierSachin Kamat2012-07-271-1/+2
* drm/exynos: add property for crtc modeJoonyoung Shim2012-07-272-0/+73
* drm/exynos: add crtc disable functionJoonyoung Shim2012-07-271-0/+11
* drm/exynos: add plane enable/disableJoonyoung Shim2012-07-276-28/+50
* drm/exynos: remove unnecessary connector dpms controlJoonyoung Shim2012-07-271-11/+0
* drm/exynos: fix dpms operation for mode setJoonyoung Shim2012-07-273-37/+5
* drm/exynos: add property for plane zposJoonyoung Shim2012-07-274-49/+48
* drm/exynos: update overlay via plane from crtcJoonyoung Shim2012-07-276-222/+151
* drm/exynos: use private plane for crtcJoonyoung Shim2012-07-275-31/+47
* drm/exynos: define to_exynos_plane macroJoonyoung Shim2012-07-271-7/+6
* drm/exynos: fix to set pipe of crtcJoonyoung Shim2012-07-273-18/+24
* drm/exynos: fix point to call overlay_ops->mode_setJoonyoung Shim2012-07-272-9/+12
* Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-07-2618-119/+140
|\
| * drm/i915: unbreak lastclose for failed driver initDaniel Vetter2012-07-251-1/+7
| * drm/i915: Set the context before setting up regs for the context.Eric Anholt2012-07-251-4/+4
| * drm/i915: constify mode in crtc_mode_fixupDaniel Vetter2012-07-251-1/+1
| * drm/i915/lvds: ditch ->prepare special caseDaniel Vetter2012-07-251-7/+1
| * drm/i915: dereferencing an error pointerDan Carpenter2012-07-251-1/+3
| * drm/i915: fix invalid reference handling of the default ctx objChris Wilson2012-07-251-14/+4
| * drm/i915: Add -EIO to the list of known errors for __wait_seqnoChris Wilson2012-07-251-0/+1
| * drm/i915: Flush the context object from the CPU caches upon switchingChris Wilson2012-07-251-0/+11
| * drm/i915: Make the lock for pageflips interruptibleChris Wilson2012-07-201-1/+4
| * drm/i915: don't forget the PCH backlight registersPaulo Zanoni2012-07-201-1/+14
| * drm/i915: Insert a flush between batches if the breadcrumb was droppedChris Wilson2012-07-201-2/+7
| * drm/i915: missing error case in init status pageBen Widawsky2012-07-201-0/+1
| * drm/i915: mask tiled bit when updating ILK spritesAnder Conselvan de Oliveira2012-07-201-0/+1
| * drm/i915: try to train DP even harderPaulo Zanoni2012-07-201-1/+1
| * drm/i915: kill intel_ddc_probeDaniel Vetter2012-07-202-29/+0
| * drm/i915: check whether we actually received an edid in detect_ddcDaniel Vetter2012-07-201-19/+14
| * drm/i915: fix up PCH backlight #define mixupDaniel Vetter2012-07-201-1/+1
| * drm/i915: Add comments to explain the BSD tail write workaroundChris Wilson2012-07-205-12/+26
| * drm/i915: Disable the BLT on pre-production SNB hardwareChris Wilson2012-07-201-1/+17
| * drm/i915: initialize power wells in modeset_init_hwEugeni Dodonov2012-07-203-5/+6
| * drm/i915: Only request PM interrupts for the events we handledChris Wilson2012-07-201-8/+1
| * drm/i915/context: Add missing IVB context sizesBen Widawsky2012-07-201-1/+5
| * drm/i915/context/: s/CTX/CXTBen Widawsky2012-07-202-11/+11
* | Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau...Dave Airlie2012-07-2620-342/+585
|\ \
| * | drm/nouveau: init vblank requests listMarcin Slusarz2012-07-263-6/+1
| * | drm/nv50: extend vblank semaphore to generic dmaobj + offset pairBen Skeggs2012-07-265-53/+32
| * | drm/nouveau: mark most of our ioctls as deprecated, move to compat layerBen Skeggs2012-07-269-267/+346
| * | drm/nouveau: move current gpuobj code out of nouveau_object.cBen Skeggs2012-07-263-2/+2
| * | drm/nouveau/gem: fix object reference leak in a failure pathBen Skeggs2012-07-261-0/+1
| * | drm/nv50: rename INVALID_QUERY_OR_TEXTURE error to INVALID_OPERATIONMarcin Slusarz2012-07-261-1/+1
| * | drm/nv84: decode PCRYPT errorsMarcin Slusarz2012-07-261-3/+15
| * | drm/nouveau: dcb table quirk for fdo#50830Ben Skeggs2012-07-261-0/+12
| * | nouveau: Fix alignment requirements on src and dst addressesMaarten Lankhorst2012-07-263-10/+175
* | | drm/radeon: fix dpms on/off on trinity/aruba v2Jerome Glisse2012-07-251-2/+10
* | | drm/radeon: on hotplug force link training to happen (v2)Jerome Glisse2012-07-251-2/+8
* | | drm/radeon: fix hotplug of DP to DVI|HDMI passive adapters (v2)Jerome Glisse2012-07-251-8/+21
* | | drm/radeon: fix non revealent error messageJerome Glisse2012-07-251-3/+7