aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2012-08-13drm/radeon: fix bank tiling parameters on SIChristian König1-4/+12
2012-08-13drm/radeon: properly handle crtc powergatingAlex Deucher3-2/+17
2012-08-13drm/radeon: properly handle SS overrides on TN (v2)Alex Deucher1-12/+37
2012-08-13drm/radeon/dce4+: set a more reasonable cursor watermarkAlex Deucher1-2/+4
2012-08-13drm/radeon: fix handling for ddc type 5 on combiosAlex Deucher1-21/+36
2012-08-10drm/mgag200: fix G200ER pll picking algorithmDave Airlie1-5/+7
2012-08-10drm/edid: Fix potential memory leak in edid_load()Alexey Khoroshilov1-3/+5
2012-08-09drm/udl: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. [1]Thomas Meyer1-1/+1
2012-08-09Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie12-32/+79
2012-08-09drm/radeon/kms: allow "invalid" DB formats as a means to disable DBMarek Olšák4-5/+12
2012-08-08drm/i915: correctly order the ring init sequenceDaniel Vetter1-2/+5
2012-08-07drm/i915: add more Haswell PCI IDsPaulo Zanoni1-1/+30
2012-08-06drm/i915: make rc6 in sysfs functions conditionalHunt Xu1-0/+12
2012-08-06drm/i915: Workaround hang with BSD and forcewake on SandyBridgeChris Wilson1-9/+10
2012-08-06drm/i915: Make intel_panel_get_backlight static.Stéphane Marchesin2-2/+1
2012-08-05i915: don't map imported dma-bufs for dmar.Dave Airlie1-1/+2
2012-08-05drm/i915: remove unused variableDevendra Naga1-1/+0
2012-08-05drm/i915: Don't forget to apply SNB PIPE_CONTROL GTT workaround.Eric Anholt1-10/+10
2012-07-30Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds17-508/+493
2012-07-27drm/i915: fix forcewake related hangs on snbDaniel Vetter1-2/+4
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