aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_pm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-05drm/i915/gen8+: Add RC6 CTX corruption WAImre Deak1-2/+112
2019-11-05drm/i915: Lower RM timeout to avoid DSI hard hangsUma Shankar1-0/+8
2019-08-20drm/i915/tgl: Introduce initial Tiger Lake workaroundsLucas De Marchi1-1/+3
2019-08-10drm/i915/gtt: enable GTT cache by defaultMatthew Auld1-12/+0
2019-08-07drm/i915: rename intel_drv.h to display/intel_display_types.hJani Nikula1-1/+1
2019-08-07drm/i915: avoid including intel_drv.h via i915_drv.h->i915_trace.hJani Nikula1-0/+1
2019-07-25drm/i915/uc: Unify uC platform checkDaniele Ceraolo Spurio1-2/+2
2019-07-11drm/i915: Check crtc_state->wm.need_postvbl_update before grabbing wm.mutexVille Syrjälä1-11/+12
2019-07-09drm/i915: add infrastructure to hold off preemption on a requestLionel Landwerlin1-2/+3
2019-07-05drm/i915: Deal with cpp==8 for g4x watermarksVille Syrjälä1-3/+3
2019-07-01drm/i915: Use intel state as much as possible in wm codeMaarten Lankhorst1-208/+194
2019-07-01drm/i915: Convert most of atomic commit to take more intel stateMaarten Lankhorst1-6/+5
2019-06-17drm/i915: move modesetting core code under display/Jani Nikula1-3/+4
2019-06-14drm/i915: update with_intel_runtime_pm to use the rpm structureDaniele Ceraolo Spurio1-4/+4
2019-06-12drm/i915: Remove I915_READ16 and I915_WRITE16Tvrtko Ursulin1-37/+56
2019-06-12drm/i915: Remove POSTING_READ16Tvrtko Ursulin1-5/+6
2019-06-12drm/i915: Remove I915_POSTING_READ_FWTvrtko Ursulin1-15/+16
2019-06-12drm/i915: Remove I915_READ8Tvrtko Ursulin1-3/+3
2019-06-10drm/i915: Convert intel_read_wm_latency to uncore mmio accessorsTvrtko Ursulin1-3/+5
2019-05-27drm/i915: Make sandybridge_pcode_read() deal with the second data registerVille Syrjälä1-5/+7
2019-05-06drm/i915: Move w/a 0477/WaDisableIPC:skl into intel_init_ipc()Ville Syrjälä1-5/+14
2019-05-06drm/i915: Drop WaIncreaseLatencyIPCEnabled/1140 for cnlVille Syrjälä1-2/+1
2019-05-06drm/i915: Document that we implement WaIncreaseLatencyIPCEnabledVille Syrjälä1-1/+4
2019-05-03drm/i915: Use mul_u32_u32() moreVille Syrjälä1-1/+1
2019-04-30drm/i915: move some leftovers to intel_pm.h from i915_drv.hJani Nikula1-0/+6
2019-04-30drm/i915: extract intel_atomic.h from intel_drv.hJani Nikula1-0/+1
2019-04-30drm/i915: extract i915_irq.h from intel_drv.h and i915_drv.hJani Nikula1-0/+1
2019-04-30drm/i915: do not mix workaround with normal flowLucas De Marchi1-4/+6
2019-04-30drm/i915: reorder if chain to have last gen firstLucas De Marchi1-5/+6
2019-04-26drm/i915: Move sandybride pcode access to intel_sideband.cChris Wilson1-195/+0
2019-04-26drm/i915: Merge sandybridge_pcode_(read|write)Chris Wilson1-75/+40
2019-04-26drm/i915: Separate sideband declarations to intel_sideband.hChris Wilson1-0/+1
2019-04-26drm/i915: Replace pcu_lock with sb_lockChris Wilson1-67/+61
2019-04-26drm/i915: Lift sideband locking for vlv_punit_(read|write)Chris Wilson1-8/+38
2019-04-26drm/i915: Lift acquiring the vlv punit magic to a common sb-getChris Wilson1-2/+2
2019-04-19drm/i915: Track HAS_RPS alongside HAS_RC6 in the device infoChris Wilson1-2/+5
2019-04-19drm/i915: Remove unwarranted clamping for hsw/bdwChris Wilson1-9/+2
2019-04-16drm/i915: Mark up ips for RCU protectionChris Wilson1-2/+2
2019-04-12drm/i915/ehl: Inherit Ice Lake conditional codeBob Paauwe1-3/+3
2019-04-11drm/i915/icl: Disable video turbo mode for rp controlMika Kuoppala1-1/+1
2019-04-11drm/i915/icl: Enable media sampler powergateMika Kuoppala1-1/+3
2019-04-11drm/i915/icl: Apply a recommended rc6 thresholdMika Kuoppala1-2/+2
2019-04-11drm/i915: Use dedicated rc6 enabling sequence for gen11Mika Kuoppala1-0/+72
2019-04-08drm/i915: extract intel_sprite.h from intel_drv.hJani Nikula1-0/+1
2019-04-08drm/i915: extract intel_pm.h from intel_drv.hJani Nikula1-1/+2
2019-04-08drm/i915: extract intel_fbc.h from intel_drv.hJani Nikula1-0/+1
2019-04-01drm/i915: Split Pineview device info into desktop and mobileTvrtko Ursulin1-2/+2
2019-03-26drm/i915: intel_wait_for_register_fw to uncoreDaniele Ceraolo Spurio1-2/+2
2019-03-26drm/i915: switch intel_uncore_forcewake_for_reg to intel_uncoreDaniele Ceraolo Spurio1-6/+7
2019-03-24drm/i915: Remove defunct intel_suspend_gt_powersave()Chris Wilson1-16/+0