Re: [PATCH v3 4/5] drm/vc4: fix fb references in async update

2019-03-24 Thread Sasha Levin
Hi, [This is an automated email] This commit has been processed because it contains a "Fixes:" tag, fixing commit: 539c320bfa97 drm/vc4: update cursors asynchronously through atomic. The bot has tested the following trees: v5.0.3, v4.19.30. v5.0.3: Build OK! v4.19.30: Failed to apply! Possible

[PATCH v3 4/5] drm/vc4: fix fb references in async update

2019-03-13 Thread Helen Koike
Async update callbacks are expected to set the old_fb in the new_state so prepare/cleanup framebuffers are balanced. Calling drm_atomic_set_fb_for_plane() (which gets a reference of the new fb and put the old fb) is not required, as it's taken care by drm_mode_cursor_universal() when calling drm_a