summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-03drm/exynos/ipp: remove temporary variableAndrzej Hajda1-8/+6
2014-08-03drm/exynos/ipp: correct address typeAndrzej Hajda1-2/+3
2014-08-03drm/exynos/ipp: remove struct exynos_drm_ipp_privateAndrzej Hajda3-28/+12
2014-08-03drm/exynos/ipp: remove unused field from exynos_drm_ipp_privateAndrzej Hajda2-3/+0
2014-08-03drm/exynos/ipp: remove type castingAndrzej Hajda1-1/+1
2014-08-03drm/exynos: g2d: add exynos4212 as a compatible device.Alban Browaeys1-0/+1
2014-08-03ARM: dts: exynos5420: add dsi nodeYoungJun Cho1-0/+14
2014-08-03ARM: dts: exynos5420: add mipi-phy nodeYoungJun Cho1-0/+6
2014-08-03ARM: dts: exynos5: add system register propertyYoungJun Cho1-0/+1
2014-08-03ARM: dts: exynos4: add system register propertyYoungJun Cho1-0/+1
2014-08-03drm/exynos: dsi: add driver data to support Exynos5410/5420/5440 SoCsYoungJun Cho1-22/+135
2014-08-03ARM: dts: exynos_dsim: add exynos5410 compatible to DT bindingsYoungJun Cho1-1/+3
2014-08-03drm/exynos: fimd: support LCD I80 interfaceYoungJun Cho3-45/+235
2014-08-03drm/exynos: dsi: add TE interrupt handler to support LCD I80 interfaceYoungJun Cho1-2/+96
2014-08-03drm/exynos: add TE handler to support LCD I80 interfaceYoungJun Cho3-0/+18
2014-08-03ARM: dts: samsung-fimd: add LCD I80 interface specific propertiesYoungJun Cho1-0/+28
2014-08-03drm/exynos: use wait_event_timeout() for safety usageYoungJun Cho1-2/+5
2014-08-03drm/exynos: dsi: move the EoT packets configuration pointYoungJun Cho1-2/+12
2014-08-03drm/exynos: hdmi: enable exynos 4210 and 4x12 soc supportMarek Szyprowski3-17/+49
2014-08-03drm/exynos: hdmi: make 'hdmi-en' regulator optional and keep it enabledMarek Szyprowski1-1/+18
2014-08-03drm/exynos: dp: Use correct module licenseJingoo Han1-1/+1
2014-08-03drm/exynos: Remove unused variable in exynos_drm_gem.cSachin Kamat1-3/+0
2014-08-03drm/exynos: Remove unused variable from exynos_hdmi.cSachin Kamat1-2/+1
2014-08-03drm/exynos: Fix NULL pointer exception when suspending without componentsKrzysztof Kozlowski1-2/+2
2014-08-02agp: remove read/write stubsMathias Krause1-15/+0
2014-08-02drm: drop i386 verificationDavid Herrmann1-4/+0
2014-08-02drm: drop unused "struct drm_queue"David Herrmann1-17/+0
2014-08-02drm: remove unused "struct drm_freelist"David Herrmann3-23/+11
2014-07-30drm/rcar-du: Fix maximum frame buffer pitch computationLaurent Pinchart1-2/+11
2014-07-24drm/i915: fix initial fbdev setup warningsDave Airlie1-5/+0
2014-07-24drm/i915: don't suspend gt until after we disable irqs and display (v2)Dave Airlie1-5/+5
2014-07-23Merge branch 'component-for-drm' of git://ftp.arm.linux.org.uk/~rmk/linux-arm...Dave Airlie1-48/+35
2014-07-23Merge branch 'drm-armada-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm ...Dave Airlie12-154/+642
2014-07-22drm/i915: fix build without fbdev.Chris Wilson1-4/+18
2014-07-22drm/ttm: make device_released staticDave Airlie1-1/+1
2014-07-22drm/ttm: use gfp_t instead of int for flags.Dave Airlie1-1/+1
2014-07-22drm: omapdrm: fix compiler errorsRussell King3-9/+11
2014-07-22drm: bochs: fix warningsRussell King1-0/+2
2014-07-22drm: cirrus: fix warningsRussell King1-0/+2
2014-07-22drm: shmobile: fix warningsRussell King1-1/+1
2014-07-22drm: rcar-du: fix warningsRussell King1-1/+1
2014-07-22drm/i2c: tda998x: Remove useless testJean-Francois Moine1-2/+1
2014-07-22Merge branch 'drm-i915-mst-support-next' of git://people.freedesktop.org/~air...Dave Airlie14-76/+1025
2014-07-22drm/i915: mst topology dumper in debugfs (v0.2)Dave Airlie1-0/+23
2014-07-22drm/i915: add DP 1.2 MST support (v0.7)Dave Airlie12-38/+934
2014-07-22drm/dp: Staticize a couple of DP utility functionsThierry Reding1-15/+15
2014-07-22drm/ttm: Fix a few sparse warningsThierry Reding12-20/+20
2014-07-22drm: Add missing __user annotationThierry Reding1-1/+1
2014-07-21drm/i915: split conversion function out into separate functionDave Airlie1-13/+18
2014-07-21drm/i915: check connector->encoder before using it.Dave Airlie3-18/+27