summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_pm.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: move modesetting core code under display/Jani Nikula2019-06-171-3/+4
* drm/i915: update with_intel_runtime_pm to use the rpm structureDaniele Ceraolo Spurio2019-06-141-4/+4
* drm/i915: Remove I915_READ16 and I915_WRITE16Tvrtko Ursulin2019-06-121-37/+56
* drm/i915: Remove POSTING_READ16Tvrtko Ursulin2019-06-121-5/+6
* drm/i915: Remove I915_POSTING_READ_FWTvrtko Ursulin2019-06-121-15/+16
* drm/i915: Remove I915_READ8Tvrtko Ursulin2019-06-121-3/+3
* drm/i915: Convert intel_read_wm_latency to uncore mmio accessorsTvrtko Ursulin2019-06-101-3/+5
* drm/i915: Make sandybridge_pcode_read() deal with the second data registerVille Syrjälä2019-05-271-5/+7
* drm/i915: Move w/a 0477/WaDisableIPC:skl into intel_init_ipc()Ville Syrjälä2019-05-061-5/+14
* drm/i915: Drop WaIncreaseLatencyIPCEnabled/1140 for cnlVille Syrjälä2019-05-061-2/+1Star
* drm/i915: Document that we implement WaIncreaseLatencyIPCEnabledVille Syrjälä2019-05-061-1/+4
* drm/i915: Use mul_u32_u32() moreVille Syrjälä2019-05-031-1/+1
* drm/i915: move some leftovers to intel_pm.h from i915_drv.hJani Nikula2019-04-301-0/+6
* drm/i915: extract intel_atomic.h from intel_drv.hJani Nikula2019-04-301-0/+1
* drm/i915: extract i915_irq.h from intel_drv.h and i915_drv.hJani Nikula2019-04-301-0/+1
* drm/i915: do not mix workaround with normal flowLucas De Marchi2019-04-301-4/+6
* drm/i915: reorder if chain to have last gen firstLucas De Marchi2019-04-301-5/+6
* drm/i915: Move sandybride pcode access to intel_sideband.cChris Wilson2019-04-261-195/+0Star
* drm/i915: Merge sandybridge_pcode_(read|write)Chris Wilson2019-04-261-75/+40Star
* drm/i915: Separate sideband declarations to intel_sideband.hChris Wilson2019-04-261-0/+1
* drm/i915: Replace pcu_lock with sb_lockChris Wilson2019-04-261-67/+61Star
* drm/i915: Lift sideband locking for vlv_punit_(read|write)Chris Wilson2019-04-261-8/+38
* drm/i915: Lift acquiring the vlv punit magic to a common sb-getChris Wilson2019-04-261-2/+2
* drm/i915: Track HAS_RPS alongside HAS_RC6 in the device infoChris Wilson2019-04-191-2/+5
* drm/i915: Remove unwarranted clamping for hsw/bdwChris Wilson2019-04-191-9/+2Star
* drm/i915: Mark up ips for RCU protectionChris Wilson2019-04-161-2/+2
* drm/i915/ehl: Inherit Ice Lake conditional codeBob Paauwe2019-04-131-3/+3
* drm/i915/icl: Disable video turbo mode for rp controlMika Kuoppala2019-04-111-1/+1
* drm/i915/icl: Enable media sampler powergateMika Kuoppala2019-04-111-1/+3
* drm/i915/icl: Apply a recommended rc6 thresholdMika Kuoppala2019-04-111-2/+2
* drm/i915: Use dedicated rc6 enabling sequence for gen11Mika Kuoppala2019-04-111-0/+72
* drm/i915: extract intel_sprite.h from intel_drv.hJani Nikula2019-04-081-0/+1
* drm/i915: extract intel_pm.h from intel_drv.hJani Nikula2019-04-081-1/+2
* drm/i915: extract intel_fbc.h from intel_drv.hJani Nikula2019-04-081-0/+1
* drm/i915: Split Pineview device info into desktop and mobileTvrtko Ursulin2019-04-011-2/+2
* drm/i915: intel_wait_for_register_fw to uncoreDaniele Ceraolo Spurio2019-03-261-2/+2
* drm/i915: switch intel_uncore_forcewake_for_reg to intel_uncoreDaniele Ceraolo Spurio2019-03-261-6/+7
* drm/i915: Remove defunct intel_suspend_gt_powersave()Chris Wilson2019-03-241-16/+0Star
* drm/i915: Really calculate the cursor ddb based on the highest enabled wm levelVille Syrjälä2019-03-221-1/+1
* drm/i915: use intel_uncore for all forcewake get/putDaniele Ceraolo Spurio2019-03-201-26/+26
* drm/i915: Inline skl_update_pipe_wm() into its only callerVille Syrjälä2019-03-201-26/+6Star
* drm/i915: Don't pass pipe_wm around so muchVille Syrjälä2019-03-201-11/+7Star
* drm/i915: Move some variables to tighter scopeVille Syrjälä2019-03-201-10/+13
* drm/i915: Keep plane watermarks enabled more aggressivelyVille Syrjälä2019-03-201-1/+16
* drm/i915: Make sure cursor has enough ddb for the selected wm levelVille Syrjälä2019-03-201-2/+9
* drm/i915: Allocate enough DDB for the cursorVille Syrjälä2019-03-201-5/+36
* drm/i915: Extract skl_compute_wm_params()Ville Syrjälä2019-03-201-34/+50
* drm/i915: Don't pass plane state to skl_compute_plane_wm()Ville Syrjälä2019-03-201-9/+5Star
* drm/i915: Accept alloc_size == blocksVille Syrjälä2019-03-201-1/+1
* Merge tag 'topic/hdr-formats-2019-03-07' of git://anongit.freedesktop.org/drm...Joonas Lahtinen2019-03-111-7/+7
|\