Re: [PATCH] drm/i915/display: Only fail fastset on PSR2

2023-11-02 Thread Paz Zcharya
On Wed, Nov 01, 2023 at 06:26:47AM +, Hogander, Jouni wrote: > On Tue, 2023-10-31 at 23:21 +, Paz Zcharya wrote: > > Currently, i915 fails fastset if both the sink and the source support > > any version of PSR and regardless of the configuration setting of the > > driver (i.e., i915.enable_

[PATCH] drm/i915/display: Only fail fastset on PSR2

2023-11-01 Thread Paz Zcharya
Currently, i915 fails fastset if both the sink and the source support any version of PSR and regardless of the configuration setting of the driver (i.e., i915.enable_psr kernel argument). However, the implementation of PSR1 enable sequence is already seamless and works smoothly with fastset. Accord

Re: [PATCH] drm/i915/display: Only fail fastset on PSR2

2023-10-31 Thread Hogander, Jouni
On Tue, 2023-10-31 at 23:21 +, Paz Zcharya wrote: > Currently, i915 fails fastset if both the sink and the source support > any version of PSR and regardless of the configuration setting of the > driver (i.e., i915.enable_psr kernel argument). However, the > implementation of PSR1 enable sequen