aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-13drm/i915: Remove references to previously removed UMS config optionAndreas Ruprecht1-4/+0
2015-02-13drm/i915/skl: Declare that GT3 has a second VCSDamien Lespiau1-1/+16
2015-01-28drm/i915: Convert hangcheck from a timer into a delayed work itemChris Wilson1-1/+1
2015-01-27drm/i915: Add i915.nuclear_pageflip command line param to force atomic (v4)Matt Roper1-0/+8
2015-01-27drm/i915: Rename the forcewake get/put functionsMika Kuoppala1-1/+1
2015-01-27drm/i915: Rebalance runtime pm vs forcewakeChris Wilson1-2/+3
2015-01-12Merge tag 'topic/i915-hda-componentized-2015-01-12' into drm-intel-next-queuedDaniel Vetter1-9/+9
2015-01-12drm/i915: add dev_to_i915 helperImre Deak1-6/+3
2014-12-24Revert "drm/gem: Warn on illegal use of the dumb buffer interface v2"Dave Airlie1-1/+1
2014-12-16drm/i915: Skip gunit save/restore for cherryviewDeepak S1-2/+5
2014-12-15drm/i915: sanitize RPS resetting during GPU resetImre Deak1-1/+3
2014-12-08drm/i915: resume MST after reading back hw stateDave Airlie1-1/+2
2014-12-03drm/i915: Deal with video overlay on GPU resetVille Syrjälä1-0/+2
2014-12-03drm/i915: Grab modeset locks for GPU rest on pre-ctgVille Syrjälä1-19/+0
2014-12-03drm/i915: Implement GPU reset for g33Ville Syrjälä1-2/+2
2014-12-03drm/i915: Implement GPU reset for 915/945Ville Syrjälä1-1/+2
2014-12-03drm/i915: Restore the display config after a GPU reset on gen4Ville Syrjälä1-0/+18
2014-12-03Merge tag 'drm-intel-next-2014-11-21-fixed' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-18/+8
2014-11-21drm/gem: Warn on illegal use of the dumb buffer interface v2Thomas Hellstrom1-1/+1
2014-11-20drm/i915: Ditch dev_priv->ums.mm_suspendDaniel Vetter1-4/+1
2014-11-19drm/i915: Remove DRI1 ring accessors and APIChris Wilson1-2/+0
2014-11-19drm/i915: disable rps irqs earlier during suspend/unloadImre Deak1-6/+3
2014-11-14drm/i915: remove the unnecessary block around display.hpd_irq_setupJani Nikula1-6/+4
2014-11-07drm/i915: fix RPS on runtime suspendPaulo Zanoni1-7/+3
2014-11-04drm/i915: run hsw_disable_pc8() later on resumePaulo Zanoni1-3/+5
2014-11-04drm/i915: kill intel_resume_prepare()Paulo Zanoni1-48/+15
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 Deak1-8/+3
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 Deak1-3/+0
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: vlv: fix gunit HW state corruption during S4 suspendImre Deak1-0/+10
2014-10-24drm/i915: remove dead code from legacy suspend handlerImre Deak1-3/+3
2014-10-24drm/i915/skl: Don't check for ULT/ULX when detecting the PCHDamien Lespiau1-2/+0
2014-10-24drm/i915: Use IS_HSW_ULT() in a HSW specific code pathDamien Lespiau1-2/+2
2014-10-03drm/i915: Use dev_priv instead of dev in irq setup functionsDaniel Vetter1-6/+6
2014-10-01drm/i915: Reinstate error level message for non-simulated gpu hangsDaniel Vetter1-0/+3
2014-10-01drm/i915: Remove intel_modeset_suspend_hwDaniel Vetter1-1/+1
2014-09-30Merge branch 'topic/skl-stage1' into drm-intel-next-queuedDaniel Vetter1-1/+25
2014-09-24drm/i915/skl: Sunrise Point PCH detectionSatheeshakrishna M1-0/+10
2014-09-24drm/i915/skl: SKL FBC enablementDaisy Sun1-0/+1