[PATCH] drm/vblank: remove outdated and noisy output

2020-05-15 Thread Wolfram Sang
The R-Car DU driver calls drm_vblank_init via some helper functions in probe(). From what I checked, most drivers do this as well. I have a config now where DU always stays in deferred_probe state because of a missing dependency. This means that every time I rebind another driver like MMC, the

Re: [PATCH] drm/vblank: remove outdated and noisy output

2020-05-14 Thread Daniel Vetter
On Wed, May 13, 2020 at 10:10:16PM +0200, Wolfram Sang wrote: > The R-Car DU driver calls drm_vblank_init via some helper functions in > probe(). From what I checked, most drivers do this as well. I have a > config now where DU always stays in deferred_probe state because of a > missing