summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-11-07Merge tag 'topic/core-stuff-2014-11-05' of git://anongit.freedesktop.org/drm-...Dave Airlie16-340/+239
2014-11-07drm: drop README.drm, ancient scrollsDave Airlie1-43/+0
2014-11-05drm/dp: Add counters in the drm_dp_aux struct for I2C NACKs and DEFERsTodd Previte1-0/+2
2014-11-04drm: Remove compiler BUG_ON() testPeter Hurley1-1/+0
2014-11-04drm: Fix DRM_FORCE_ON_DIGITAL usePeter Hurley1-1/+2
2014-11-04Merge tag 'drm-intel-next-2014-10-24' of git://anongit.freedesktop.org/drm-in...Dave Airlie23-936/+1140
2014-10-31drm/gma500: Don't destroy DRM properties in the driverDamien Lespiau1-49/+0
2014-10-31drm/i915: Don't destroy DRM properties in the driverDamien Lespiau1-47/+0
2014-10-31drm: Add a note to drm_property_create() about property lifetimeDamien Lespiau1-0/+4
2014-10-28Merge tag 'drm-intel-next-2014-10-03-no-ppgtt' of git://anongit.freedesktop.o...Dave Airlie30-2179/+3332
2014-10-26Merge tag 'armsoc-for-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+2
2014-10-24Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+1
2014-10-24Merge tag 'stable/for-linus-3.18-b-rc1-tag' of git://git.kernel.org/pub/scm/l...Linus Torvalds2-11/+19
2014-10-24Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+4
2014-10-24Merge tag 'pm+acpi-3.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds21-128/+378
2014-10-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds26-421/+2129
2014-10-24drm/i915: Update DRIVER_DATE to 20141024Daniel Vetter1-1/+1
2014-10-24drm/i915: add comments on what stage a given PM handler is calledImre Deak1-0/+22
2014-10-24drm/i915: unify switcheroo and legacy suspend/resume handlersImre Deak3-12/+7
2014-10-24drm/i915: add poweroff_late handlerImre Deak1-0/+1
2014-10-24drm/i915: sanitize suspend/resume helper function namesImre Deak1-12/+7
2014-10-24drm/i915: unify S3 and S4 suspend/resume handlersImre Deak1-87/+17
2014-10-24drm/i915: disable/re-enable PCI device around S4 freeze/thawImre Deak1-3/+2
2014-10-24drm/i915: enable output polling during S4 thawImre Deak1-8/+3
2014-10-24drm/i915: check for GT faults in all resume handlers and driver load timeImre Deak2-5/+11
2014-10-24drm/i915: remove unused restore_gtt_mappings optimization during suspendImre Deak1-11/+4
2014-10-24drm/i915: fix S4 suspend while switcheroo state is offImre Deak1-3/+24
2014-10-24drm/i915: vlv: fix switcheroo/legacy suspend/resumeImre Deak1-8/+9
2014-10-24drm/i915: propagate error from legacy resume handlerImre Deak1-3/+6
2014-10-24drm/i915: unify legacy S3 suspend and S4 freeze handlersImre Deak1-5/+3
2014-10-24drm/i915: factor out i915_drm_suspend_lateImre Deak1-12/+20
2014-10-24drm/i915: Emit even number of dwords when emitting LRIsArun Siluvery1-2/+3
2014-10-24drm/i915: Add rotation support for cursor plane (v5)Ville Syrjälä2-0/+26
2014-10-24drm/i915: Correctly reject invalid flags for wait_ioctlDaniel Vetter1-0/+3
2014-10-24drm/i915: use macros to assign mmio access functionsYu Zhang1-48/+30
2014-10-24drm/i915: only run hsw_power_well_post_enable when really neededPaulo Zanoni1-1/+1
2014-10-24drm/i915/chv: Use 16 and 32 for low and high drain latency precision.Rodrigo Vivi2-21/+32
2014-10-24drm/i915: Fold in intel_mst_port_dp_detectDaniel Vetter1-9/+1
2014-10-24drm/i915: add runtime PM get/put call in i915_execlistsMichel Thierry1-0/+3
2014-10-24drm/i915: Fix chv PCS DW11 register definesVille Syrjälä1-2/+2
2014-10-24drm/i915: Don't claim that we're resetting PCH ADPA registerVille Syrjälä1-1/+1
2014-10-24drm/i915: disable IPS while getting the pipe CRCs.Paulo Zanoni1-0/+12
2014-10-24drm/i915: call drm_vblank_cleanup() earlier at unloadPaulo Zanoni1-3/+5
2014-10-24drm/i915: spt does not have pch backlight override bitJani Nikula1-2/+3
2014-10-24drm/i915: preserve swizzle settings if necessary v4Jesse Barnes3-15/+32
2014-10-24drm/i915: vlv: fix gunit HW state corruption during S4 suspendImre Deak1-0/+10
2014-10-24drm/i915: Check workaround status on dfs read timeMika Kuoppala1-7/+7
2014-10-24drm/i915: Build workaround list in ring initializationMika Kuoppala3-102/+128
2014-10-24drm/i915: remove redundant #ifdef CONFIG_COMPATJani Nikula1-2/+0
2014-10-24drm/i915: remove dead code from legacy suspend handlerImre Deak1-3/+3