summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_pm.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-03Merge tag 'drm-intel-next-queued-2020-11-27' of git://anongit.freedesktop.org...Dave Airlie1-140/+132
2020-11-16drm/i915: Remove skl_adjusted_plane_pixel_rate()Ville Syrjälä1-25/+2
2020-11-16drm/i915: Store plane relative data rate in crtc_stateVille Syrjälä1-37/+46
2020-11-16drm/i915: Precompute can_sagv for each wm levelVille Syrjälä1-13/+8
2020-11-16drm/i915: Nuke intel_atomic_crtc_state_for_each_plane_state() from skl+ wm codeVille Syrjälä1-16/+25
2020-11-16drm/i915: Pass intel_atomic_state aroundVille Syrjälä1-11/+13
2020-11-13drm/i915: Add hw.pipe_mode to allow bigjoiner pipe/transcoder splitMaarten Lankhorst1-38/+38
2020-11-13Merge tag 'drm-intel-gt-next-2020-11-12-1' of git://anongit.freedesktop.org/d...Dave Airlie1-16/+0
2020-11-11drm/i915/tgl: Fix Media power gate sequence.Rodrigo Vivi1-13/+0
2020-10-29drm/i915: Use _MMIO_PIPE3() for ilk+ WM0_PIPE registersVille Syrjälä1-9/+4
2020-10-16drm/i915: Apply WAC6entrylatency to kbl/cflVille Syrjälä1-0/+8
2020-10-16drm/i915/dg1: Add initial DG1 workaroundsStuart Summers1-13/+26
2020-09-28drm/i915: Make intel_{enable,disable}_sagv() staticVille Syrjälä1-2/+2
2020-08-28drm/i915/tgl: Fix stepping WA matchingJosé Roberto de Souza1-1/+1
2020-08-17drm/i915/kbl: Fix revision ID checksMatt Roper1-2/+2
2020-08-17drm/i915: Move WaDisableDopClockGating:skl to skl_init_clock_gating()Ville Syrjälä1-6/+4
2020-07-09drm/i915: Document FBC related w/as more thoroughlyVille Syrjälä1-11/+44
2020-07-09drm/i915: Limit WaFbcHighMemBwCorruptionAvoidance to skl and bxtVille Syrjälä1-4/+8
2020-07-09drm/i915: Don't do WaFbcTurnOffFbcWatermark for glkVille Syrjälä1-2/+16
2020-07-09drm/i915: Move all FBC w/as to .init_clock_gating()Ville Syrjälä1-0/+23
2020-07-08drm/i915: Use the gt in HAS_ENGINEDaniele Ceraolo Spurio1-1/+1
2020-07-03drm/i915/fbc: Allow FBC to recompress after a 3D workload on i85x/i865Ville Syrjälä1-0/+10
2020-07-01drm/i915: Fix g4x fbc watermark enableVille Syrjälä1-12/+21
2020-06-11drm/i915/gt: Move gen4 GT workarounds from init_clock_gating to workaroundsChris Wilson1-15/+0
2020-06-11drm/i915/gt: Move ilk GT workarounds from init_clock_gating to workaroundsChris Wilson1-10/+0
2020-06-11drm/i915/gt: Move snb GT workarounds from init_clock_gating to workaroundsChris Wilson1-33/+0
2020-06-11drm/i915/gt: Move vlv GT workarounds from init_clock_gating to workaroundsChris Wilson1-61/+0
2020-06-11drm/i915/gt: Move ivb GT workarounds from init_clock_gating to workaroundsChris Wilson1-48/+0
2020-06-11drm/i915/gt: Move hsw GT workarounds from init_clock_gating to workaroundsChris Wilson1-37/+2
2020-06-03drm/i915: Identify Cometlake platformChris Wilson1-3/+7
2020-05-22drm/i915: Fix includes and local vars orderStanislav Lisovskiy1-1/+1
2020-05-22drm/i915: Adjust CDCLK accordingly to our DBuf bw needsStanislav Lisovskiy1-2/+29
2020-05-19drm/i915/pm: Prefer drm_WARN_ON over WARN_ONPankaj Bharadiya1-25/+38
2020-05-18drm/i915/display: Return error from dbuf allocation failureChris Wilson1-1/+1
2020-05-18drm/i915: Fix dbuf slice mask when turning off all the pipesVille Syrjälä1-0/+24
2020-05-16drm/i915: Clean up dbuf debugs during .atomic_check()Ville Syrjälä1-7/+19
2020-05-16drm/i915: Move the dbuf pre/post plane updateVille Syrjälä1-0/+37
2020-05-16drm/i915: Nuke skl_ddb_get_hw_state()Ville Syrjälä1-7/+0
2020-05-16drm/i915: Introduce proper dbuf stateVille Syrjälä1-59/+126
2020-05-16drm/i915: Make skl_compute_dbuf_slices() behave consistently for all platformsVille Syrjälä1-1/+1
2020-05-14drm/i915: Enable SAGV support for Gen12Stanislav Lisovskiy1-4/+0
2020-05-14drm/i915: Restrict qgv points which don't have enough bandwidth.Stanislav Lisovskiy1-2/+51
2020-05-14drm/i915: Add TGL+ SAGV supportStanislav Lisovskiy1-17/+91
2020-05-13drm/i915: Make active_pipes check skl specificStanislav Lisovskiy1-5/+9
2020-05-13drm/i915: Extract skl SAGV checkingStanislav Lisovskiy1-2/+8
2020-05-13drm/i915: Introduce skl_plane_wm_level accessor.Stanislav Lisovskiy1-2/+21
2020-05-11drm/i915: Fix glk watermark calculationsVille Syrjälä1-7/+8
2020-05-04drm/i915: Don't enable WaIncreaseLatencyIPCEnabled when IPC is disabledSultan Alsawaf1-1/+1
2020-05-04drm/i915: Remove cnl pre-prod workaroundsVille Syrjälä1-7/+0
2020-05-04drm/i915: Track active_pipes in bw_stateStanislav Lisovskiy1-13/+14