summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-08-0912-32/+79
|\
| * drm/i915: correctly order the ring init sequenceDaniel Vetter2012-08-081-2/+5
| * drm/i915: add more Haswell PCI IDsPaulo Zanoni2012-08-071-1/+30
| * drm/i915: make rc6 in sysfs functions conditionalHunt Xu2012-08-061-0/+12
| * drm/i915: Workaround hang with BSD and forcewake on SandyBridgeChris Wilson2012-08-061-9/+10
| * drm/i915: Make intel_panel_get_backlight static.Stéphane Marchesin2012-08-062-2/+1
| * i915: don't map imported dma-bufs for dmar.Dave Airlie2012-08-051-1/+2
| * drm/i915: remove unused variableDevendra Naga2012-08-051-1/+0
| * drm/i915: Don't forget to apply SNB PIPE_CONTROL GTT workaround.Eric Anholt2012-08-051-10/+10
| * drm/i915: fix forcewake related hangs on snbDaniel Vetter2012-07-271-2/+4
| * i915: Remove silly testAlan Cox2012-07-261-3/+0
| * i915: fix error path leak in intel_sdvo_write_cmdAlan Cox2012-07-261-1/+4
| * vlv: it might be wise if we initialised the flag value...Alan Cox2012-07-261-0/+1
* | drm/radeon/kms: allow "invalid" DB formats as a means to disable DBMarek Olšák2012-08-094-5/+12
* | 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