aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-30Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds17-508/+493
2012-07-27drm/exynos: fixed exception to page allocation failureInki Dae1-1/+1
2012-07-27drm/exynos: use __free_page() to deallocate memoryInki Dae1-15/+6
2012-07-27drm/exynos: fixed a comment to gem size.Inki Dae1-1/+2
2012-07-27drm/exynos: removed unnecessary variableInki Dae1-5/+0
2012-07-27drm/exynos: do not release memory region from exporter.Inki Dae1-0/+10
2012-07-27drm/exynos: set buffer type from exporter.Inki Dae1-7/+20
2012-07-27drm/exynos: use alloc_page() to allocate pages.Inki Dae1-11/+3
2012-07-27drm/exynos: fixed build warning.Inki Dae1-1/+1
2012-07-27drm/exynos: fixed edid data setting at vidi connection requestInki Dae1-7/+31
2012-07-27drm/exynos: check if raw edid data is fake or not for testInki Dae1-0/+6
2012-07-27drm/exynos: set edid fake data only for test.Inki Dae1-3/+4
2012-07-27drm/exynos: removed unnecessary declaration.Inki Dae1-2/+0
2012-07-27drm/exynos: fix buffer pitch calculationCooper Yuan1-1/+1
2012-07-27drm/exynos: check for null in return value of dma_buf_map_attachment()Subash Patel1-1/+1
2012-07-27drm/exynos: return NULL if exynos_pages_to_sg failsSubash Patel1-0/+4
2012-07-27drm/exynos: Use devm_* functions in exynos_mixer.cSachin Kamat1-34/+14
2012-07-27drm/exynos: Use devm_* functions in exynos_hdmi.cSachin Kamat1-29/+7
2012-07-27drm/exynos: Use devm_* functions in exynos_drm_fimd.cSachin Kamat1-32/+8
2012-07-27drm/exynos: Add missing static storage class specifierSachin Kamat1-1/+2
2012-07-27drm/exynos: add property for crtc modeJoonyoung Shim2-0/+73
2012-07-27drm/exynos: add crtc disable functionJoonyoung Shim1-0/+11
2012-07-27drm/exynos: add plane enable/disableJoonyoung Shim6-28/+50
2012-07-27drm/exynos: remove unnecessary connector dpms controlJoonyoung Shim1-11/+0
2012-07-27drm/exynos: fix dpms operation for mode setJoonyoung Shim3-37/+5
2012-07-27drm/exynos: add property for plane zposJoonyoung Shim4-49/+48
2012-07-27drm/exynos: update overlay via plane from crtcJoonyoung Shim6-222/+151
2012-07-27drm/exynos: use private plane for crtcJoonyoung Shim5-31/+47
2012-07-27drm/exynos: define to_exynos_plane macroJoonyoung Shim1-7/+6
2012-07-27drm/exynos: fix to set pipe of crtcJoonyoung Shim3-18/+24
2012-07-27drm/exynos: fix point to call overlay_ops->mode_setJoonyoung Shim2-9/+12
2012-07-26Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds172-3244/+7450
2012-07-26Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie18-119/+140
2012-07-26Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-nextDave Airlie20-342/+585
2012-07-26drm/nouveau: init vblank requests listMarcin Slusarz3-6/+1
2012-07-26drm/nv50: extend vblank semaphore to generic dmaobj + offset pairBen Skeggs5-53/+32
2012-07-26drm/nouveau: mark most of our ioctls as deprecated, move to compat layerBen Skeggs9-267/+346
2012-07-26drm/nouveau: move current gpuobj code out of nouveau_object.cBen Skeggs3-2/+2
2012-07-26drm/nouveau/gem: fix object reference leak in a failure pathBen Skeggs1-0/+1
2012-07-26drm/nv50: rename INVALID_QUERY_OR_TEXTURE error to INVALID_OPERATIONMarcin Slusarz1-1/+1
2012-07-26drm/nv84: decode PCRYPT errorsMarcin Slusarz1-3/+15
2012-07-26drm/nouveau: dcb table quirk for fdo#50830Ben Skeggs1-0/+12
2012-07-26nouveau: Fix alignment requirements on src and dst addressesMaarten Lankhorst3-10/+175
2012-07-25drm/i915: unbreak lastclose for failed driver initDaniel Vetter1-1/+7
2012-07-25drm/i915: Set the context before setting up regs for the context.Eric Anholt1-4/+4
2012-07-25drm/i915: constify mode in crtc_mode_fixupDaniel Vetter1-1/+1
2012-07-25drm/i915/lvds: ditch ->prepare special caseDaniel Vetter1-7/+1
2012-07-25drm/i915: dereferencing an error pointerDan Carpenter1-1/+3
2012-07-25drm/i915: fix invalid reference handling of the default ctx objChris Wilson1-14/+4
2012-07-25drm/i915: Add -EIO to the list of known errors for __wait_seqnoChris Wilson1-0/+1