summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-23drm/i915: fix initial fbdev setup warningsdrm-i915-nextDave Airlie1-5/+0
2014-07-23drm/i915: don't suspend gt until after we disable irqs and displayDave Airlie1-3/+2
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)drm-i915-mst-support-nextDave 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
2014-07-21i915: split some DP modesetting code into a separate functionDave Airlie2-5/+14
2014-07-21drm/i915: add some registers need for displayport MST support.Dave Airlie1-2/+9
2014-07-21drm: gem_cma: Use ERR_CAST helperSachin Kamat1-1/+1
2014-07-21drm/i915: fix psr match conditions screw ups.Dave Airlie1-3/+4
2014-07-19Merge tag 'topic/core-stuff-2014-07-18' of git://anongit.freedesktop.org/drm-...Dave Airlie5-12/+12
2014-07-19Merge tag 'drm-intel-next-2014-07-11' of git://anongit.freedesktop.org/drm-in...Dave Airlie23-1246/+2000
2014-07-18drm: Check for connection_mutex in drm_select_eldSean Paul1-0/+1
2014-07-18drm/dp-mst-helper: Don't use uninitialized fields of the sideband message headerDamien Lespiau1-0/+2
2014-07-18drm/dp-mst-helper: Avoid reading uninitialized valueDamien Lespiau1-1/+1
2014-07-18drm/plane-helper: Use proper plane init functionMatt Roper1-3/+4
2014-07-18drivers/gpu/drm/drm_buffer.c: remove unnecessary null test before kfreeFabian Frederick1-5/+1
2014-07-18drm: Fix function names in kerneldocThierry Reding1-3/+3
2014-07-18drm/radeon: use helpersRob Clark3-56/+22
2014-07-18drm/i915: use helpersRob Clark3-18/+12
2014-07-18drm/nouveau: use helpersRob Clark1-8/+8
2014-07-18drm/vmwgfx: use helpersRob Clark1-4/+2
2014-07-18drm/udl: use helpersRob Clark1-8/+1
2014-07-18drm/mgag200: use helpersRob Clark1-12/+2
2014-07-18drm/exynos: use helpersRob Clark1-14/+1
2014-07-18drm/cirrus: use helpersRob Clark1-12/+2
2014-07-18drm/bochs: use helpersRob Clark1-11/+2
2014-07-18drm/ast: use helpersRob Clark1-10/+2
2014-07-10drm/i915: Make the RPS interrupt generation mask handle the vlv waChris Wilson1-5/+5
2014-07-10drm/i915: Move RPS evaluation interval counters to i915->rpsChris Wilson2-27/+23
2014-07-10drm/i915: Don't cast a pointer to void* unnecessarilyDamien Lespiau1-1/+1
2014-07-10drm/i915: don't read LVDS regs at compute_config timePaulo Zanoni1-4/+9
2014-07-10drm/i915: check the power domains in intel_lvds_get_hw_state()Paulo Zanoni1-0/+5
2014-07-10drm/i915: check the power domains in ironlake_get_pipe_config()Paulo Zanoni1-0/+4
2014-07-10drm/i915: don't skip shared DPLL assertion on LPTPaulo Zanoni1-5/+0
2014-07-10drm/i915: Only touch WRPLL hw state in enable/disable hooksDaniel Vetter3-21/+8
2014-07-10drm/i915: Switch to common shared dpll framework for WRPLLsDaniel Vetter5-144/+27