summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-07-3017-508/+493
|\
| * drm/exynos: fixed exception to page allocation failureInki Dae2012-07-271-1/+1
| * drm/exynos: use __free_page() to deallocate memoryInki Dae2012-07-271-15/+6
| * drm/exynos: fixed a comment to gem size.Inki Dae2012-07-271-1/+2
| * drm/exynos: removed unnecessary variableInki Dae2012-07-271-5/+0
| * drm/exynos: do not release memory region from exporter.Inki Dae2012-07-271-0/+10
| * drm/exynos: set buffer type from exporter.Inki Dae2012-07-271-7/+20
| * drm/exynos: use alloc_page() to allocate pages.Inki Dae2012-07-271-11/+3
| * drm/exynos: fixed build warning.Inki Dae2012-07-271-1/+1
| * drm/exynos: fixed edid data setting at vidi connection requestInki Dae2012-07-271-7/+31
| * drm/exynos: check if raw edid data is fake or not for testInki Dae2012-07-271-0/+6
| * drm/exynos: set edid fake data only for test.Inki Dae2012-07-271-3/+4
| * drm/exynos: removed unnecessary declaration.Inki Dae2012-07-271-2/+0
| * drm/exynos: fix buffer pitch calculationCooper Yuan2012-07-271-1/+1
| * drm/exynos: check for null in return value of dma_buf_map_attachment()Subash Patel2012-07-271-1/+1
| * drm/exynos: return NULL if exynos_pages_to_sg failsSubash Patel2012-07-271-0/+4
| * drm/exynos: Use devm_* functions in exynos_mixer.cSachin Kamat2012-07-271-34/+14
| * drm/exynos: Use devm_* functions in exynos_hdmi.cSachin Kamat2012-07-271-29/+7
| * drm/exynos: Use devm_* functions in exynos_drm_fimd.cSachin Kamat2012-07-271-32/+8
| * 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-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-07-26172-3244/+7450
|\|
| * 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