Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
00490c22b1b59b168d89de798f0790bfd9541515
/
drivers
/
gpu
/
drm
/
i915
/
intel_pm.c
0f94592
drm/i915: Fix gpu frequency change tracing
by Mika Kuoppala
· 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
5a37ed0
drm/i915: Fix maxfifo watermark calc on vlv cursor planes
by Thomas Daniel
· 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
aa66c50
drm/i915/bxt: Add WaStoreMultiplePTEenable name
by Arun Siluvery
· 9 years ago
7c5f93b
drm/i915: Constify adjusted_mode
by Ville Syrjälä
· 9 years ago
124abe0
drm/i915: Always call the adjusted mode 'adjusted_mode'
by Ville Syrjälä
· 9 years ago
44cc6c0
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next
by Daniel Vetter
· 9 years ago
7d81c3e
drm/i915: Replace raw numbers with the approproate register name in ILK turbo code
by Ville Syrjälä
· 9 years ago
616847e
drm/i915: Parametrize ILK turbo registers
by Ville Syrjälä
· 9 years ago
97c322e
drm/i915: Program GuC MAX IDLE Count
by Sagar Arun Kamble
· 9 years ago
63a4dec
drm/i915: WaRsDoubleRc6WrlWithCoarsePowerGating
by Sagar Arun Kamble
· 9 years ago
e3429cd
drm/i915: WaRsUseTimeoutMode
by Sagar Arun Kamble
· 9 years ago
f2d2fe9
drm/i915: WaRsDisableCoarsePowerGating
by Sagar Arun Kamble
· 9 years ago
23eafea
drm/i915/bxt: WaGsvDisableTurbo
by Sagar Arun Kamble
· 9 years ago
adda50b
drm/i915/skl: Don't clear all watermarks when updating. (v2)
by Bob Paauwe
· 9 years ago
5b88aba
drm/i915/bxt: Add WaSetClckGatingDisableMedia
by Arun Siluvery
· 9 years ago
58590c1
drm/i915: Don't try to use DDR DVFS on CHV when disabled in the BIOS
by Ville Syrjälä
· 9 years ago
a754615
drm/i915/bxt: Clean up bxt_init_clock_gating
by Nick Hoath
· 9 years ago
742f491
drm/i915: use the yesno helper for logging
by Jani Nikula
· 9 years ago
395ab75
drm/i915/skl: Avoid using un-initialized bits_per_pixel
by Kumar, Mahesh
· 9 years ago
c269952
drm/i915: Add HAS_PCH_LPT_LP() macro
by Ville Syrjälä
· 9 years ago
06059d5
Merge tag 'topic/drm-misc-2015-07-28' into drm-intel-next-queued
by Daniel Vetter
· 9 years ago
245d966
drm/i915:skl: Add WaEnableGapsTsvCreditFix
by Arun Siluvery
· 9 years ago
4ea50e9
drm: Simplify drm_for_each_legacy_plane arguments
by Daniel Vetter
· 9 years ago
dd92d8d
Partially revert "drm/i915: s/mdelay/msleep/" in ilk rps code
by Daniel Vetter
· 9 years ago
661abfc
drm/i915: Fix divide by zero on watermark update
by Mika Kuoppala
· 9 years ago
a4106a7
drm/i915/gen9: Add WaFlushCoherentL3CacheLinesAtContextSwitch workaround
by Arun Siluvery
· 9 years ago
6381b55
drm/i915/gen9: Implement WaDisableKillLogic for gen 9
by Nick Hoath
· 9 years ago
97d3308
drm/i915: Add HAS_CORE_RING_FREQ macro
by Akash Goel
· 9 years ago
cc017fb
drm/i915/skl: Restrict the ring frequency table programming to SKL
by Akash Goel
· 9 years ago
cd25dd5
drm/i915: Update PM interrupts before updating the freq
by Deepak S
· 9 years ago
4c8c774
drm/i915/skl: Ring frequency table programming changes
by Akash Goel
· 9 years ago
c5e0688
drm/i915/skl: Retrieve the Rpe value from Pcode
by Akash Goel
· 9 years ago
7733b49
drm/i915: use dev_priv for the FBC functions
by Paulo Zanoni
· 9 years ago
6adfb1e
drm/i915: s/mdelay/msleep/
by Daniel Vetter
· 9 years ago
2cb389b
drm/i915: Zero unused WM1 watermarks on VLV/CHV
by Ville Syrjälä
· 10 years ago
6f9c784
drm/i915: Don't do PM5/DDR DVFS with multiple pipes
by Ville Syrjälä
· 10 years ago
852eb00
drm/i915: Try to make sure cxsr is disabled around plane enable/disable
by Ville Syrjälä
· 10 years ago
26e1fe4
drm/i915: Use the memory latency based WM computation on VLV too
by Ville Syrjälä
· 10 years ago
54f1b6e
drm/i915: Compute display FIFO split dynamically for CHV
by Ville Syrjälä
· 10 years ago
262cd2e
drm/i915: CHV DDR DVFS support and another watermark rewrite
by Ville Syrjälä
· 10 years ago
6eb1a68
drm/i915: Read wm values from hardware at init on CHV
by Ville Syrjälä
· 10 years ago
a7a6c49
drm/i915: POSTING_READ() in intel_set_memory_cxsr()
by Ville Syrjälä
· 10 years ago
3504056
drm/i915: Update rps frequencies for BXT
by Bob Paauwe
· 9 years ago
e7d66d8
drm/i915: Remove more ilk rc6 remnants
by Daniel Vetter
· 10 years ago
8cfb340
drm/i915: Don't enable IPS when pixel rate exceeds 95%
by Ville Syrjälä
· 10 years ago
05024da
drm/i915: Use cached cdclk value
by Ville Syrjälä
· 10 years ago
a8a50fc
Merge tag 'v4.1-rc6' into drm-next
by Dave Airlie
· 10 years ago
a580516
drm/i915: s/dpio_lock/sb_lock/
by Ville Syrjälä
· 10 years ago
b12ce1d
drm/i915: Kill intel_flush_primary_plane()
by Ville Syrjälä
· 10 years ago
8d3afd7
drm/i915: Use spinlocks for checking when to waitboost
by Chris Wilson
· 10 years ago
d0bc54f
drm/i915: Introduce DRM_I915_THROTTLE_JIFFIES
by Chris Wilson
· 10 years ago
6d50b06
drm/i915: Enable GTT caching on gen8
by Ville Syrjälä
· 10 years ago
4d487cf
drm/i915: Move WaProgramL3SqcReg1Default:bdw to init_clock_gating()
by Ville Syrjälä
· 10 years ago
7ad0dba
drm/i915: Use ilk_init_lp_watermarks() on BDW
by Ville Syrjälä
· 10 years ago
e61b995
drm/i915: Free RPS boosts for all laggards
by Chris Wilson
· 10 years ago
2e1b873
drm/i915: Convert RPS tracking to a intel_rps_client struct
by Chris Wilson
· 10 years ago
bcafc4e
drm/i915: Limit mmio flip RPS boosts
by Chris Wilson
· 10 years ago
a6f766f
drm/i915: Limit ring synchronisation (sw sempahores) RPS boosts
by Chris Wilson
· 10 years ago
eed29a5
drm/i915: s/\<rq\>/req/g
by Daniel Vetter
· 10 years ago
5b7c91b
drm/i915/chv: Set min freq to efficient frequency on chv
by Deepak S
· 10 years ago
4a7624f
drm/i915/chv: Extend set idle rps wa to chv
by Deepak S
· 10 years ago
a7f6e23
drm/i915/vlv: Remove wait for for punit to updates freq.
by Deepak S
· 10 years ago
b6e742f
drm/i915: Be optimistic about future display engines having 7 WM levels
by Damien Lespiau
· 10 years ago
2cd601c
drm/i915: Adding dbuf support for skl nv12 format.
by Chandra Konduru
· 10 years ago
54da691
drm/i915: fix screen flickering
by Thomas Gummerer
· 10 years ago
f1d3d34
drm/i915/skl: Fix WaDisableChickenBitTSGBarrierAckForFFSliceCS
by Damien Lespiau
· 10 years ago
813b5e6
drm/i915: s/9/intel_freq_opcode(450)/
by Ville Syrjälä
· 10 years ago
3ef6234
drm/i915: Setup static bias for GPU
by Deepak S
· 10 years ago
f4f71c7
drm/i915: Re-adjusting rc6 promotional timer for chv
by Deepak S
· 10 years ago
c5fe557
Merge branch 'topic/bxt-stage1' into drm-intel-next-queued
by Daniel Vetter
· 10 years ago
e3a2905
drm/i915/bxt: add workaround to avoid PTE corruption
by Robert Beckett
· 10 years ago
868434c
drm/i915/bxt: add GEN8_HDCUNIT_CLOCK_GATE_DISABLE_HDCREQ workaround
by Ben Widawsky
· 10 years ago
32608ca
drm/i915/bxt: add GEN8_SDEUNIT_CLOCK_GATE_DISABLE workaround
by Imre Deak
· 10 years ago
a82abe4
drm/i915/bxt: add bxt_init_clock_gating
by Imre Deak
· 10 years ago
cb07bae
drm/i915: Disable Render power gating
by Sagar Kamble
· 10 years ago
a4104c5
drm/i915: Naming constants to be written to GEN9_PG_ENABLE
by Sagar Kamble
· 10 years ago
1854d5c
drm/i915: Deminish contribution of wait-boosting from clients
by Chris Wilson
· 10 years ago
6ad790c
drm/i915: Boost GPU frequency if we detect outstanding pageflips
by Chris Wilson
· 10 years ago
Next »