index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_runtime_pm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-15
drm/i915: Add i830 "pipes power well"
Ville Syrjälä
1
-0
/
+64
2017-06-12
drm/i915/cnl: Implement CNL display init/unit sequence
Ville Syrjälä
1
-2
/
+111
2017-06-07
drm/i915/cnl: Also need power well sanitize.
Rodrigo Vivi
1
-2
/
+1
2017-06-07
drm/i915/cnl: Add power wells for CNL
Ville Syrjälä
1
-4
/
+132
2017-03-28
drm/i915: WARN if the core runtime PM get helpers fail
Imre Deak
1
-3
/
+9
2017-02-27
drm/i915: Only enable DDI IO power domains after enabling DPLL
Ander Conselvan de Oliveira
1
-29
/
+39
2017-02-27
drm/i915/glk: Don't enable DDI IO power domains during init
Ander Conselvan de Oliveira
1
-6
/
+3
2017-02-20
drm/i915: Add power well SW/HW state verification
Imre Deak
1
-1
/
+84
2017-02-20
drm/i915: Preserve the state of power wells not explicitly enabled
Imre Deak
1
-6
/
+12
2017-02-20
drm/i915/gen9: Fix clearing of the BIOS power well request register
Imre Deak
1
-1
/
+6
2017-02-20
drm/i915: Call the sync_hw hook for power wells without a domain
Imre Deak
1
-24
/
+4
2017-02-20
drm/i915: Remove redundant toggling from the power well sync_hw hooks
Imre Deak
1
-42
/
+10
2017-02-10
drm/i915: Make power domain masks 64 bit long
Ander Conselvan de Oliveira
1
-189
/
+189
2017-02-08
drm/i915: Start moving the cdclk stuff into a distinct state structure
Ville Syrjälä
1
-1
/
+4
2017-02-08
drm/i915: s/get_display_clock_speed/get_cdclk/
Ville Syrjälä
1
-2
/
+1
2017-02-08
drm/i915: Avoid BIT(max) - 1 and use GENMASK(max - 1, 0)
Joonas Lahtinen
1
-1
/
+1
2017-01-24
drm/i915: Introduce IS_GEN9_BC for Skylake and Kabylake.
Rodrigo Vivi
1
-5
/
+5
2016-12-05
drm/i915/dsi: Do not clear DPOUNIT_CLOCK_GATE_DISABLE from vlv_init_display_c...
Hans de Goede
1
-1
/
+12
2016-12-02
drm/i915/glk: Implement core display init/uninit sequence for geminilake
Ander Conselvan de Oliveira
1
-2
/
+2
2016-12-02
drm/i915/glk: Implement Geminilake DDI init sequence
Ander Conselvan de Oliveira
1
-0
/
+39
2016-12-02
drm/i915/glk: Add power wells for Geminilake
Ander Conselvan de Oliveira
1
-3
/
+111
2016-12-02
drm/i915/glk: Reuse broxton code for geminilake
Ander Conselvan de Oliveira
1
-3
/
+3
2016-11-17
drm/i915: Fix for_each_pipe argument in vlv_display_power_well_init
Tvrtko Ursulin
1
-1
/
+1
2016-11-17
drm/i915: dev_priv cleanup in i915_suspend.c
Tvrtko Ursulin
1
-1
/
+1
2016-11-01
drm/i915: Pass dev_priv to .get_display_clock_speed()
Ville Syrjälä
1
-1
/
+1
2016-10-29
drm/i915/vlv: Prevent enabling hpd polling in late suspend
Lyude
1
-1
/
+3
2016-10-28
drm/i915: Add location of the Rcomp resistor to bxt_ddi_phy_info
Ander Conselvan de Oliveira
1
-15
/
+0
2016-10-28
drm/i915: Explicitly map broxton DPIO power wells to phys
Ander Conselvan de Oliveira
1
-15
/
+7
2016-10-28
drm/i915: Rename struct i915_power_well field data to id
Ander Conselvan de Oliveira
1
-56
/
+56
2016-10-24
drm/i915: Remove RPM sequence checking
Chris Wilson
1
-2
/
+1
2016-10-14
drm/i915: Make IS_VALLEYVIEW only take dev_priv
Tvrtko Ursulin
1
-2
/
+1
2016-10-14
drm/i915: Make IS_CHERRYVIEW only take dev_priv
Tvrtko Ursulin
1
-1
/
+1
2016-10-14
drm/i915: Make IS_BROXTON only take dev_priv
Tvrtko Ursulin
1
-1
/
+1
2016-10-14
drm/i915: Make IS_KABYLAKE only take dev_priv
Tvrtko Ursulin
1
-1
/
+1
2016-10-14
drm/i915: Make IS_BROADWELL only take dev_priv
Tvrtko Ursulin
1
-2
/
+1
2016-10-14
drm/i915: Make HAS_RUNTIME_PM only take dev_priv
Tvrtko Ursulin
1
-2
/
+1
2016-08-22
drm/i915: pdev cleanup
David Weinehall
1
-14
/
+16
2016-08-22
drm/i915: consistent struct device naming
David Weinehall
1
-19
/
+18
2016-08-16
drm/i915: Silence GCC warning for cmn_a_well
Chris Wilson
1
-2
/
+2
2016-08-10
drm/i915: Apply the PPS register unlock workaround more consistently
Imre Deak
1
-0
/
+4
2016-07-14
drm/i915: Enable polling when we don't have hpd
Lyude
1
-0
/
+2
2016-07-14
drm/i915/vlv: Reset the ADPA in vlv_display_power_well_init()
Lyude
1
-0
/
+7
2016-07-05
drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm
Chris Wilson
1
-13
/
+13
2016-06-30
drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()
Chris Wilson
1
-1
/
+5
2016-06-30
drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()
Chris Wilson
1
-5
/
+8
2016-06-30
drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()
Chris Wilson
1
-4
/
+10
2016-06-30
drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()
Chris Wilson
1
-2
/
+5
2016-06-30
drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()
Chris Wilson
1
-2
/
+5
2016-06-22
drm/i915/bxt: Fix PPS lost state after suspend breaking eDP link training
Imre Deak
1
-1
/
+2
2016-06-13
drm/i915/bxt: Rename broxton to bxt in PHY/CDCLK function prefixes
Imre Deak
1
-2
/
+2
[next]