Skip to content
Commit 5b223e94 authored by Lucas Stach's avatar Lucas Stach
Browse files

drm/etnaviv: move GPU active handling to bo pin/unpin



The active count is used to check if the BO is idle, where idle is defined
as not active on the GPU and all VM mappings and reference counts dropped
to the initial state. As the idling of the mappings and references now only
happens in the submit cleanup, the active state handling must be moved to
the same location in order to keep the userspace semantics.

Signed-off-by: default avatarLucas Stach <l.stach@pengutronix.de>
parent 2f9225db
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment