Skip to content

Commit

Permalink
drm/vblank: remove outdated and noisy output
Browse files Browse the repository at this point in the history
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 vblank init message is displayed again when the DU driver
is retried. Because the message doesn't really carry a useful
information, I suggest to simply drop it.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20200513201016.23047-1-wsa+renesas@sang-engineering.com
  • Loading branch information
Wolfram Sang authored and Daniel Vetter committed May 14, 2020
1 parent 1c530d4 commit b5850d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/gpu/drm/drm_vblank.c
Original file line number Diff line number Diff line change
@@ -543,8 +543,6 @@ int drm_vblank_init(struct drm_device *dev, unsigned int num_crtcs)
seqlock_init(&vblank->seqlock);
}

DRM_INFO("Supports vblank timestamp caching Rev 2 (21.10.2013).\n");

return 0;
}
EXPORT_SYMBOL(drm_vblank_init);

0 comments on commit b5850d6

Please sign in to comment.