Re: [PATCH 11/12] drm/client: Streamline mode selection debugs

2024-04-09 Thread Thomas Zimmermann
Hi Am 08.04.24 um 19:26 schrieb Ville Syrjälä: On Mon, Apr 08, 2024 at 09:46:44AM +0200, Thomas Zimmermann wrote: Hi Am 05.04.24 um 21:58 schrieb Ville Syrjälä: On Fri, Apr 05, 2024 at 09:57:07AM +0200, Thomas Zimmermann wrote: Hi Am 04.04.24 um 22:33 schrieb Ville Syrjala: From: Ville Syr

Re: [PATCH 11/12] drm/client: Streamline mode selection debugs

2024-04-08 Thread Ville Syrjälä
On Mon, Apr 08, 2024 at 09:46:44AM +0200, Thomas Zimmermann wrote: > Hi > > Am 05.04.24 um 21:58 schrieb Ville Syrjälä: > > On Fri, Apr 05, 2024 at 09:57:07AM +0200, Thomas Zimmermann wrote: > >> Hi > >> > >> Am 04.04.24 um 22:33 schrieb Ville Syrjala: > >>> From: Ville Syrjälä > >>> > >>> Get ri

Re: [PATCH 11/12] drm/client: Streamline mode selection debugs

2024-04-08 Thread Thomas Zimmermann
Hi Am 05.04.24 um 21:58 schrieb Ville Syrjälä: On Fri, Apr 05, 2024 at 09:57:07AM +0200, Thomas Zimmermann wrote: Hi Am 04.04.24 um 22:33 schrieb Ville Syrjala: From: Ville Syrjälä Get rid of all the redundant debugs and just wait until the end to print which mode (and of which type) we pic

Re: [PATCH 11/12] drm/client: Streamline mode selection debugs

2024-04-05 Thread Ville Syrjälä
On Fri, Apr 05, 2024 at 09:57:07AM +0200, Thomas Zimmermann wrote: > Hi > > Am 04.04.24 um 22:33 schrieb Ville Syrjala: > > From: Ville Syrjälä > > > > Get rid of all the redundant debugs and just wait until the end > > to print which mode (and of which type) we picked. > > > > Signed-off-by: Vil

Re: [PATCH 11/12] drm/client: Streamline mode selection debugs

2024-04-05 Thread Thomas Zimmermann
Hi Am 04.04.24 um 22:33 schrieb Ville Syrjala: From: Ville Syrjälä Get rid of all the redundant debugs and just wait until the end to print which mode (and of which type) we picked. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/drm_client_modeset.c | 65 +--- 1

Re: [PATCH 11/12] drm/client: Streamline mode selection debugs

2024-04-05 Thread Thomas Zimmermann
Hi this patch should probably go before [09/12]. Best regards Thomas Am 04.04.24 um 22:33 schrieb Ville Syrjala: From: Ville Syrjälä Get rid of all the redundant debugs and just wait until the end to print which mode (and of which type) we picked. Signed-off-by: Ville Syrjälä --- drivers

[PATCH 11/12] drm/client: Streamline mode selection debugs

2024-04-04 Thread Ville Syrjala
From: Ville Syrjälä Get rid of all the redundant debugs and just wait until the end to print which mode (and of which type) we picked. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/drm_client_modeset.c | 65 +--- 1 file changed, 31 insertions(+), 34 deletions(-) dif