aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/i915/display/intel_alpm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-14drm/i915/alpm: Stop writing ALPM registers when PSR is enabledJouni Högander1-2/+2
2025-05-14drm/i915/alpm: Make intel_alpm_enable_sink available for PSRJouni Högander1-2/+2
2025-04-28drm/i915/alpm: Check for alpm support before accessing alpm registerAnimesh Manna1-1/+1
2025-04-24drm/i915/display: Disintegrate sink alpm enable from psr with lobfAnimesh Manna1-1/+20
2025-04-24drm/i915/alpm: Add intel_psr_need_alpm() to simplify alpm checkAnimesh Manna1-2/+3
2025-04-24drm/i915/lobf: Check for sink error and disable LOBFAnimesh Manna1-0/+28
2025-04-24drm/i915/lobf: Add mutex for alpm updateAnimesh Manna1-1/+10
2025-04-24drm/i915/lobf: Add debug interface for lobfAnimesh Manna1-0/+34
2025-04-24drm/i915/lobf: Update lobf if any change in dependent parametersAnimesh Manna1-1/+40
2025-04-24drm/i915/lobf: Add fixed refresh rate check in compute_config()Animesh Manna1-0/+4
2025-04-24drm/i915/lobf: Disintegrate alpm_disable from psr_disableAnimesh Manna1-0/+18
2025-04-24drm/i915/lobf: Add debug print for LOBFAnimesh Manna1-1/+5
2025-04-24drm/i915/lobf: Add lobf enablement in post plane updateAnimesh Manna1-0/+25
2025-04-24drm/i915/alpm: use variable from intel_crtc_state instead of intel_psrJouni Högander1-2/+2
2024-12-18drm/i915/display: drop unnecessary i915_drv.h includesJani Nikula1-1/+0
2024-12-16drm/i915/uncore: add to_intel_uncore() and use itJani Nikula1-0/+1
2024-10-02drm/i915:Remove unused parameter in marcoHe Lugang1-2/+2
2024-09-05drm/i915/display: include media/cec-notifier.h and linux/debugfs.h where neededJani Nikula1-0/+2
2024-09-03drm/i915/display: Increase Fast Wake Sync length as a quirkJouni Högander1-1/+1
2024-08-16drm/i915/alpm: convert to struct intel_displayJani Nikula1-27/+27
2024-07-09drm/i915/display: Cache adpative sync caps to use it laterMitul Golani1-1/+1
2024-06-25drm/i915/alpm: Make crtc_state as const in intel_alpm_compute_paramsJouni Högander1-4/+5
2024-06-19intel_alpm: Fix wrong offset for PORT_ALPM_* registersJouni Högander1-2/+3
2024-06-19drm/i915/alpm: Fix port clock usage in AUX Less wake time calculationJouni Högander1-1/+2
2024-06-11drm/i915/alpm: Share alpm support checks with PSR codeJouni Högander1-2/+2
2024-06-11drm/i915/alpm: Write also AUX Less Wake lines into ALPM_CTLJouni Högander1-1/+2
2024-06-11drm/i915/alpm: Do not use fast_wake_lines for aux less wake timeJouni Högander1-2/+2
2024-05-31drm/i915/alpm: Add debugfs for LOBFAnimesh Manna1-0/+49
2024-05-31drm/i915/alpm: Enable lobf from source in ALPM_CTLAnimesh Manna1-5/+11
2024-05-31drm/i915/alpm: Add compute config for lobfAnimesh Manna1-0/+61
2024-05-31drm/i915/alpm: Move alpm related code to a new fileAnimesh Manna1-0/+295