index
:
kernel_replicant_linux
debian/v5.10.70
history/5.0-rc6-android
history/5.10-rc2
history/5.2-rc-android
history/battery-charger-regulator
history/before-configuration-unification
history/lineage-16.0_i9300
history/minimize-diff
history/replicant-10/12-october-2020
history/replicant-10/5.3-rc6
history/replicant-10/5.8.rc2
history/replicant-10/5.8rc2
history/replicant-10/before-5.8rc2
history/replicant-10/before-5.8rc6
history/replicant-10/v5.8-rc6
history/replicant-11/25-09-2021
history/replicant-11/5.10.64
history/replicant-11/linux-5.10.71
history/replicant-11/replicant-11-recovery
history/replicant-5.1.7
history/replicant/10-v5.9-rc8
linux-libre/replicant/5.10.72
linux-libre/replicant/5.10.72-v2
linux-libre/scripts/5.10
linux-libre/scripts/5.10.72
replicant-10
replicant-11
replicant-11-test
replicant-9
udiv-emulation
wip-s6e8aa0-backlight-control
wip-sound-does-not-compile
Replicant kernel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_pm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Use hweight8() for 8bit masks
Ville Syrjälä
2019-08-23
1
-10
/
+10
*
drm/i915: s/num_active_crtcs/num_active_pipes/
Ville Syrjälä
2019-08-23
1
-7
/
+7
*
drm/i915: Use enum pipe consistently
Ville Syrjälä
2019-08-23
1
-1
/
+1
*
drm/i915: Use enum pipe instead of crtc index to track active pipes
Ville Syrjälä
2019-08-23
1
-10
/
+10
*
drm/i915/tgl: Enable VD HCP/MFX sub-pipe power gating
Michel Thierry
2019-08-23
1
-1
/
+17
*
drm/i915/tgl: Introduce initial Tiger Lake workarounds
Lucas De Marchi
2019-08-20
1
-1
/
+3
*
drm/i915/gtt: enable GTT cache by default
Matthew Auld
2019-08-10
1
-12
/
+0
*
drm/i915: rename intel_drv.h to display/intel_display_types.h
Jani Nikula
2019-08-07
1
-1
/
+1
*
drm/i915: avoid including intel_drv.h via i915_drv.h->i915_trace.h
Jani Nikula
2019-08-07
1
-0
/
+1
*
drm/i915/uc: Unify uC platform check
Daniele Ceraolo Spurio
2019-07-25
1
-2
/
+2
*
drm/i915: Check crtc_state->wm.need_postvbl_update before grabbing wm.mutex
Ville Syrjälä
2019-07-11
1
-11
/
+12
*
drm/i915: add infrastructure to hold off preemption on a request
Lionel Landwerlin
2019-07-09
1
-2
/
+3
*
drm/i915: Deal with cpp==8 for g4x watermarks
Ville Syrjälä
2019-07-05
1
-3
/
+3
*
drm/i915: Use intel state as much as possible in wm code
Maarten Lankhorst
2019-07-01
1
-208
/
+194
*
drm/i915: Convert most of atomic commit to take more intel state
Maarten Lankhorst
2019-07-01
1
-6
/
+5
*
drm/i915: move modesetting core code under display/
Jani Nikula
2019-06-17
1
-3
/
+4
*
drm/i915: update with_intel_runtime_pm to use the rpm structure
Daniele Ceraolo Spurio
2019-06-14
1
-4
/
+4
*
drm/i915: Remove I915_READ16 and I915_WRITE16
Tvrtko Ursulin
2019-06-12
1
-37
/
+56
*
drm/i915: Remove POSTING_READ16
Tvrtko Ursulin
2019-06-12
1
-5
/
+6
*
drm/i915: Remove I915_POSTING_READ_FW
Tvrtko Ursulin
2019-06-12
1
-15
/
+16
*
drm/i915: Remove I915_READ8
Tvrtko Ursulin
2019-06-12
1
-3
/
+3
*
drm/i915: Convert intel_read_wm_latency to uncore mmio accessors
Tvrtko Ursulin
2019-06-10
1
-3
/
+5
*
drm/i915: Make sandybridge_pcode_read() deal with the second data register
Ville Syrjälä
2019-05-27
1
-5
/
+7
*
drm/i915: Move w/a 0477/WaDisableIPC:skl into intel_init_ipc()
Ville Syrjälä
2019-05-06
1
-5
/
+14
*
drm/i915: Drop WaIncreaseLatencyIPCEnabled/1140 for cnl
Ville Syrjälä
2019-05-06
1
-2
/
+1
*
drm/i915: Document that we implement WaIncreaseLatencyIPCEnabled
Ville Syrjälä
2019-05-06
1
-1
/
+4
*
drm/i915: Use mul_u32_u32() more
Ville Syrjälä
2019-05-03
1
-1
/
+1
*
drm/i915: move some leftovers to intel_pm.h from i915_drv.h
Jani Nikula
2019-04-30
1
-0
/
+6
*
drm/i915: extract intel_atomic.h from intel_drv.h
Jani Nikula
2019-04-30
1
-0
/
+1
*
drm/i915: extract i915_irq.h from intel_drv.h and i915_drv.h
Jani Nikula
2019-04-30
1
-0
/
+1
*
drm/i915: do not mix workaround with normal flow
Lucas De Marchi
2019-04-30
1
-4
/
+6
*
drm/i915: reorder if chain to have last gen first
Lucas De Marchi
2019-04-30
1
-5
/
+6
*
drm/i915: Move sandybride pcode access to intel_sideband.c
Chris Wilson
2019-04-26
1
-195
/
+0
*
drm/i915: Merge sandybridge_pcode_(read|write)
Chris Wilson
2019-04-26
1
-75
/
+40
*
drm/i915: Separate sideband declarations to intel_sideband.h
Chris Wilson
2019-04-26
1
-0
/
+1
*
drm/i915: Replace pcu_lock with sb_lock
Chris Wilson
2019-04-26
1
-67
/
+61
*
drm/i915: Lift sideband locking for vlv_punit_(read|write)
Chris Wilson
2019-04-26
1
-8
/
+38
*
drm/i915: Lift acquiring the vlv punit magic to a common sb-get
Chris Wilson
2019-04-26
1
-2
/
+2
*
drm/i915: Track HAS_RPS alongside HAS_RC6 in the device info
Chris Wilson
2019-04-19
1
-2
/
+5
*
drm/i915: Remove unwarranted clamping for hsw/bdw
Chris Wilson
2019-04-19
1
-9
/
+2
*
drm/i915: Mark up ips for RCU protection
Chris Wilson
2019-04-16
1
-2
/
+2
*
drm/i915/ehl: Inherit Ice Lake conditional code
Bob Paauwe
2019-04-12
1
-3
/
+3
*
drm/i915/icl: Disable video turbo mode for rp control
Mika Kuoppala
2019-04-11
1
-1
/
+1
*
drm/i915/icl: Enable media sampler powergate
Mika Kuoppala
2019-04-11
1
-1
/
+3
*
drm/i915/icl: Apply a recommended rc6 threshold
Mika Kuoppala
2019-04-11
1
-2
/
+2
*
drm/i915: Use dedicated rc6 enabling sequence for gen11
Mika Kuoppala
2019-04-11
1
-0
/
+72
*
drm/i915: extract intel_sprite.h from intel_drv.h
Jani Nikula
2019-04-08
1
-0
/
+1
*
drm/i915: extract intel_pm.h from intel_drv.h
Jani Nikula
2019-04-08
1
-1
/
+2
*
drm/i915: extract intel_fbc.h from intel_drv.h
Jani Nikula
2019-04-08
1
-0
/
+1
*
drm/i915: Split Pineview device info into desktop and mobile
Tvrtko Ursulin
2019-04-01
1
-2
/
+2
[next]