aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAge
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-07-30
|\
| * drm/exynos: fixed exception to page allocation failureInki Dae2012-07-26
| * drm/exynos: use __free_page() to deallocate memoryInki Dae2012-07-26
| * drm/exynos: fixed a comment to gem size.Inki Dae2012-07-26
| * drm/exynos: removed unnecessary variableInki Dae2012-07-26
| * drm/exynos: do not release memory region from exporter.Inki Dae2012-07-26
| * drm/exynos: set buffer type from exporter.Inki Dae2012-07-26
| * drm/exynos: use alloc_page() to allocate pages.Inki Dae2012-07-26
| * drm/exynos: fixed build warning.Inki Dae2012-07-26
| * drm/exynos: fixed edid data setting at vidi connection requestInki Dae2012-07-26
| * drm/exynos: check if raw edid data is fake or not for testInki Dae2012-07-26
| * drm/exynos: set edid fake data only for test.Inki Dae2012-07-26
| * drm/exynos: removed unnecessary declaration.Inki Dae2012-07-26
| * drm/exynos: fix buffer pitch calculationCooper Yuan2012-07-26
| * drm/exynos: check for null in return value of dma_buf_map_attachment()Subash Patel2012-07-26
| * drm/exynos: return NULL if exynos_pages_to_sg failsSubash Patel2012-07-26
| * drm/exynos: Use devm_* functions in exynos_mixer.cSachin Kamat2012-07-26
| * drm/exynos: Use devm_* functions in exynos_hdmi.cSachin Kamat2012-07-26
| * drm/exynos: Use devm_* functions in exynos_drm_fimd.cSachin Kamat2012-07-26
| * drm/exynos: Add missing static storage class specifierSachin Kamat2012-07-26
| * drm/exynos: add property for crtc modeJoonyoung Shim2012-07-26
| * drm/exynos: add crtc disable functionJoonyoung Shim2012-07-26
| * drm/exynos: add plane enable/disableJoonyoung Shim2012-07-26
| * drm/exynos: remove unnecessary connector dpms controlJoonyoung Shim2012-07-26
| * drm/exynos: fix dpms operation for mode setJoonyoung Shim2012-07-26
| * drm/exynos: add property for plane zposJoonyoung Shim2012-07-26
| * drm/exynos: update overlay via plane from crtcJoonyoung Shim2012-07-26
| * drm/exynos: use private plane for crtcJoonyoung Shim2012-07-26
| * drm/exynos: define to_exynos_plane macroJoonyoung Shim2012-07-26
| * drm/exynos: fix to set pipe of crtcJoonyoung Shim2012-07-26
| * drm/exynos: fix point to call overlay_ops->mode_setJoonyoung Shim2012-07-26
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-07-26
|\|
| * Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-07-25
| |\
| | * drm/i915: unbreak lastclose for failed driver initDaniel Vetter2012-07-25
| | * drm/i915: Set the context before setting up regs for the context.Eric Anholt2012-07-25
| | * drm/i915: constify mode in crtc_mode_fixupDaniel Vetter2012-07-25
| | * drm/i915/lvds: ditch ->prepare special caseDaniel Vetter2012-07-25
| | * drm/i915: dereferencing an error pointerDan Carpenter2012-07-25
| | * drm/i915: fix invalid reference handling of the default ctx objChris Wilson2012-07-25
| | * drm/i915: Add -EIO to the list of known errors for __wait_seqnoChris Wilson2012-07-25
| | * drm/i915: Flush the context object from the CPU caches upon switchingChris Wilson2012-07-25
| | * drm/i915: Make the lock for pageflips interruptibleChris Wilson2012-07-20
| | * drm/i915: don't forget the PCH backlight registersPaulo Zanoni2012-07-20
| | * drm/i915: Insert a flush between batches if the breadcrumb was droppedChris Wilson2012-07-20
| | * drm/i915: missing error case in init status pageBen Widawsky2012-07-20
| | * drm/i915: mask tiled bit when updating ILK spritesAnder Conselvan de Oliveira2012-07-20
| | * drm/i915: try to train DP even harderPaulo Zanoni2012-07-20
| | * drm/i915: kill intel_ddc_probeDaniel Vetter2012-07-20
| | * drm/i915: check whether we actually received an edid in detect_ddcDaniel Vetter2012-07-20
| | * drm/i915: fix up PCH backlight #define mixupDaniel Vetter2012-07-20