summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_pm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Rename is_16gb_dimm to wm_lv_0_adjust_neededJosé Roberto de Souza2021-01-291-1/+1
* drm/i915: Do a bit more initial readout for dbufVille Syrjälä2021-01-261-2/+48
* drm/i915: Encapsulate dbuf state handling harderVille Syrjälä2021-01-261-246/+138
* drm/i915: Extract intel_crtc_dbuf_weights()Ville Syrjälä2021-01-261-55/+88
* drm/i915: Add pipe ddb entries into the dbuf stateVille Syrjälä2021-01-261-11/+8
* drm/i915: Introduce skl_ddb_entry_for_slices()Ville Syrjälä2021-01-261-37/+18
* drm/i915: Introduce intel_dbuf_slice_size()Ville Syrjälä2021-01-261-15/+21
* drm/i915: Pass the crtc to skl_compute_dbuf_slices()Ville Syrjälä2021-01-261-12/+10
* drm/i915: Extract intel_crtc_ddb_weight()Ville Syrjälä2021-01-261-18/+27
* drm/i915/dg1: Apply WA 1409120013 and 14011059788José Roberto de Souza2021-01-141-5/+7
* Merge tag 'drm-intel-next-2021-01-04' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter2021-01-071-276/+276
|\
| * drm/i915/pm: replace I915_READ()/WRITE() with intel_uncore_read()/write()Jani Nikula2020-12-011-276/+276
* | Merge tag 'drm-intel-next-queued-2020-11-27' of git://anongit.freedesktop.org...Dave Airlie2020-12-031-140/+132
|\|
| * drm/i915: Remove skl_adjusted_plane_pixel_rate()Ville Syrjälä2020-11-161-25/+2
| * drm/i915: Store plane relative data rate in crtc_stateVille Syrjälä2020-11-161-37/+46
| * drm/i915: Precompute can_sagv for each wm levelVille Syrjälä2020-11-161-13/+8
| * drm/i915: Nuke intel_atomic_crtc_state_for_each_plane_state() from skl+ wm codeVille Syrjälä2020-11-161-16/+25
| * drm/i915: Pass intel_atomic_state aroundVille Syrjälä2020-11-161-11/+13
| * drm/i915: Add hw.pipe_mode to allow bigjoiner pipe/transcoder splitMaarten Lankhorst2020-11-131-38/+38
* | Merge tag 'drm-intel-gt-next-2020-11-12-1' of git://anongit.freedesktop.org/d...Dave Airlie2020-11-131-16/+0
|\ \ | |/ |/|
| * drm/i915/tgl: Fix Media power gate sequence.Rodrigo Vivi2020-11-111-13/+0
* | drm/i915: Use _MMIO_PIPE3() for ilk+ WM0_PIPE registersVille Syrjälä2020-10-291-9/+4
* | drm/i915: Apply WAC6entrylatency to kbl/cflVille Syrjälä2020-10-161-0/+8
* | drm/i915/dg1: Add initial DG1 workaroundsStuart Summers2020-10-151-13/+26
* | drm/i915: Make intel_{enable,disable}_sagv() staticVille Syrjälä2020-09-281-2/+2
* | drm/i915/tgl: Fix stepping WA matchingJosé Roberto de Souza2020-08-281-1/+1
|/
* drm/i915/kbl: Fix revision ID checksMatt Roper2020-08-171-2/+2
* drm/i915: Move WaDisableDopClockGating:skl to skl_init_clock_gating()Ville Syrjälä2020-08-171-6/+4
* drm/i915: Document FBC related w/as more thoroughlyVille Syrjälä2020-07-091-11/+44
* drm/i915: Limit WaFbcHighMemBwCorruptionAvoidance to skl and bxtVille Syrjälä2020-07-091-4/+8
* drm/i915: Don't do WaFbcTurnOffFbcWatermark for glkVille Syrjälä2020-07-091-2/+16
* drm/i915: Move all FBC w/as to .init_clock_gating()Ville Syrjälä2020-07-091-0/+23
* drm/i915: Use the gt in HAS_ENGINEDaniele Ceraolo Spurio2020-07-081-1/+1
* drm/i915/fbc: Allow FBC to recompress after a 3D workload on i85x/i865Ville Syrjälä2020-07-031-0/+10
* drm/i915: Fix g4x fbc watermark enableVille Syrjälä2020-07-011-12/+21
* drm/i915/gt: Move gen4 GT workarounds from init_clock_gating to workaroundsChris Wilson2020-06-111-15/+0
* drm/i915/gt: Move ilk GT workarounds from init_clock_gating to workaroundsChris Wilson2020-06-111-10/+0
* drm/i915/gt: Move snb GT workarounds from init_clock_gating to workaroundsChris Wilson2020-06-111-33/+0
* drm/i915/gt: Move vlv GT workarounds from init_clock_gating to workaroundsChris Wilson2020-06-111-61/+0
* drm/i915/gt: Move ivb GT workarounds from init_clock_gating to workaroundsChris Wilson2020-06-111-48/+0
* drm/i915/gt: Move hsw GT workarounds from init_clock_gating to workaroundsChris Wilson2020-06-111-37/+2
* drm/i915: Identify Cometlake platformChris Wilson2020-06-031-3/+7
* drm/i915: Fix includes and local vars orderStanislav Lisovskiy2020-05-221-1/+1
* drm/i915: Adjust CDCLK accordingly to our DBuf bw needsStanislav Lisovskiy2020-05-211-2/+29
* drm/i915/pm: Prefer drm_WARN_ON over WARN_ONPankaj Bharadiya2020-05-191-25/+38
* drm/i915/display: Return error from dbuf allocation failureChris Wilson2020-05-181-1/+1
* drm/i915: Fix dbuf slice mask when turning off all the pipesVille Syrjälä2020-05-181-0/+24
* drm/i915: Clean up dbuf debugs during .atomic_check()Ville Syrjälä2020-05-151-7/+19
* drm/i915: Move the dbuf pre/post plane updateVille Syrjälä2020-05-151-0/+37
* drm/i915: Nuke skl_ddb_get_hw_state()Ville Syrjälä2020-05-151-7/+0