summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/display/intel_psr.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-08drm/i915/psr: Implement Wa 14019834836Jouni Högander1-0/+36
2024-10-08drm/i915/psr: Add new SU area calculation helper to apply workaroundsJouni Högander1-7/+15
2024-10-02drm/i915:Remove unused parameter in marcoHe Lugang1-1/+1
2024-09-30Revert "drm/i915/psr: Implement WA to help reach PC10"Jouni Högander1-118/+1
2024-09-23drm/i915/psr: Implement WA to help reach PC10Suraj Kandpal1-1/+118
2024-09-23drm/i915/psr: Add intel_psr_needs_block_dc_vblank for blocking dc entryJouni Högander1-0/+31
2024-09-18drm/i915/psr: Fix PSR sink enable sequenceVille Syrjälä1-1/+3
2024-09-18drm/i915/psr: eDP Panel Replay is not supported on pipes other than A and BJouni Högander1-0/+4
2024-09-13drm/i915/dp: Fix AUX IO power enabling for eDP PSRImre Deak1-0/+19
2024-09-11drm/i915/psr: Do not wait for PSR being idle on on Panel ReplayJouni Högander1-11/+2
2024-09-11drm/i915/psr: Add connector debugfs files for MST connector as wellJouni Högander1-4/+2
2024-09-05drm/i915/display: include media/cec-notifier.h and linux/debugfs.h where neededJani Nikula1-0/+2
2024-09-03drm/i915/psr: convert intel_psr.[ch] to struct intel_displayJani Nikula1-404/+444
2024-08-22drm/i915/display: rename IS_DISPLAY_IP_STEP() to IS_DISPLAY_VER_STEP()Jani Nikula1-4/+4
2024-08-21drm/i915/psr: Prevent Panel Replay if CRC calculation is enabledJouni Högander1-0/+6
2024-06-25drm/i915/psr: Modify dg2_activate_panel_replay to support eDPJouni Högander1-0/+13
2024-06-25drm/i915/psr: Check Early Transport for Panel Replay as wellJouni Högander1-3/+3
2024-06-25drm/i915/psr: Perform scanline indication check for Panel Replay as wellJouni Högander1-6/+6
2024-06-25drm/i915/psr: Perform psr2 checks related to ALPM for Panel ReplayJouni Högander1-13/+28
2024-06-25drm/i915/psr: HW will not allow PR on eDP when HDCP enabledJouni Högander1-0/+14
2024-06-25drm/i915/psr: 128b/132b Panel Replay is not supported on eDPJouni Högander1-2/+19
2024-06-25drm/i915/psr: Check panel Early Transport capability for eDP PRJouni Högander1-5/+12
2024-06-25drm/i915/psr: enable sink for eDP1.5 Panel ReplayJouni Högander1-6/+30
2024-06-25drm/i915/psr: Inform Panel Replay source support on eDP as wellJouni Högander1-2/+4
2024-06-25drm/i915/psr: Check panel ALPM capability for eDP Panel ReplayJouni Högander1-0/+7
2024-06-24drm/i915/psr: Set DP_PSR_SU_REGION_SCANLINE_CAPTURE bit when neededJouni Högander1-0/+3
2024-06-19Revert "drm/i915/psr: Disable early transport by default"Jouni Högander1-3/+0
2024-06-19drm/i915/psr: Add new debug bit to disable Panel ReplayJouni Högander1-3/+8
2024-06-19drm/i915/psr: Disable PSR/Panel Replay on sink side for PSR onlyJouni Högander1-6/+6
2024-06-19drm/i915/psr: Disable PSR2 SU Region ET if enable_psr module parameter is setJouni Högander1-1/+12
2024-06-19drm/i915/psr: Disable Panel Replay if PSR mode is set via module parameterJouni Högander1-2/+25
2024-06-19drm/i915/display: Wa 16021440873 is writing wrong registerJouni Högander1-9/+3
2024-06-19drm/i915/psr: Set SU area width as pipe src widthJouni Högander1-1/+1
2024-06-12drm/i915: Rename all bigjoiner to joinerStanislav Lisovskiy1-3/+3
2024-06-11drm/i915/psr: Wake time is aux less wake time for Panel ReplayJouni Högander1-2/+6
2024-06-11drm/i915/psr: Check vblank against IO buffer wake time on LunarlakeJouni Högander1-1/+5
2024-06-11drm/i915/psr: Take into account SU SDP scanline indication in vblank checkJouni Högander1-0/+3
2024-06-11drm/i915/psr: Move vblank length check to separate functionJouni Högander1-3/+15
2024-06-11drm/i915/psr: Print Panel Replay status instead of frame lock statusJouni Högander1-17/+5
2024-06-11drm/i915/psr: Add Panel Replay support to intel_psr2_config_et_validJouni Högander1-7/+8
2024-06-11drm/i915/alpm: Share alpm support checks with PSR codeJouni Högander1-12/+2
2024-06-11drm/i915/psr: Split enabling sink for PSR and Panel ReplayJouni Högander1-37/+44
2024-06-07drm/i915: pass dev_priv explicitly to MTL_CLKGATE_DIS_TRANSJani Nikula1-2/+3
2024-06-03drm/i915/psr: Add Early Transport into psr debugfs interfaceJouni Högander1-8/+27
2024-06-03drm/i915/psr: Allow setting I915_PSR_DEBUG_SU_REGION_ET_DISABLE via debugfsJouni Högander1-3/+10
2024-06-03drm/i915/psr: Use enable boolean from intel_crtc_state for Early TransportJouni Högander1-1/+1
2024-06-03drm/i915/psr: Get Early Transport status in intel_psr_pipe_get_configJouni Högander1-0/+2
2024-06-03drm/i915/psr: Add Early Transport status boolean into intel_psrJouni Högander1-1/+3
2024-05-31drm/i915/alpm: Enable lobf from source in ALPM_CTLAnimesh Manna1-1/+1
2024-05-31drm/i915/alpm: Move alpm related code to a new fileAnimesh Manna1-280/+3