summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_drv.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-18drm/i915: make sure VDD is turned off during system suspendImre Deak1-0/+17
2014-08-18drm/i915: cancel hotplug and dig_port work during suspend and unloadImre Deak1-0/+16
2014-08-08Revert "drm/i915: Enable semaphores on BDW"Rodrigo Vivi1-0/+4
2014-07-29Merge remote-tracking branch 'airlied/drm-next' into drm-intel-nextDaniel Vetter1-8/+17
2014-07-24drm/i915: don't suspend gt until after we disable irqs and display (v2)Dave Airlie1-5/+5
2014-07-23drm/i915: BDW can also detect unclaimed registersPaulo Zanoni1-0/+4
2014-07-23drm/i915: Power gating display wells during i915_pm_suspendBorun Fu1-4/+3
2014-07-22drm/i915: add DP 1.2 MST support (v0.7)Dave Airlie1-1/+12
2014-07-19Merge tag 'drm-intel-next-2014-07-11' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-7/+6
2014-07-09Merge tag 'drm-intel-next-2014-06-20' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-15/+24
2014-07-08drm/i915: make system freeze support depend on CONFIG_ACPI_SLEEPImre Deak1-3/+4
2014-07-08drm/fb-helper: Fix hpd vs. initial config racesDaniel Vetter1-2/+0
2014-07-08drm/i915: Enable semaphores on BDWRodrigo Vivi1-4/+0
2014-07-01drm/i915: flush delayed_resume_work when suspendingPaulo Zanoni1-0/+2
2014-06-19drm/i915: don't take runtime PM reference around freeze/thawJesse Barnes1-3/+0
2014-06-19drm/i915: use runtime irq suspend/resume in freeze/thawJesse Barnes1-3/+2
2014-06-18Merge branch 'topic/soix' into drm-intel-next-queuedDaniel Vetter1-2/+21
2014-06-13drm/i915: preserve user forcewake over system suspend/resumeImre Deak1-1/+1
2014-06-12drm/i915: make sure PC8 is enabled on suspend and disabled on resume v4Kristen Carlson Accardi1-0/+7
2014-06-12drm/i915: send proper opregion notifications on suspend/resumeJesse Barnes1-0/+10
2014-06-12drm/i915: leave rc6 enabled at suspend time v4Jesse Barnes1-2/+2
2014-06-12drm/i915: disable power wells on suspendKristen Carlson Accardi1-0/+2
2014-06-11drm/i915: Don't use pipe_offset stuff for DPLL registersVille Syrjälä1-6/+0
2014-06-05drm/i915: BDW: Adding missing cursor offsets.Rodrigo Vivi1-0/+2
2014-06-05drm/i915: tell the user if both KMS and UMS are disabledJani Nikula1-0/+1
2014-06-05drm/i915: Improve irq handling after gpu resetsDaniel Vetter1-8/+8
2014-06-04drm: Split connection_mutex out of mode_config.mutex (v3)Daniel Vetter1-4/+2
2014-05-22drm/i915: disable GT power saving early during system suspendImre Deak1-2/+3
2014-05-22drm/i915: remove user GTT mappings early during runtime suspendImre Deak1-2/+25
2014-05-22drm/i915: Hold CRTC lock whilst freezing the planesChris Wilson1-1/+4
2014-05-21drm/i915: drop encoder hot_plug calls at resumeJesse Barnes1-19/+1
2014-05-20drm/i915/chv: Bump num_pipes to 3Ville Syrjälä1-1/+1
2014-05-20drm/i915/chv: Add cursor pipe offsetsVille Syrjälä1-0/+34
2014-05-20drm/i915/chv: Add CHV display supportRafael Barbalho1-0/+12
2014-05-14drm/i915: Use for_each_crtc() when iterating through the CRTCsDamien Lespiau1-1/+1
2014-05-12srm/i915/chv: Add Cherryview PCI IDsVille Syrjälä1-1/+11
2014-05-07drm/i915: vlv: add runtime PM supportImre Deak1-0/+327
2014-05-07drm/i915: propagate the error code from runtime PM callbacksImre Deak1-15/+42
2014-05-05drm/i915: vlv: increase timeout when forcing on the GFX clockImre Deak1-2/+2
2014-05-05drm/i915: vlv: factor out vlv_force_gfx_clock and check for pending force-offImre Deak1-0/+37
2014-05-05drm/i915: reinit GT power save during resumeImre Deak1-0/+7
2014-05-05drm/i915: make runtime PM swizzling/ring_freq init platform independentImre Deak1-2/+3
2014-05-05drm/i915: factor out gen6_update_ring_freqImre Deak1-2/+0
2014-05-05drm/i915: make runtime PM interrupt enable/disable platform independentImre Deak1-9/+5
2014-05-05drm/i915: disable runtime PM if RC6 is disabledImre Deak1-1/+1
2014-05-05drm/i915: get a runtime PM ref for the deferred GT powersave enablingImre Deak1-1/+4
2014-05-05drm/i915: move getting struct_mutex lower in the callstack during GPU resetImre Deak1-4/+1
2014-05-05drm/i915:Initialize the second BSD ring on BDW GT3 machineZhao Yakui1-2/+2
2014-05-05drm/i915: Split the BDW device definition to prepare for dual BSD rings on BD...Zhao Yakui1-2/+24
2014-05-05drm/i915: Mark device as wedged if we fail to resumeChris Wilson1-4/+5