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-10-25
drm/i915: Start tracking voltage level in the cdclk state
Ville Syrjälä
1
-1
/
+2
2017-10-11
drm/i915: Move rps.hw_lock to dev_priv and s/hw_lock/pcu_lock
Sagar Arun Kamble
1
-8
/
+8
2017-10-11
drm/i915: Name i915_runtime_pm structure in dev_priv as "runtime_pm"
Sagar Arun Kamble
1
-5
/
+5
2017-10-06
drm/i915: Silence compiler warning for hsw_power_well_enable()
Chris Wilson
1
-1
/
+1
2017-10-04
drm/i915/cnl: Reprogram DMC firmware after S3/S4 resume
Imre Deak
1
-0
/
+3
2017-09-22
drm/i915: Rename global i915 to i915_modparams
Michal Wajdeczko
1
-8
/
+9
2017-08-22
drm/i915/cnl: extract cnl_set_procmon_ref_values
Paulo Zanoni
1
-15
/
+22
2017-08-22
drm/i915/cnl: simplify cnl_procmon_values handling
Paulo Zanoni
1
-21
/
+37
2017-08-15
drm/i915/hsw+: Add support for multiple power well regs
Imre Deak
1
-17
/
+20
2017-08-15
drm/i915: Work around GCC anonymous union initialization bug
Imre Deak
1
-24
/
+54
2017-08-08
drm/i915/cnl: Removing missing DDI_E bits from CNL.
Rodrigo Vivi
1
-2
/
+0
2017-07-27
drm/i915: cleanup the CHICKEN_MISC_2 (re)definitions
Paulo Zanoni
1
-2
/
+2
2017-07-27
drm/i915: Gather all the power well->domain mappings to one place
Imre Deak
1
-204
/
+204
2017-07-27
drm/i915: Move hsw_power_well_enable() next to the rest of HSW helpers
Imre Deak
1
-14
/
+14
2017-07-27
drm/i915/gen9+: Unify the HSW/BDW and GEN9+ power well helpers
Imre Deak
1
-188
/
+43
2017-07-27
drm/i915/hsw+: Add has_fuses power well attribute
Imre Deak
1
-7
/
+34
2017-07-27
drm/i915/hsw, bdw: Wait for the power well disabled state
Imre Deak
1
-17
/
+11
2017-07-27
drm/i915/hsw, bdw: Add irq_pipe_mask, has_vga power well attributes
Imre Deak
1
-13
/
+21
2017-07-27
drm/i915/hsw+: Unify the hsw/bdw and gen9+ power well req/state macros
Imre Deak
1
-22
/
+36
2017-07-27
drm/i915/hsw, bdw: Split power well set to enable/disable helpers
Imre Deak
1
-33
/
+17
2017-07-27
drm/i915/hsw, bdw: Remove redundant state check during power well toggling
Imre Deak
1
-23
/
+13
2017-07-27
drm/i915/gen9+: Remove redundant state check during power well toggling
Imre Deak
1
-16
/
+9
2017-07-27
drm/i915/gen9+: Remove redundant power well state assert during enabling
Imre Deak
1
-6
/
+1
2017-07-27
drm/i915/bxt, glk: Give a proper name to the power well struct phy field
Imre Deak
1
-11
/
+11
2017-07-27
drm/i915: Check for duplicated power well IDs
Imre Deak
1
-0
/
+18
2017-07-27
drm/i915/hsw, bdw: Add an ID for the global display power well
Imre Deak
1
-0
/
+2
2017-07-27
drm/i915/gen2: Add an ID for the display pipes power well
Imre Deak
1
-0
/
+1
2017-07-27
drm/i915: Assign everywhere the always-on power well ID
Imre Deak
1
-0
/
+8
2017-07-27
drm/i915: Unify power well ID enums
Imre Deak
1
-13
/
+16
2017-07-27
drm/i915/chv: Add unique power well ID for the pipe A power well
Imre Deak
1
-5
/
+5
2017-07-10
drm/i915/cnl: Add max allowed Cannonlake DC.
Rodrigo Vivi
1
-1
/
+1
2017-07-06
drm/i915/cnl: Fix comment about AUX IO power well enable/disable
Imre Deak
1
-2
/
+9
2017-07-06
drm/i915/gen9+: Don't remove secondary power well requests
Imre Deak
1
-46
/
+63
2017-07-06
drm/i915/bxt, glk: Fix assert on conditions for DC9 enabling
Imre Deak
1
-1
/
+3
2017-07-06
drm/i915/skl: Don't disable misc IO power well during display uninit
Imre Deak
1
-3
/
+4
2017-07-06
drm/i915/gen9+: Add 10 us delay after power well 1/AUX IO pw disabling
Imre Deak
1
-0
/
+6
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
[next]