aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/i915/display/intel_dmc_wl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-05drm/i915/dmc_wl: Do not check for DMC payloadGustavo Sousa1-2/+1
2025-02-04drm/i915/dmc_wl: Track INITIATE_PM_DMD_REQ for DC5Gustavo Sousa1-0/+1
2025-01-17drm/i915/dmc_wl: Track pipe interrupt registersGustavo Sousa1-0/+1
2025-01-07drm/i915/dmc_wl: Allow enable_dmc_wl=3 to mean "always locked"Gustavo Sousa1-1/+6
2025-01-07drm/i915/dmc_wl: Allow enable_dmc_wl=2 to mean "match any register"Gustavo Sousa1-3/+14
2025-01-07drm/i915/dmc_wl: Show description string for enable_dmc_wlGustavo Sousa1-2/+16
2025-01-07drm/i915/dmc_wl: Use enum values for enable_dmc_wlGustavo Sousa1-6/+23
2024-12-20drm/i915/dmc_wl: store register ranges in rodataJani Nikula1-3/+3
2024-12-16drm/i915/uncore: add to_intel_uncore() and use itJani Nikula1-0/+1
2024-11-30drm/i915/dmc_wl: Extract intel_dmc_wl_flush_release_work()Gustavo Sousa1-1/+11
2024-11-08drm/i915/xe3lpd: Use DMC wakelock by defaultGustavo Sousa1-1/+5
2024-11-08drm/i915/dmc_wl: Sanitize enable_dmc_wl according to hardware supportGustavo Sousa1-7/+14
2024-11-08drm/i915/dmc_wl: Add and use HAS_DMC_WAKELOCK()Gustavo Sousa1-2/+2
2024-11-08drm/i915/dmc_wl: Couple enable/disable with dynamic DC statesGustavo Sousa1-2/+4
2024-11-08drm/i915/dmc_wl: Deal with existing references when disablingGustavo Sousa1-30/+67
2024-11-08drm/i915/dmc_wl: Allow simpler syntax for single reg in range tablesGustavo Sousa1-58/+60
2024-11-08drm/i915/dmc_wl: Track registers touched by the DMCGustavo Sousa1-9/+117
2024-11-08drm/i915/dmc_wl: Rename lnl_wl_range to powered_off_rangesGustavo Sousa1-2/+6
2024-11-08drm/i915/dmc_wl: Extract intel_dmc_wl_reg_in_range()Gustavo Sousa1-10/+11
2024-11-08drm/i915/dmc_wl: Use sentinel item for range tablesGustavo Sousa1-1/+2
2024-11-08drm/i915/dmc_wl: Get wakelock when disabling dynamic DC statesGustavo Sousa1-2/+12
2024-11-08drm/i915/dmc_wl: Check for non-zero refcount in release workGustavo Sousa1-2/+5
2024-11-08drm/i915/dmc_wl: Use non-sleeping variant of MMIO waitGustavo Sousa1-8/+16
2024-11-08drm/i915/dmc_wl: Use i915_mmio_reg_offset() instead of reg.regGustavo Sousa1-5/+6
2024-09-11drm/i915/dmc: Convert DMC code to intel_displayVille Syrjälä1-3/+1
2024-04-18drm/i915/dmc: use struct intel_display moreJani Nikula1-14/+10
2024-04-18drm/i915/dmc: convert dmc wakelock interface to struct intel_displayJani Nikula1-21/+27
2024-04-18drm/i915/display: rename __intel_wait_for_register_nowl() to indicate intel_de_Jani Nikula1-7/+7
2024-04-17drm/i915/display: add module parameter to enable DMC wakelockLuca Coelho1-2/+4
2024-04-17drm/i915/display: don't allow DMC wakelock on older hardwareLuca Coelho1-0/+26
2024-04-17drm/i915/display: add support for DMC wakelocksLuca Coelho1-0/+234