On Wed, Aug 23, 2017 at 03:40:28PM -0700, Puthikorn Voravootivat wrote:
> If the full detect is already done, we shouldn't need to do it
> again.
>
> This fixes the screen blinking issue that happen when calling
> DRM_IOCTL_MODE_GETCONNECTOR while PSR is active. The blinking
> is caused by full dp
On Wed, Aug 23, 2017 at 4:32 PM, Puthikorn Voravootivat
wrote:
>> what about instead of removing this "detect_done=false" like we move
>> to another place like whenever conector is disconected?
>
> Look like that is already done in
> https://patchwork.freedesktop.org/patch/113363/
hmm indeed that
> what about instead of removing this "detect_done=false" like we move
> to another place like whenever conector is disconected?
Look like that is already done in
https://patchwork.freedesktop.org/patch/113363/
On Wed, Aug 23, 2017 at 4:00 PM, Rodrigo Vivi wrote:
> On Wed, Aug 23, 2017 at 3:40 P
On Wed, Aug 23, 2017 at 3:40 PM, Puthikorn Voravootivat
wrote:
> If the full detect is already done, we shouldn't need to do it
> again.
>
> This fixes the screen blinking issue that happen when calling
> DRM_IOCTL_MODE_GETCONNECTOR while PSR is active. The blinking
> is caused by full dp detect i
If the full detect is already done, we shouldn't need to do it
again.
This fixes the screen blinking issue that happen when calling
DRM_IOCTL_MODE_GETCONNECTOR while PSR is active. The blinking
is caused by full dp detect in intel_dp_long_pulse().
Signed-off-by: Puthikorn Voravootivat
---
drive