On Tue, 18 Jul 2017 14:14:28 +0100
Daniel Stone wrote:
> drm_pending_state is currently skeletal, but will be used to retain
> data through begin_repaint -> assign_planes -> repaint -> repaint_flush.
>
> The flush and cancel functions are currently identical, only freeing the
> state, but they w
drm_pending_state is currently skeletal, but will be used to retain
data through begin_repaint -> assign_planes -> repaint -> repaint_flush.
The flush and cancel functions are currently identical, only freeing the
state, but they will be used for different purposes in later patches.
Specifically,