Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
9c74d82621c553f0da1f41bd5d90f5eab5659fdb
/
drivers
/
gpu
/
drm
/
i915
/
intel_pm.c
9c74d82
drm/i915/gen9: Allow calculation of data rate for in-flight state (v2)
by Matt Roper
· 9 years ago
a1de91e
drm/i915/gen9: Cache plane data rates in CRTC state
by Matt Roper
· 9 years ago
e7649b5
drm/i915: Rename s/skl_compute_pipe_wm/skl_build_pipe_wm/
by Matt Roper
· 9 years ago
e8f1f02
drm/i915: Reorganize WM structs/unions in CRTC state
by Matt Roper
· 9 years ago
7e22dbb
drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENx
by Tvrtko Ursulin
· 9 years ago
dc97997
drm/i915: Use drm_i915_private as the native pointer for intel_uncore.c
by Chris Wilson
· 9 years ago
532f7a7
drm/i915: Calculate IPS linetime watermark based on future cdclk
by Ville Syrjälä
· 9 years ago
c033666
drm/i915: Store a i915 backpointer from engine, and use it
by Chris Wilson
· 9 years ago
91d1425
drm/i915: Small display interrupt handlers tidy
by Tvrtko Ursulin
· 9 years ago
450174f
drm/i915/chv: Tune L3 SQC credits based on actual latencies
by Imre Deak
· 9 years ago
36579cb
drm/i915: Clean up L3 SQC register field definitions
by Imre Deak
· 9 years ago
48e5d68
drm/i915/bdw: Add missing delay during L3 SQC credit programming
by Imre Deak
· 9 years ago
73db04c
drm/i915: Move releasing of the GEM request from free to retire/cancel
by Chris Wilson
· 9 years ago
2030d68
drm/i915/bxt: Explicitly clear the Turbo control register
by Akash Goel
· 9 years ago
297b32e
drm/i915: Ignore GTFIFODBG FIFO free entry fields on CHV
by Ville Syrjälä
· 9 years ago
766078d
drm/i915: Move vlv_init_display_clock_gating() to the display power well
by Ville Syrjälä
· 9 years ago
1204d5b
drm/i915: Make sure LP1+ watermarks levels are preserved when going from 1 to 2 pipes
by Ville Syrjälä
· 9 years ago
2d1fe07
drm/i915: Do not use {HAS_*, IS_*, INTEL_INFO}(dev_priv->dev)
by Joonas Lahtinen
· 9 years ago
a280f7d
drm/i915/skl+: Use plane size for relative data rate calculation
by Kumar, Mahesh
· 9 years ago
5fd9f52
drm/i915: Set GPU freq to idle_freq initially
by Ville Syrjälä
· 9 years ago
c30fec6
drm/i915: Use GPLL ref clock to calculate GPU freqs on VLV/CHV
by Ville Syrjälä
· 9 years ago
72e96d6
drm/i915: Refer to GGTT {,VM} consistently
by Joonas Lahtinen
· 9 years ago
b4ac5af
drm/i915: replace for_each_engine()
by Dave Gordon
· 9 years ago
62106b4
drm/i915: Rename dev_priv->gtt to dev_priv->ggtt
by Joonas Lahtinen
· 9 years ago
bb400da
drm/i915: Move load time init of clock gating hooks earlier
by Imre Deak
· 9 years ago
666796d
drm/i915: More intel_engine_cs renaming
by Tvrtko Ursulin
· 9 years ago
4a570db
drm/i915: Rename intel_engine_cs struct members
by Tvrtko Ursulin
· 9 years ago
e2f8039
drm/i915: Rename local struct intel_engine_cs variables
by Tvrtko Ursulin
· 9 years ago
71f0a62
drm/i915: Only use sanitized values for ILK watermarks
by Maarten Lankhorst
· 9 years ago
e3bddde
drm/i915: Only recalculate wm's for planes part of the state, v2.
by Maarten Lankhorst
· 9 years ago
d81f04c
drm/i915: Allow preservation of watermarks, v2.
by Maarten Lankhorst
· 9 years ago
1a426d6
drm/i915: Handle invalid ilk pipe watermarks correctly.
by Maarten Lankhorst
· 9 years ago
c3454d5
drm/i915: remove left over dead code
by Eric Engestrom
· 9 years ago
ed4a6a7
drm/i915: Add two-stage ILK-style watermark programming (v11)
by Matt Roper
· 9 years ago
4d80003
drm/i915/skl: Ensure HW is powered during DDB HW state readout
by Imre Deak
· 9 years ago
84f1b20
drm/i915/ilk: Move register read under spinlock
by Tvrtko Ursulin
· 9 years ago
ee50489
drm/i915: Fix struct mutex vs. RPS lock inversion
by Tvrtko Ursulin
· 9 years ago
274008e
drm/i915/bxt: Check BIOS RC6 setup before enabling RC6
by Sagar Arun Kamble
· 9 years ago
b243569
drm/i915: Pretend cursor is always on for ILK-style WM calculations (v2)
by Matt Roper
· 9 years ago
9c06f67
drm/i915/chv: Fix error path in GPU freq helpers
by Imre Deak
· 9 years ago
ac48496
drm/i915: Standardize on 'cpp' for bytes per pixel
by Ville Syrjälä
· 9 years ago
bf22045
Revert "drm/i915: Add two-stage ILK-style watermark programming (v10)"
by Matt Roper
· 9 years ago
18afd44
drm/i915: add DOC: headline to RC6 kernel-doc
by Jani Nikula
· 9 years ago
e282891
drm/i915: turn some bogus kernel-doc comments to normal comments
by Jani Nikula
· 9 years ago
d890565
drm/i915: Use the active wm config for merging on ILK-BDW
by Ville Syrjälä
· 9 years ago
f1ecaf8
drm/i915: Start WM computation from scratch on ILK-BDW
by Ville Syrjälä
· 9 years ago
87ad321
drm/i915: add onoff utility function
by Jani Nikula
· 9 years ago
396e33a
drm/i915: Add two-stage ILK-style watermark programming (v10)
by Matt Roper
· 9 years ago
d93c037
drm/i915: Sanitize watermarks after hardware state readout (v4)
by Matt Roper
· 9 years ago
1512688
drm/i915: Add extra paranoia to ILK watermark calculations
by Matt Roper
· 9 years ago
ee91a15
drm/i915: Convert hsw_compute_linetime_wm to use in-flight state
by Matt Roper
· 9 years ago
06e668a
drm/i915: Apply broader WaRsDisableCoarsePowerGating for guc also
by Mika Kuoppala
· 9 years ago
2b19efe
drm/i915: add support for checking RPM atomic sections
by Imre Deak
· 9 years ago
1f814da
drm/i915: add support for checking if we hold an RPM reference
by Imre Deak
· 9 years ago
b268c69
drm/i915: refactor RPM disabling due to RC6 being disabled
by Imre Deak
· 9 years ago
19c8054
drm/i915: prefer for_each_intel_* macros for iteration
by Jani Nikula
· 9 years ago
666a453
drm/i915: Separate cherryview from valleyview
by Wayne Boyer
· 9 years ago
3614603
drm/i915: vlv: clamp minimum RPS frequency to what Punit allows
by Imre Deak
· 10 years ago
e7674b8
drm/i915/skl: Double RC6 WRL always on
by Mika Kuoppala
· 9 years ago
6686ece
drm/i915/skl: Disable coarse power gating up until F0
by Mika Kuoppala
· 9 years ago
0e631ad
drm/i915: introduce is_active/activate/deactivate to the FBC terminology
by Paulo Zanoni
· 9 years ago
d965e7ac
drm/i915/bxt: backlight clock gating workaround
by Imre Deak
· 9 years ago
92907cb
Merge tag 'v4.4-rc2' into drm-intel-next-queued
by Daniel Vetter
· 9 years ago
f0f59a0
drm/i915: Type safe register read/write
by Ville Syrjälä
· 9 years ago
0f94592
drm/i915: Fix gpu frequency change tracing
by Mika Kuoppala
· 9 years ago
e6d9002
drm/i915/skl: Correct other-pipe watermark update condition check (v2)
by Kumar, Mahesh
· 9 years ago
500a3d2
drm/i915: Fix GT frequency rounding
by Mika Kuoppala
· 9 years ago
b10f1b2
drm/i915/skl: Prevent unclaimed register writes on skylake.
by Maarten Lankhorst
· 9 years ago
cbdc12a
drm/i915: make A0 wa's applied to A1
by Tim Gore
· 9 years ago
ef11bdb
drm/i915/kbl: Introduce Kabylake platform defition.
by Rodrigo Vivi
· 9 years ago
5a37ed0
drm/i915: Fix maxfifo watermark calc on vlv cursor planes
by Thomas Daniel
· 9 years ago
aa36313
drm/i915: Calculate watermark configuration during atomic check (v2)
by Matt Roper
· 9 years ago
86c8bbb
drm/i915: Calculate ILK-style watermarks during atomic check (v3)
by Matt Roper
· 9 years ago
4e0963c
drm/i915: Calculate pipe watermarks into CRTC state (v3)
by Matt Roper
· 9 years ago
b9d5c83
drm/i915: Refactor ilk_update_wm (v3)
by Ville Syrjälä
· 9 years ago
791a32b
drm/i915: Drop intel_update_sprite_watermarks
by Matt Roper
· 9 years ago
d21fbe8
drm/i915/ivb: Move WaCxSRDisabledForSpriteScaling w/a to atomic check
by Matt Roper
· 9 years ago
e87a005
drm/i915: add helpers for platform specific revision id range checks
by Jani Nikula
· 9 years ago
fffda3f
drm/i915/bxt: add revision id for A1 stepping and use it
by Jani Nikula
· 9 years ago
024c904
drm/i915/skl: Eliminate usage of pipe_wm_parameters from SKL-style WM (v4)
by Matt Roper
· 9 years ago
9c4cbf8
drm/i915: Move skl/bxt gt specific workarounds to ring init
by Mika Kuoppala
· 9 years ago
2791a16
drm/i915: revert a few more watermark commits
by Paulo Zanoni
· 9 years ago
261a27d
drm/i915: Partial revert of atomic watermark series
by Matt Roper
· 9 years ago
5b5929c
drm/i915/chv: remove pre-production hardware workarounds
by Jani Nikula
· 9 years ago
3e7732a
drm/i915: Update Promotion timer for RC6 TO Mode
by Sagar Arun Kamble
· 9 years ago
76305b1
drm/i915: Calculate watermark configuration during atomic check (v2)
by Matt Roper
· 9 years ago
a28170f
drm/i915: Calculate ILK-style watermarks during atomic check (v3)
by Matt Roper
· 9 years ago
de4a9f8
drm/i915: Calculate pipe watermarks into CRTC state (v3)
by Matt Roper
· 9 years ago
de165e0
drm/i915: Refactor ilk_update_wm (v3)
by Ville Syrjälä
· 9 years ago
47c9943
drm/i915: Drop intel_update_sprite_watermarks
by Matt Roper
· 9 years ago
7809e5a
drm/i915/ivb: Move WaCxSRDisabledForSpriteScaling w/a to atomic check
by Matt Roper
· 9 years ago
3a05f5e
drm/i915/skl: Eliminate usage of pipe_wm_parameters from SKL-style WM (v3)
by Matt Roper
· 9 years ago
4969d33
drm/i915/skl: Simplify wm structures slightly (v2)
by Matt Roper
· 9 years ago
7221fc3
drm/i915: Eliminate usage of pipe_wm_parameters from ILK-style WM (v2)
by Matt Roper
· 9 years ago
43d59ed
drm/i915: Eliminate usage of plane_wm_parameters from ILK-style WM code (v2)
by Matt Roper
· 9 years ago
36c0d0c
drm/i915: s/_TRANSA_CHICKEN/TRANS_CHICKEN(PIPE_A)/
by Ville Syrjälä
· 9 years ago
bfa7df0
drm/i915: Read czclk from CCK on vlv/chv
by Ville Syrjälä
· 9 years ago
010e9f5
drm/i915/skl: Remove WaDisableVFUnitClockGating
by Arun Siluvery
· 9 years ago
7019f0a
drm/i915/skl: Remove WaSetGAPSunitClckGateDisable
by Arun Siluvery
· 9 years ago
68fc2b7
drm/i915/skl: Remove WaDisableSDEUnitClockGating
by Arun Siluvery
· 9 years ago
Next »