Re:Re: [PATCH] gpu/drm: make crtc check before new_connector circle

2020-11-02 Thread Bernard
From: Daniel Vetter Date: 2020-11-02 18:17:24 To: Bernard Zhao Cc: Maarten Lankhorst ,Maxime Ripard ,Thomas Zimmermann ,David Airlie ,Daniel Vetter ,dri-devel@lists.freedesktop.org,linux-ker...@vger.kernel.org,opensource.ker...@vivo.com Subject: Re: [PATCH] gpu/drm: make crtc check

Re: Re: [PATCH] gpu/drm: make crtc check before new_connector circle

2020-11-02 Thread Daniel Vetter
inux-ker...@vger.kernel.org,opensource.ker...@vivo.com > Subject: Re: [PATCH] gpu/drm: make crtc check before new_connector circle>On > Sun, Nov 01, 2020 at 06:58:51PM -0800, Bernard Zhao wrote: > >> In function prepare_signaling, crtc check (c==0) is not related > >> with th

Re: [PATCH] gpu/drm: make crtc check before new_connector circle

2020-11-02 Thread Daniel Vetter
On Sun, Nov 01, 2020 at 06:58:51PM -0800, Bernard Zhao wrote: > In function prepare_signaling, crtc check (c==0) is not related > with the next new_connector circle, maybe we can put the crtc > check just after the crtc circle and before new_connector circle. > This change is to make the code to ru

[PATCH] gpu/drm: make crtc check before new_connector circle

2020-11-02 Thread Bernard Zhao
In function prepare_signaling, crtc check (c==0) is not related with the next new_connector circle, maybe we can put the crtc check just after the crtc circle and before new_connector circle. This change is to make the code to run a bit first. Signed-off-by: Bernard Zhao --- drivers/gpu/drm/drm_