Re: [PATCH v5 1/5] drm/i915/display: Make intel_dp_aux_fw_sync_len available for PSR code

2024-03-08 Thread Ville Syrjälä
On Fri, Mar 08, 2024 at 01:00:35PM +0200, Jouni Högander wrote: > ALPM AUX-Wake fast wake sync pulse count is needed by PSR to calculate IO > wake and fast wake lines. Convert intel_dp_aux_fw_sync_len as non-static > to make it available for PSR code. > > v2: use int instead of u8 > > Signed-off-

[PATCH v5 1/5] drm/i915/display: Make intel_dp_aux_fw_sync_len available for PSR code

2024-03-08 Thread Jouni Högander
ALPM AUX-Wake fast wake sync pulse count is needed by PSR to calculate IO wake and fast wake lines. Convert intel_dp_aux_fw_sync_len as non-static to make it available for PSR code. v2: use int instead of u8 Signed-off-by: Jouni Högander --- drivers/gpu/drm/i915/display/intel_dp_aux.c | 2 +- d