Hello, Thank you Animesh for checking my patches. These are now pushed to drm- intel-next.
BR, Jouni Högander On Fri, 2025-08-29 at 08:39 +0300, Jouni Högander wrote: > Currently ALPM LFPS and silence period are hardcoded for different > link rates. This patch set implements calculation for these > parameters. > > Also AUXLess wake time is optimized by using actual LFPS cycles and > silence period instead of maximum values. > > v2: replace hardcoded 20 with 2 * LFPS_CYCLE_COUNT > > Jouni Högander (4): > drm/i915/alpm: Calculate silence period > drm/i915/alpm: Add own define for LFPS count > drm/i915/alpm: Replace hardcoded LFPS cycle with proper calculation > drm/i915/alpm: Use actual lfps cycle and silence periods in wake > time > > drivers/gpu/drm/i915/display/intel_alpm.c | 133 ++++++++++---------- > -- > 1 file changed, 58 insertions(+), 75 deletions(-) >
