aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_runtime_pm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-26/+73
2019-04-29drm: Simplify stacktrace handlingThomas Gleixner1-14/+7
2019-04-14drm: Remove the ULONG_MAX stack trace hackeryThomas Gleixner1-4/+0
2019-04-12drm/i915/ehl: Inherit Ice Lake conditional codeBob Paauwe1-3/+3
2019-04-11drm/i915: Avoid reclaim taints from runtime-pm debugChris Wilson1-3/+5
2019-04-08drm/i915/cdclk: have only one init/uninit functionJani Nikula1-8/+8
2019-04-08drm/i915: extract intel_cdclk.h from intel_drv.hJani Nikula1-0/+1
2019-04-08drm/i915: extract intel_dp.h from intel_drv.hJani Nikula1-0/+1
2019-04-08drm/i915: extract intel_csr.h from intel_drv.hJani Nikula1-0/+1
2019-04-08drm/i915: extract intel_crt.h from intel_drv.hJani Nikula1-0/+1
2019-03-26drm/i915: switch intel_wait_for_register to uncoreDaniele Ceraolo Spurio1-4/+4
2019-03-08drm/i915/icl: Prevent incorrect DBuf enablingImre Deak1-2/+10
2019-02-13drm/i915: Assert that VED and ISP are power gatedVille Syrjälä1-0/+33
2019-02-13drm/i915: s/PUNIT_REG_DSPFREQ/PUNIT_REG_DSPSSPM/Ville Syrjälä1-6/+6
2019-01-17drm/i915: small isolated c99 types to kernel types switchJani Nikula1-10/+10
2019-01-14drm/i915: Track the wakeref used to initialise display power domainsChris Wilson1-68/+83
2019-01-14drm/i915: Markup paired operations on display power domainsChris Wilson1-25/+46
2019-01-14drm/i915: Markup paired operations on wakerefsChris Wilson1-18/+79
2019-01-14drm/i915: Track all held rpm wakerefsChris Wilson1-28/+257
2018-12-12drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi1-2/+2
2018-11-29drm/i915/dsc: Add a power domain for VDSC on eDP/MIPI DSIManasi Navare1-1/+3
2018-11-15drm/i195: spell out reverse on for_each macrosLucas De Marchi1-2/+2
2018-11-14drm/i915: Remove special case for power well 1/MISC_IO state verificationImre Deak1-8/+7
2018-11-14drm/i915: Use proper bool bitfield initializer in power well descsImre Deak1-11/+11
2018-11-14drm/i915/gen9_bc: Work around DMC bug zeroing power well requestsImre Deak1-1/+15
2018-11-14drm/i915/icl: Drop spurious register read from icl_dbuf_slices_updateMika Kuoppala1-3/+1
2018-11-08drm/i915/icl: Fix port B combo PHY context loss after DC transitionsImre Deak1-0/+8
2018-11-08drm/i915/cnl+: Move the combo PHY init/uninit code to a new fileImre Deak1-119/+8
2018-11-08drm/i915/icl: Fix combo PHY uninitImre Deak1-0/+4
2018-11-07drm/i915/icl: Fix power well 2 wrt. DC-off toggling orderImre Deak1-6/+6
2018-11-02drm/i915: Configure AUX_CH_CTL when enabling the AUX power domainImre Deak1-8/+42
2018-10-30drm/i915/icl: Enable DC9 as lowest possible state during screen-offAnimesh Manna1-11/+21
2018-10-22drm/i915: power_domains_init sort platforms newer-to-olderRodrigo Vivi1-9/+8
2018-10-16drm/i915/icl: apply Display WA #1178 to fix type C donglesLucas De Marchi1-0/+9
2018-09-26drm/i915: Unset reset pch handshake when PCH is not present in one placeJosé Roberto de Souza1-8/+20
2018-09-26drm/i915/runtime_pm: Share code to enable/disable PCH reset handshakeJosé Roberto de Souza1-13/+17
2018-09-18drm/i915/psr: Enable AUX-A IO power well on ICL for PSRDhinakaran Pandiyan1-0/+1
2018-09-13firmware/dmc/icl: load v1.07 on icelake.Anusha Srivatsa1-0/+3
2018-08-29drm/i915: Don't check power domains state in intel_power_domains_init_hw()Imre Deak1-5/+5
2018-08-24drm/i915: move lookup_power_well() upPaulo Zanoni1-25/+21
2018-08-24drm/i915: use for_each_power_well in lookup_power_well()Paulo Zanoni1-8/+3
2018-08-24drm/i915: WARN() if we can't lookup_power_well()Paulo Zanoni1-1/+9
2018-08-23drm/i915: Simplify condition to keep DMC active during S0ixImre Deak1-6/+7
2018-08-20drm/i915: Verify power domains after enabling themImre Deak1-6/+30
2018-08-16drm/i915: Refactor intel_display_set_init_power() logicImre Deak1-38/+95
2018-08-16drm/i915: Introduce intel_runtime_pm_disable to pair intel_runtime_pm_enableChris Wilson1-14/+29
2018-08-08drm/i915: Use existing power well IDs where possibleImre Deak1-7/+7
2018-08-08drm/i915: Make power well ID names more uniformImre Deak1-22/+23
2018-08-08drm/i915: Remove redundant power well IDsImre Deak1-60/+63
2018-08-08drm/i915/ddi: Use power well CTL IDX instead of IDImre Deak1-50/+252