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.13.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_pm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-06
drm/i915: Fix -Wstringop-overflow warning in call to intel_read_wm_latency()
Gustavo A. R. Silva
1
-1
/
+1
2022-01-16
drm/i915: Avoid bitwise vs logical OR warning in snb_wm_latency_quirk()
Nathan Chancellor
1
-3
/
+3
2021-05-11
Fix misc new gcc warnings
Linus Torvalds
1
-1
/
+1
2020-05-20
drm/i915: Don't enable WaIncreaseLatencyIPCEnabled when IPC is disabled
Sultan Alsawaf
1
-1
/
+1
2020-01-14
drm/i915: Add Wa_1407352427:icl,ehl
Matt Roper
1
-0
/
+3
2020-01-14
drm/i915: Add Wa_1408615072 and Wa_1407596294 to icl,ehl
Matt Roper
1
-0
/
+8
2019-11-05
drm/i915/gen8+: Add RC6 CTX corruption WA
Imre Deak
1
-2
/
+112
2019-11-05
drm/i915: Lower RM timeout to avoid DSI hard hangs
Uma Shankar
1
-0
/
+8
2019-08-20
drm/i915/tgl: Introduce initial Tiger Lake workarounds
Lucas De Marchi
1
-1
/
+3
2019-08-10
drm/i915/gtt: enable GTT cache by default
Matthew Auld
1
-12
/
+0
2019-08-07
drm/i915: rename intel_drv.h to display/intel_display_types.h
Jani Nikula
1
-1
/
+1
2019-08-07
drm/i915: avoid including intel_drv.h via i915_drv.h->i915_trace.h
Jani Nikula
1
-0
/
+1
2019-07-25
drm/i915/uc: Unify uC platform check
Daniele Ceraolo Spurio
1
-2
/
+2
2019-07-11
drm/i915: Check crtc_state->wm.need_postvbl_update before grabbing wm.mutex
Ville Syrjälä
1
-11
/
+12
2019-07-09
drm/i915: add infrastructure to hold off preemption on a request
Lionel Landwerlin
1
-2
/
+3
2019-07-05
drm/i915: Deal with cpp==8 for g4x watermarks
Ville Syrjälä
1
-3
/
+3
2019-07-01
drm/i915: Use intel state as much as possible in wm code
Maarten Lankhorst
1
-208
/
+194
2019-07-01
drm/i915: Convert most of atomic commit to take more intel state
Maarten Lankhorst
1
-6
/
+5
2019-06-17
drm/i915: move modesetting core code under display/
Jani Nikula
1
-3
/
+4
2019-06-14
drm/i915: update with_intel_runtime_pm to use the rpm structure
Daniele Ceraolo Spurio
1
-4
/
+4
2019-06-12
drm/i915: Remove I915_READ16 and I915_WRITE16
Tvrtko Ursulin
1
-37
/
+56
2019-06-12
drm/i915: Remove POSTING_READ16
Tvrtko Ursulin
1
-5
/
+6
2019-06-12
drm/i915: Remove I915_POSTING_READ_FW
Tvrtko Ursulin
1
-15
/
+16
2019-06-12
drm/i915: Remove I915_READ8
Tvrtko Ursulin
1
-3
/
+3
2019-06-10
drm/i915: Convert intel_read_wm_latency to uncore mmio accessors
Tvrtko Ursulin
1
-3
/
+5
2019-05-27
drm/i915: Make sandybridge_pcode_read() deal with the second data register
Ville Syrjälä
1
-5
/
+7
2019-05-06
drm/i915: Move w/a 0477/WaDisableIPC:skl into intel_init_ipc()
Ville Syrjälä
1
-5
/
+14
2019-05-06
drm/i915: Drop WaIncreaseLatencyIPCEnabled/1140 for cnl
Ville Syrjälä
1
-2
/
+1
2019-05-06
drm/i915: Document that we implement WaIncreaseLatencyIPCEnabled
Ville Syrjälä
1
-1
/
+4
2019-05-03
drm/i915: Use mul_u32_u32() more
Ville Syrjälä
1
-1
/
+1
2019-04-30
drm/i915: move some leftovers to intel_pm.h from i915_drv.h
Jani Nikula
1
-0
/
+6
2019-04-30
drm/i915: extract intel_atomic.h from intel_drv.h
Jani Nikula
1
-0
/
+1
2019-04-30
drm/i915: extract i915_irq.h from intel_drv.h and i915_drv.h
Jani Nikula
1
-0
/
+1
2019-04-30
drm/i915: do not mix workaround with normal flow
Lucas De Marchi
1
-4
/
+6
2019-04-30
drm/i915: reorder if chain to have last gen first
Lucas De Marchi
1
-5
/
+6
2019-04-26
drm/i915: Move sandybride pcode access to intel_sideband.c
Chris Wilson
1
-195
/
+0
2019-04-26
drm/i915: Merge sandybridge_pcode_(read|write)
Chris Wilson
1
-75
/
+40
2019-04-26
drm/i915: Separate sideband declarations to intel_sideband.h
Chris Wilson
1
-0
/
+1
2019-04-26
drm/i915: Replace pcu_lock with sb_lock
Chris Wilson
1
-67
/
+61
2019-04-26
drm/i915: Lift sideband locking for vlv_punit_(read|write)
Chris Wilson
1
-8
/
+38
2019-04-26
drm/i915: Lift acquiring the vlv punit magic to a common sb-get
Chris Wilson
1
-2
/
+2
2019-04-19
drm/i915: Track HAS_RPS alongside HAS_RC6 in the device info
Chris Wilson
1
-2
/
+5
2019-04-19
drm/i915: Remove unwarranted clamping for hsw/bdw
Chris Wilson
1
-9
/
+2
2019-04-16
drm/i915: Mark up ips for RCU protection
Chris Wilson
1
-2
/
+2
2019-04-13
drm/i915/ehl: Inherit Ice Lake conditional code
Bob Paauwe
1
-3
/
+3
2019-04-11
drm/i915/icl: Disable video turbo mode for rp control
Mika Kuoppala
1
-1
/
+1
2019-04-11
drm/i915/icl: Enable media sampler powergate
Mika Kuoppala
1
-1
/
+3
2019-04-11
drm/i915/icl: Apply a recommended rc6 threshold
Mika Kuoppala
1
-2
/
+2
2019-04-11
drm/i915: Use dedicated rc6 enabling sequence for gen11
Mika Kuoppala
1
-0
/
+72
2019-04-08
drm/i915: extract intel_sprite.h from intel_drv.h
Jani Nikula
1
-0
/
+1
[next]