Re: [PATCH 1/2] drm/i915/display: No need for full modeset due to psr

2024-01-10 Thread Lisovskiy, Stanislav
On Tue, Jan 09, 2024 at 12:05:16PM +0200, Jouni Högander wrote: > There is no specific reason to force full modeset if psr is enabled. > > Signed-off-by: Jouni Högander > Tested-by: Paz Zcharya Reviewed-by: Stanislav Lisovskiy > --- > drivers/gpu/drm/i915/display/intel_display.c | 7 ---

[PATCH 1/2] drm/i915/display: No need for full modeset due to psr

2024-01-09 Thread Jouni Högander
There is no specific reason to force full modeset if psr is enabled. Signed-off-by: Jouni Högander Tested-by: Paz Zcharya --- drivers/gpu/drm/i915/display/intel_display.c | 7 --- drivers/gpu/drm/i915/display/intel_dp.c | 7 --- 2 files changed, 14 deletions(-) diff --git a/driver