Den 21.11.2022 11.45, skrev Thomas Zimmermann: > Call drm_dev_enter() and drm_dev_exit() in the outer-most callbacks > of the modesetting pipeline. If drm_dev_enter() fails, the driver can > thus avoid unnecessary work. > > Signed-off-by: Thomas Zimmermann <tzimmermann@xxxxxxx> > --- Makes sense in order to make the code more readable, the other *_fb_dirty call sites (*_enable) are already protected. Reviewed-by: Noralf Trønnes <noralf@xxxxxxxxxxx>