summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)Author
2012-07-27drm/exynos: removed unnecessary declaration.Inki Dae
2012-07-27drm/exynos: fix buffer pitch calculationCooper Yuan
2012-07-27drm/exynos: check for null in return value of dma_buf_map_attachment()Subash Patel
2012-07-27drm/exynos: return NULL if exynos_pages_to_sg failsSubash Patel
2012-07-27drm/exynos: Use devm_* functions in exynos_mixer.cSachin Kamat
2012-07-27drm/exynos: Use devm_* functions in exynos_hdmi.cSachin Kamat
2012-07-27drm/exynos: Use devm_* functions in exynos_drm_fimd.cSachin Kamat
2012-07-27drm/exynos: Add missing static storage class specifierSachin Kamat
2012-07-27drm/exynos: add property for crtc modeJoonyoung Shim
2012-07-27drm/exynos: add crtc disable functionJoonyoung Shim
2012-07-27drm/exynos: add plane enable/disableJoonyoung Shim
2012-07-27drm/exynos: remove unnecessary connector dpms controlJoonyoung Shim
2012-07-27drm/exynos: fix dpms operation for mode setJoonyoung Shim
2012-07-27drm/exynos: add property for plane zposJoonyoung Shim
2012-07-27drm/exynos: update overlay via plane from crtcJoonyoung Shim
2012-07-27drm/exynos: use private plane for crtcJoonyoung Shim
2012-07-27drm/exynos: define to_exynos_plane macroJoonyoung Shim
2012-07-27drm/exynos: fix to set pipe of crtcJoonyoung Shim
2012-07-27drm/exynos: fix point to call overlay_ops->mode_setJoonyoung Shim
2012-07-26Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-07-26i915: Remove silly testAlan Cox
2012-07-26i915: fix error path leak in intel_sdvo_write_cmdAlan Cox
2012-07-26vlv: it might be wise if we initialised the flag value...Alan Cox
2012-07-26Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie
2012-07-26Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau...Dave Airlie
2012-07-26drm/nouveau: init vblank requests listMarcin Slusarz
2012-07-26drm/nv50: extend vblank semaphore to generic dmaobj + offset pairBen Skeggs
2012-07-26drm/nouveau: mark most of our ioctls as deprecated, move to compat layerBen Skeggs
2012-07-26drm/nouveau: move current gpuobj code out of nouveau_object.cBen Skeggs
2012-07-26drm/nouveau/gem: fix object reference leak in a failure pathBen Skeggs
2012-07-26drm/nv50: rename INVALID_QUERY_OR_TEXTURE error to INVALID_OPERATIONMarcin Slusarz
2012-07-26drm/nv84: decode PCRYPT errorsMarcin Slusarz
2012-07-26drm/nouveau: dcb table quirk for fdo#50830Ben Skeggs
2012-07-26nouveau: Fix alignment requirements on src and dst addressesMaarten Lankhorst
2012-07-25drm/i915: unbreak lastclose for failed driver initDaniel Vetter
2012-07-25drm/i915: Set the context before setting up regs for the context.Eric Anholt
2012-07-25drm/i915: constify mode in crtc_mode_fixupDaniel Vetter
2012-07-25drm/i915/lvds: ditch ->prepare special caseDaniel Vetter
2012-07-25drm/i915: dereferencing an error pointerDan Carpenter
2012-07-25drm/i915: fix invalid reference handling of the default ctx objChris Wilson
2012-07-25drm/i915: Add -EIO to the list of known errors for __wait_seqnoChris Wilson
2012-07-25drm/i915: Flush the context object from the CPU caches upon switchingChris Wilson
2012-07-25drm/radeon: fix dpms on/off on trinity/aruba v2Jerome Glisse
2012-07-25drm/radeon: on hotplug force link training to happen (v2)Jerome Glisse
2012-07-25drm/radeon: fix hotplug of DP to DVI|HDMI passive adapters (v2)Jerome Glisse
2012-07-25drm/radeon: fix non revealent error messageJerome Glisse
2012-07-25drm/radeon: check for allocation failure in radeon_ring_backup()Dan Carpenter
2012-07-25drm/radeon: fix bo creation retry pathJerome Glisse
2012-07-25drm: track dev_mapping in more robust and flexible wayIlija Hadzic
2012-07-20drm/i915: Make the lock for pageflips interruptibleChris Wilson