summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_pm.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: start moving runtime device info to a separate structJani Nikula2019-01-021-1/+1
* drm/i915: don't apply Display WAs 1125 and 1126 to GLK/CNL+Paulo Zanoni2018-12-211-21/+24
* drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi2018-12-131-29/+29
* drm/i915: Don't forget to reset blocks when testing lower wm levelsMatt Roper2018-12-121-0/+1
* drm/i915: Switch to level-based DDB allocation algorithm (v5)Matt Roper2018-12-121-243/+140Star
* drm/i915: Don't use DDB allocation when choosing gen9 watermark methodMatt Roper2018-12-121-7/+0Star
* drm/i915: Use intel_ types more consistently for watermark code (v2)Matt Roper2018-12-111-139/+116Star
* drm/i915: Remove dead update_wm_pre assignment from SKL wm codeVille Syrjälä2018-12-071-6/+0Star
* drm/i915: Remove bogus FIXME from SKL wm computationVille Syrjälä2018-12-071-4/+0Star
* drm/i915: Use explicit old crtc state in skl_compute_wm()Ville Syrjälä2018-12-071-2/+3
* drm/i915: Rename the confusing 'plane_id' to 'color_plane'Ville Syrjälä2018-11-281-4/+4
* drm/i915: Move ddb/wm programming into plane update/disable hooks on skl+Ville Syrjälä2018-11-281-190/+215
* drm/i915: Don't pass dev_priv around so muchVille Syrjälä2018-11-281-14/+13Star
* drm/i915: Clean up skl+ vs. icl+ watermark computationVille Syrjälä2018-11-281-77/+92
* drm/i915: Pass the entire skl_plane_wm to skl_compute_transition_wm()Ville Syrjälä2018-11-281-9/+7Star
* drm/i915: Remove some useless zeroing on skl+ wm calculationsVille Syrjälä2018-11-281-12/+4Star
* drm/i915: Fix latency==0 handling for level 0 watermark on skl+Ville Syrjälä2018-11-281-2/+4
* drm/i915: Disable LP3 watermarks on all SNB machinesVille Syrjälä2018-11-161-1/+40
* drm/i915: Move skip_intermediate_wm handling into ilk_compute_intermediate_wm()Ville Syrjälä2018-11-131-1/+2
* drm/i915: Generalize skl_ddb_allocation_overlaps()Ville Syrjälä2018-11-091-8/+7Star
* drm/i915: Move FBC init and cleanup calls to modeset functionsJosé Roberto de Souza2018-11-091-2/+0Star
* drm/i915/icl: Add WaEnable32PlaneModeRadhakrishna Sripada2018-11-011-0/+4
* drm/i915: Kill WA 0826Rodrigo Vivi2018-11-011-11/+0Star
* drm/i915: Simplify has_sagv functionRodrigo Vivi2018-10-291-9/+2Star
* drm/i915: Prefer IS_GEN<n> check with bitmask.Rodrigo Vivi2018-10-291-2/+2
* drm/i915: Don't apply the 16Gb DIMM wm latency w/a to BXT/GLKVille Syrjälä2018-10-241-2/+1Star
* drm/i915/gen11: Handle watermarks correctly for separate Y/UV planes, v2.Maarten Lankhorst2018-10-241-94/+207
* drm/i915/gen11: Link nv12 Y and UV planes in the atomic state, v5.Maarten Lankhorst2018-10-241-1/+11
* drm/i915: Fix unsigned overflow when calculating total data rate, v2.Maarten Lankhorst2018-10-241-25/+22Star
* drm/i915/icl: enable SAGV for ICL platformMahesh Kumar2018-10-151-1/+1
* drm/i915: promote ddb update message to DRM_DEBUG_KMSPaulo Zanoni2018-10-111-5/+5
* drm/i915: don't write PLANE_BUF_CFG twice every timePaulo Zanoni2018-10-111-2/+0Star
* drm/i915: transition WMs ask for Selected Result BlocksPaulo Zanoni2018-10-111-3/+15
* drm/i915: fix the watermark result selection on glk/gen10+Paulo Zanoni2018-10-111-7/+16
* drm/i915: fix the transition minimums for gen9+ watermarksPaulo Zanoni2018-10-111-2/+2
* drm/i915: Move IPC WA #1141 to init_ipc()José Roberto de Souza2018-09-271-6/+6
* drm/i915: Move SKL IPC WA to HAS_IPC()José Roberto de Souza2018-09-271-4/+0Star
* drm/i915: Do not modifiy reserved bit in gens that do not have IPCJosé Roberto de Souza2018-09-271-1/+3
* drm/i915/kbl+: Enable IPC only for symmetric memory configurationsMahesh Kumar2018-09-131-0/+5
* drm/i915/skl+: don't trust IPC value set by BIOSMahesh Kumar2018-09-131-3/+1Star
* drm/i915: Implement 16GB dimm wa for latency level-0Mahesh Kumar2018-09-131-0/+10
* drm/i915: Disable runtime-pm using lowlevel functions if !HAS_RC6Chris Wilson2018-08-141-2/+3
* drm/i915: Restrict gen6_reset_rps_interrupts to gen6+Chris Wilson2018-08-131-1/+1
* drm/i915/skl: distribute DDB based on panel resolutionMahesh Kumar2018-08-071-15/+40
* drm/i915: ddb_size is of u16 typeMahesh Kumar2018-08-071-6/+6
* drm/i915/icl: avoid unclaimed PLANE_NV12_BUF_CFG registerPaulo Zanoni2018-08-021-1/+7
* drm/i915: Drop stray clearing of rps->last_adjChris Wilson2018-08-021-1/+0Star
* drm/i915: Interactive RPS modeChris Wilson2018-07-311-34/+67
* drm/i915: Downgrade Gen9 Plane WM latency errorChris Wilson2018-07-301-2/+2
* drm/i915: inline skl_copy_ddb_for_pipe() to its only callerPaulo Zanoni2018-07-281-12/+4Star