Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
dbb42748ac4929987c1449ecb296b39ef8956b62
/
drivers
/
gpu
/
drm
/
i915
/
intel_pm.c
dbb4274
drm/i915: Move the C3 LP write bit setup to gen3_init_clock_gating() for KMS
by Ville Syrjälä
· 11 years ago
54e472a
drm/i915: Enable interrupt-based AGPBUSY# enable on 85x
by Ville Syrjälä
· 11 years ago
3299254
drm/i915: Flip the sense of AGPBUSY_DIS bit
by Ville Syrjälä
· 11 years ago
12fabbcb9
drm/i915: Set AGPBUSY# bit in init_clock_gating
by Ville Syrjälä
· 11 years ago
4dfbd12
drm/i915/vlv: add pll assertion when disabling DPIO common well
by Jesse Barnes
· 11 years ago
f618e38
drm/i915/vlv: move DPIO common reset de-assert into __vlv_set_power_well
by Jesse Barnes
· 11 years ago
f099a3c
drm/i915/vlv: re-order power wells so DPIO common comes after TX
by Jesse Barnes
· 11 years ago
b00f025
drm/i915/vlv: move CRI refclk enable into __vlv_set_power_well
by Jesse Barnes
· 11 years ago
5702105
drm/i915/vlv: assert and de-assert sideband reset at boot and resume v3
by Jesse Barnes
· 11 years ago
c98f506
drm/i915/vlv: Modifying WA 'WaDisableL3Bank2xClockGate for vlv
by Akash Goel
· 11 years ago
a4872ba
drm/i915: s/intel_ring_buffer/intel_engine_cs
by Oscar Mateo
· 11 years ago
e494837
drm/i915: fix possible RPM ref leaking during RPS disabling
by Imre Deak
· 11 years ago
d40d918
Merge branch 'topic/drm-vblank-rework' into drm-intel-next-queued
by Daniel Vetter
· 11 years ago
c5ab3bc
drm/i915: Accurately initialize fifo underrun state on gmch platforms
by Daniel Vetter
· 11 years ago
fd68e23
drm/i915: rip our vblank reset hacks for runtime PM
by Daniel Vetter
· 11 years ago
e4443e4
drm/i915/chv: Add a bunch of pre production workarounds
by Ville Syrjälä
· 11 years ago
e0d34ce
drm/i915/chv: Implement WaDisableSamplerPowerBypass for CHV
by Rafael Barbalho
· 11 years ago
c631780
drm/i915/chv: Implement WaDisableSDEUnitClockGating:chv
by Ville Syrjälä
· 11 years ago
0846697
drm/i915/chv: Implement WaDisableCSUnitClockGating:chv
by Ville Syrjälä
· 11 years ago
acea6f9
drm/i915/chv: Implement WaDisableSemaphoreAndSyncFlipWait:chv
by Ville Syrjälä
· 11 years ago
232ce33
drm/i915/chv: Implement WaVSRefCountFullforceMissDisable:chv and WaDSRefCountFullforceMissDisable:chv
by Ville Syrjälä
· 11 years ago
a706802
drm/i915/chv: Implement WaDisableThreadStallDopClockGating:chv
by Ville Syrjälä
· 11 years ago
dd811e7
drm/i915/chv: Implement WaDisablePartialInstShootdown:chv
by Ville Syrjälä
· 11 years ago
992f191
drm/i915: Be careful with non-disp bit in PMINTRMSK
by Mika Kuoppala
· 11 years ago
b7bb243
drm/i915: Enable rc6 with bdw
by Mika Kuoppala
· 11 years ago
8fd9c1a9
drm/i915: Fix rc6 options debug info
by Mika Kuoppala
· 11 years ago
baccd45
drm/i915: Enable PM Interrupts target via Display Interface.
by Deepak S
· 11 years ago
0961021
drm/i915/bdw: Implement a basic PM interrupt handler
by Ben Widawsky
· 11 years ago
70e1e0e
drm/i915: Use for_each_crtc() when iterating through the CRTCs
by Damien Lespiau
· 11 years ago
d3fcc80
drm/i915: Use for_each_intel_crtc() when iterating through intel_crtcs
by Damien Lespiau
· 11 years ago
546c81f
drm/i915: Use ilk_wm_max_level() in latency debugfs files
by Damien Lespiau
· 11 years ago
a4565da
drm/i915/chv: Initial clock gating support for Cherryview
by Ville Syrjälä
· 11 years ago
d52fea5
drm/i915: Merge LP1+ watermarks in safer way
by Ville Syrjälä
· 11 years ago
a3cb404
drm/i915: Make sure computed watermarks never overflow the registers
by Ville Syrjälä
· 11 years ago
0d116a2
drm/i915: vlv: init only needed state during early power well enabling
by Imre Deak
· 11 years ago
242a401
drm/i915/bdw: Disable idle DOP clock gating
by Ben Widawsky
· 11 years ago
f033579
drm/i915: bdw: fix RC6 enabled status reporting and disable runtime PM
by Imre Deak
· 11 years ago
650ad97
drm/i915: vlv: factor out vlv_force_gfx_clock and check for pending force-off
by Imre Deak
· 11 years ago
4e80519
drm/i915: vlv: setup RPS min/max frequencies once during init time
by Imre Deak
· 11 years ago
c2bc2fc
drm/i915: factor out gen6_update_ring_freq
by Imre Deak
· 11 years ago
aeab0b5
drm/i915: disable runtime PM if RC6 is disabled
by Imre Deak
· 11 years ago
e6069ca
drm/i915: sanitize enable_rc6 option
by Imre Deak
· 11 years ago
14dd0ea
drm/i915: fix unbalanced GT powersave enable / disable calls
by Imre Deak
· 11 years ago
c6df39b
drm/i915: get a runtime PM ref for the deferred GT powersave enabling
by Imre Deak
· 11 years ago
dc1d013
drm/i915: move getting struct_mutex lower in the callstack during GPU reset
by Imre Deak
· 11 years ago
91ca689
drm/i915: fix the RC6 status debug print
by Imre Deak
· 11 years ago
885ac04
Merge tag 'drm-intel-next-2014-04-16' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 11 years ago
2ab1bc9
drm/i915: Disable self-refresh for untiled fbs on i915gm
by Daniel Vetter
· 11 years ago
fc1744f
Revert "drm/i915: fix infinite loop at gen6_update_ring_freq"
by Daniel Vetter
· 11 years ago
4e97508
drm/i916: Refactor WM register maximums
by Ville Syrjälä
· 11 years ago
fe392ef
drm/i915: Skip watermark merging for inactive pipes
by Ville Syrjälä
· 11 years ago
2a44b76
drm/i915: Add some more tracked state to intel_pipe_wm
by Ville Syrjälä
· 11 years ago
cfa7698
drm/i915: Don't read sprite LP2+ registers on ILK/SNB
by Ville Syrjälä
· 11 years ago
4e04632
drm/i915/vlv:Implement the WA 'WaDisable_RenderCache_OperationalFlush'
by Akash Goel
· 11 years ago
8cbf320
Merge remote-tracking branch 'airlied/drm-next' into HEAD
by Daniel Vetter
· 11 years ago
9f97ba8
Merge tag 'drm-intel-fixes-2014-04-04' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 11 years ago
09c87db
drm/i915: vlv: fix RPS interrupt mask setting
by Imre Deak
· 11 years ago
f6d5194
Revert "drm/i915/vlv: fixup DDR freq detection per Punit spec"
by Deepak S
· 11 years ago
66e514c
Merge tag 'drm-intel-next-2014-03-21' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 11 years ago
4b28a1f
drm/i915: fix infinite loop at gen6_update_ring_freq
by Paulo Zanoni
· 11 years ago
f4510a2
drm: Replace crtc fb with primary plane fb (v3)
by Matt Roper
· 11 years ago
af2b653
drm/i915: Restrict plane loops to only operate on overlay planes (v2)
by Matt Roper
· 11 years ago
50e6a2a
drm/i915/bdw: RPS frequency bits are the same as HSW
by Ben Widawsky
· 11 years ago
3280e8b
drm/i915/bdw: Extract rp_state_caps logic
by Ben Widawsky
· 11 years ago
f9bdc58
drm/i915/bdw: Set initial rps freq to RP1
by Ben Widawsky
· 11 years ago
d60c447
drm/i915: vlv: cache current CD clock rate
by Imre Deak
· 11 years ago
882244a
drm/i915: fix WARNs when reading DDI state while suspended
by Paulo Zanoni
· 11 years ago
ae48434
drm/i915: vlv: reserve the GT power context only once during driver init
by Imre Deak
· 11 years ago
50227e1
drm/i915: prefer struct drm_i915_private to drm_i915_private_t
by Jani Nikula
· 11 years ago
2876ce7
drm/i915: Mask PM/RPS interrupt generation based on activity
by Chris Wilson
· 11 years ago
eb64cad
drm/i915: Refactor gen6_set_rps
by Chris Wilson
· 11 years ago
037bde1
Revert "drm/i915: Disable/Enable PM Intrrupts based on the current freq."
by Chris Wilson
· 11 years ago
5d70868
drm/i915/bdw: Implement Wa4x4STCOptimizationDisable:bdw
by Damien Lespiau
· 11 years ago
7bb836d
drm/i915: Compute WM for current cursor size
by Chris Wilson
· 11 years ago
a6706b4
drm/i915: Track the enabled PM interrupts in dev_priv.
by Deepak S
· 11 years ago
2a5913a
drm/i915: remove rps local variables
by Ben Widawsky
· 11 years ago
b39fb29
drm/i915: Rename and comment all the RPS *stuff*
by Ben Widawsky
· 11 years ago
1f05c94
drm/i915: Store the HW min frequency as min_freq
by Ben Widawsky
· 11 years ago
d060c16
drm/i915: Reorganize the overclock code
by Ben Widawsky
· 11 years ago
33688d9
drm/i915: init pm.suspended earlier
by Paulo Zanoni
· 11 years ago
d688e09
drm/i915: kill struct i915_package_c8
by Paulo Zanoni
· 11 years ago
5d584b2
drm/i915: move pc8.irqs_disabled to pm.irqs_disabled
by Paulo Zanoni
· 11 years ago
7c8615d
drm/i915: remove dev_priv->pc8.enabled
by Paulo Zanoni
· 11 years ago
6a932d8
drm/i915: don't get/put PC8 when getting/putting power wells
by Paulo Zanoni
· 11 years ago
d361ae2
drm/i915: make intel_aux_display_runtime_get get runtime PM, not PC8
by Paulo Zanoni
· 11 years ago
34f5754
drm/i915: kill pc8.disable_count
by Paulo Zanoni
· 11 years ago
ba0239e
drm/i915: remove dev_priv->pc8.requirements_met
by Paulo Zanoni
· 11 years ago
9e6ea71
drm/i915: get/put runtime PM when we get/put a power domain
by Paulo Zanoni
· 11 years ago
a8a8bd5
drm/i915: make PC8 be part of runtime PM suspend/resume
by Paulo Zanoni
· 11 years ago
fa50ad6
drm/i915: Rename intel_setup_wm_latency() to ilk_setup_wm_latency()
by Damien Lespiau
· 11 years ago
bcc298b
Merge tag 'v3.14-rc7' into drm-next
by Dave Airlie
· 11 years ago
e8e6e60
Merge tag 'v3.14-rc6' into drm-intel-next-queued
by Daniel Vetter
· 11 years ago
922044c
drm/i915: Avoid div by zero when pixel clock is large
by Ville Syrjälä
· 11 years ago
77961eb
drm/i915: power domains: add vlv power wells
by Imre Deak
· 11 years ago
25eaa00
drm/i915: sanity check power well sw state against hw state
by Imre Deak
· 11 years ago
dd7c0b6
drm/i915: factor out reset_vblank_counter
by Imre Deak
· 11 years ago
319be8a
drm/i915: add port power domains
by Imre Deak
· 11 years ago
a45f4466
drm/i915: add noop power well handlers instead of NULL checking them
by Imre Deak
· 11 years ago
c6cb582
drm/i915: split power well 'set' handler to separate enable/disable/sync_hw
by Imre Deak
· 11 years ago
f5938f3
drm/i915: add init power domain to always-on power wells
by Imre Deak
· 11 years ago
Next »