Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
413fc530c5b2fbf8c5ff926aaa18d7597463c055
/
drivers
/
gpu
/
drm
/
i915
/
intel_pm.c
413fc53
drm/i915/gen9: Add ddb changes to atomic debug output
by cpaul@redhat.com
· 8 years ago
d8c0faf
drm/i915/gen9: Get rid of redundant watermark values
by cpaul@redhat.com
· 8 years ago
30d1b5f
drm/i915/gen9: don't call ilk_pipe_pixel_rate() twice on the same function
by Paulo Zanoni
· 8 years ago
cfd7e3a
drm/i915/gen9: fix watermarks when using the pipe scaler
by Paulo Zanoni
· 8 years ago
c89cadd
drm/i915/gen9: look for adjusted_mode in the SAGV check for interlaced
by Paulo Zanoni
· 8 years ago
ee3d532
drm/i915/gen9: unconditionally apply the memory bandwidth WA
by Paulo Zanoni
· 8 years ago
1bab750
drm/i915/gen9: Cleanup skl_pipe_wm_active_state
by Lyude
· 8 years ago
a62163e
drm/i915/gen9: Make skl_wm_level per-plane
by Lyude
· 8 years ago
b707aa5
drm/i915/skl: Remove linetime from skl_wm_values
by Lyude
· 8 years ago
ce0ba28
drm/i915/skl: Move per-pipe ddb allocations into crtc states
by Lyude
· 8 years ago
5db9401
drm/i915: Make IS_GEN macros only take dev_priv
by Tvrtko Ursulin
· 8 years ago
11a914c
drm/i915: Make IS_VALLEYVIEW only take dev_priv
by Tvrtko Ursulin
· 8 years ago
920a14b
drm/i915: Make IS_CHERRYVIEW only take dev_priv
by Tvrtko Ursulin
· 8 years ago
9beb5fe
drm/i915: Make IS_G4X only take dev_priv
by Tvrtko Ursulin
· 8 years ago
8652744
drm/i915: Make IS_BROADWELL only take dev_priv
by Tvrtko Ursulin
· 8 years ago
fd6b8f4
drm/i915: Make IS_IVYBRIDGE only take dev_priv
by Tvrtko Ursulin
· 8 years ago
50a0bc9
drm/i915: Make INTEL_DEVID only take dev_priv
by Tvrtko Ursulin
· 8 years ago
6e26695
drm/i915: Make INTEL_PCH_TYPE & co only take dev_priv
by Tvrtko Ursulin
· 8 years ago
4f8036a
drm/i915: Make HAS_DDI and HAS_PCH_LPT_LP only take dev_priv
by Tvrtko Ursulin
· 8 years ago
3b3f165
drm/i915: Allocate intel_engine_cs structure only for the enabled engines
by Akash Goel
· 8 years ago
ae9400c
drm/i915: Shrink per-platform watermark configuration
by Tvrtko Ursulin
· 8 years ago
44a655c
drm/i915: Shrink cxsr_latency_table
by Tvrtko Ursulin
· 8 years ago
5a920b8
drm/i915/gen9: fix DDB partitioning for multi-screen cases
by Paulo Zanoni
· 8 years ago
bb7791b
drm/i915: make skl_ddb_add_affected_planes static
by Jani Nikula
· 8 years ago
7f60e20
drm/i915/gen9: only add the planes actually affected by ddb changes
by Paulo Zanoni
· 8 years ago
4ff40a4
drm/i915: add a few missing platform tags to workaround tags
by Jani Nikula
· 8 years ago
86a462b
drm/i915/gen9: fail the modeset instead of WARNing on unsupported config
by Paulo Zanoni
· 8 years ago
f1db3ea
drm/i915/gen9: implement missing case for SKL watermarks calculation
by Paulo Zanoni
· 8 years ago
75676ed
drm/i915/gen9: fix the watermark res_blocks value
by Paulo Zanoni
· 8 years ago
7a1a8ae
drm/i915/gen9: fix plane_blocks_per_line on watermarks calculations
by Paulo Zanoni
· 8 years ago
1186fa8
drm/i915/gen9: minimum scanlines for Y tile is not always 4
by Paulo Zanoni
· 8 years ago
0727e40
drm/i915/gen9: fix the WaWmMemoryReadLatency implementation
by Paulo Zanoni
· 8 years ago
6e3100e
drm/i915/kbl: KBL also needs to run the SAGV code
by Paulo Zanoni
· 8 years ago
56feca9
drm/i915: introduce intel_has_sagv()
by Paulo Zanoni
· 8 years ago
16dcdc4
drm/i915: SAGV is not SKL-only, so rename a few things
by Paulo Zanoni
· 8 years ago
9fc736e
drm/i915/skl: drop workarounds for D0 revision
by Jani Nikula
· 8 years ago
6f3fff6
drm/i915: Add ddb size field to device info structure
by Deepak M
· 8 years ago
2c7487a
drm/i915: Drop local struct_mutex around intel_init_emon[ilk]
by Chris Wilson
· 8 years ago
43b6799
drm/i915: sseu: Use sseu_dev_info in device info
by Imre Deak
· 8 years ago
7850d1c
drm/i915: Add GEN7_PCODE_MIN_FREQ_TABLE_GT_RATIO_OUT_OF_RANGE to SNB
by Chris Wilson
· 8 years ago
2708249
drm/i915/skl: Update DDB values atomically with wms/plane attrs
by Lyude
· 8 years ago
62e0fb8
drm/i915/skl: Update plane watermarks atomically during plane updates
by Lyude
· 8 years ago
05a76d3
drm/i915/skl: Ensure pipes with changed wms get added to the state
by Lyude
· 8 years ago
2722efb
drm/i915/gen9: Only copy WM results for changed pipes to skl_hw
by Matt Roper
· 8 years ago
656d1b8
drm/i915/skl: Add support for the SAGV, fix underrun hangs
by Lyude
· 8 years ago
8766050
drm/i915/gen6+: Interpret mailbox error flags
by Lyude
· 8 years ago
43aa7e8
drm/i915/gen9: Drop invalid WARN() during data rate calculation
by Matt Roper
· 9 years ago
1b54a88
drm/i915/gen9: Initialize intel_state->active_crtcs during WM sanitization (v2)
by Matt Roper
· 9 years ago
cc92638
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
by Daniel Vetter
· 8 years ago
fc93ff6
Merge tag 'drm-intel-next-2016-08-08' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 8 years ago
f8725ad
Merge tag 'topic/drm-misc-2016-08-12' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 8 years ago
b5163db
drm/i915: Fix nesting of rps.mutex and struct_mutex during powersave init
by Chris Wilson
· 8 years ago
936e71e
drm/i915: Use drm_plane_state.{src,dst,visible}
by Ville Syrjälä
· 8 years ago
e8285ce
Merge tag 'drm-intel-next-fixes-2016-08-05' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 8 years ago
3e510a8
drm/i915: Repack fence tiling mode and stride into a single integer
by Chris Wilson
· 8 years ago
dcff85c
drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutex
by Chris Wilson
· 8 years ago
94558e2
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
by Daniel Vetter
· 8 years ago
055c3ff
drm/i915/gen9: Give one extra block per line for SKL plane WM calculations
by Matt Roper
· 8 years ago
8dac1e1
drm/i915: Clean up the extra RPM ref on CHV with i915.enable_rc6=0
by Ville Syrjälä
· 8 years ago
acb9135
drm/i915: Program FW_BLC_SELF on 915G as well
by Ville Syrjälä
· 8 years ago
2d1b505
drm/i915: Always use cpp==4 for FW_BLC_SELF on 915GM/945GM
by Ville Syrjälä
· 8 years ago
2a13ae7
drm/i915: Protect older gen against intel_gt_init_powersave()
by Chris Wilson
· 8 years ago
a7b4667
drm/i915: Never fully mask the the EI up rps interrupt on SNB/IVB
by Ville Syrjälä
· 9 years ago
12c100b
drm/i915: Never fully mask the the EI up rps interrupt on SNB/IVB
by Ville Syrjälä
· 9 years ago
5e58052
Backmerge tag 'v4.7' into drm-next
by Dave Airlie
· 8 years ago
54b4f68
Revert "drm/i915: Enable RC6 immediately"
by Chris Wilson
· 8 years ago
b12e0ee
drm/i915: Enable RC6 immediately
by Chris Wilson
· 8 years ago
34911fd
drm/i915: Rename drm_gem_object_unreference_unlocked in preparation for lockless free
by Chris Wilson
· 8 years ago
e8a261e
drm/i915: Rename request reference/unreference to get/put
by Chris Wilson
· 8 years ago
197be2a
drm/i915: Disable waitboosting for mmioflips/semaphores
by Chris Wilson
· 8 years ago
a89bd7b
drm/i915/gen9: Add WaFbcHighMemBwCorruptionAvoidance
by Mika Kuoppala
· 9 years ago
c584e2d
drm/i195/fbc: Add WaFbcNukeOnHostModify
by Mika Kuoppala
· 9 years ago
5b88989
drm/i915/gen9: Add WaFbcWakeMemOn
by Mika Kuoppala
· 9 years ago
f20b1ba
drm/i915/gen9: Add WaFbcTurnOffFbcWatermark
by Mika Kuoppala
· 9 years ago
0e51c0b
drm/i915/gen9: Add WaEnableChickenDCPR
by Mika Kuoppala
· 9 years ago
4ac4199
drm/i915/kbl: Add WaDisableGamClockGating
by Mika Kuoppala
· 9 years ago
11b2834
drm/i915/gen9: Enable must set chicken bits in config0 reg
by Mika Kuoppala
· 9 years ago
9146f30
drm/i915/kbl: Add WaDisableSDEUnitClockGating
by Mika Kuoppala
· 9 years ago
da0a0ac
drm/i915/psr: Implement PSR2 w/a for gen9
by Daniel Vetter
· 9 years ago
fb7404e
drm/i915: Hide gen6_update_ring_freq()
by Chris Wilson
· 8 years ago
b7137e0
drm/i915: Defer enabling rc6 til after we submit the first batch/context
by Chris Wilson
· 8 years ago
29ecd78d
drm/i915: Define a separate variable and control for RPS waitboost frequency
by Chris Wilson
· 8 years ago
99ac961
drm/i915: Move overclocking detection to alongside RPS frequency detection
by Chris Wilson
· 8 years ago
773ea9a
drm/i915: Perform static RPS frequency setup before userspace
by Chris Wilson
· 8 years ago
3a45b05
drm/i915: Preserve current RPS frequency across init
by Chris Wilson
· 8 years ago
91c8a32
drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm
by Chris Wilson
· 8 years ago
fac5e23
drm/i915: Mass convert dev->dev_private to to_i915(dev)
by Chris Wilson
· 8 years ago
c33d247
drm/i915: Flush the RPS bottom-half when the GPU idles
by Chris Wilson
· 8 years ago
67d97da
drm/i915: Only start retire worker when idle
by Chris Wilson
· 8 years ago
a72b562
drm/915: Fix long lines and random indent in gen6_set_rps_thresholds()
by Chris Wilson
· 8 years ago
f69a02c
drm/i915: Spin after waking up for an interrupt
by Chris Wilson
· 8 years ago
fc61984
drm/i915/bxt: Fix sanity check for BIOS RC6 setup
by Imre Deak
· 9 years ago
b99d49c
drm/i915: Fix log type for RC6 debug messages
by Imre Deak
· 9 years ago
3f5582d
drm/i915: Convert sandybridge_pcode_*() to use intel_wait_for_register()
by Chris Wilson
· 9 years ago
9b61302
drm/i915/gen9: Re-allocate DDB only for changed pipes
by Matt Roper
· 9 years ago
2b83c4c
drm/i915: Set softmin frequency on idle->busy transition
by Michał Winiarski
· 9 years ago
d1b4eef
drm/i915/gen9: Add WaFbcHighMemBwCorruptionAvoidance
by Mika Kuoppala
· 9 years ago
031cd8c
drm/i195/fbc: Add WaFbcNukeOnHostModify
by Mika Kuoppala
· 9 years ago
303d4ea
drm/i915/gen9: Add WaFbcWakeMemOn
by Mika Kuoppala
· 9 years ago
0f78dee
drm/i915/gen9: Add WaFbcTurnOffFbcWatermark
by Mika Kuoppala
· 9 years ago
Next »