summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_pm.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Mark up ips for RCU protectionChris Wilson2019-04-161-2/+2
* drm/i915/ehl: Inherit Ice Lake conditional codeBob Paauwe2019-04-121-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/+0
* 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/+6
* drm/i915: Don't pass pipe_wm around so muchVille Syrjälä2019-03-201-11/+7
* 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/+5
* 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
|\
| * drm/i915: Preparations for enabling P010, P012, P016 formatsJuha-Pekka Heikkila2019-03-051-7/+7
* | drm/i915/icl: Prevent incorrect DBuf enablingImre Deak2019-03-081-1/+6
* | drm/i915: Finalize Wa_1408961008:iclVille Syrjälä2019-03-011-2/+6
* | Merge drm/drm-next into drm-intel-next-queuedJoonas Lahtinen2019-02-201-2/+5
|\|
| * Merge drm/drm-next into drm-misc-nextMaxime Ripard2019-02-111-248/+288
| |\
| * | drm/i915: prepare for drmP.h removal from drm_modeset_helper.hSam Ravnborg2019-02-071-2/+5
* | | drm/i915: Implement new w/a for underruns with wm1+ disabledVille Syrjälä2019-02-141-0/+7
* | | drm/i915: Include "ignore lines" in skl+ wm stateVille Syrjälä2019-02-141-16/+28
* | | drm/i915: s/PUNIT_REG_DSPFREQ/PUNIT_REG_DSPSSPM/Ville Syrjälä2019-02-131-3/+3
* | | drm/i915: Apply rps waitboosting for dma_fence_wait_timeout()Chris Wilson2019-02-131-3/+2
* | | drm/i915: Dump skl+ watermark changesVille Syrjälä2019-02-121-3/+83
| |/ |/|
* | drm/i915: Just use icl+ definition for PLANE_WM blocks fieldVille Syrjälä2019-02-061-7/+2
* | drm/i915: Fix wm latency==0 disable on skl+Ville Syrjälä2019-02-051-3/+9
* | drm/i915: Don't use the second dbuf slice on iclVille Syrjälä2019-01-311-1/+6
* | drm/i915: Use IS_GEN9_LP() for the linetime w/a checkVille Syrjälä2019-01-301-3/+2
* | drm/i915: Drop the pointless linetime==0 checkVille Syrjälä2019-01-301-4/+0
* | drm/i915: Drop the definite article in front of SAGVVille Syrjälä2019-01-301-9/+9
* | drm/i915: Pass dev_priv to skl_needs_memory_bw_wa()Ville Syrjälä2019-01-301-16/+5
* | drm/i915: Account for minimum ddb allocation restrictionsVille Syrjälä2019-01-301-9/+44
* | drm/i915: Fix > vs >= mismatch in watermark/ddb calculationsVille Syrjälä2019-01-301-5/+5
* | drm/i915: Fix bits vs. bytes mixup in dbuf block size computationVille Syrjälä2019-01-301-1/+1
* | drm/i915: Reinstate an early latency==0 check for skl+Ville Syrjälä2019-01-301-0/+3
* | drm/i915: Don't ignore level 0 lines watermark for glk+Ville Syrjälä2019-01-301-2/+13
* | drm/i915: Tidy common test_bit probing of i915_request->fence.flagsChris Wilson2019-01-221-1/+1
* | drm/i915/pm: switch to kernel typesJani Nikula2019-01-211-108/+105