drm/etnaviv: split fence lock
authorLucas Stach <l.stach@pengutronix.de>
Thu, 1 Dec 2022 17:48:45 +0000 (18:48 +0100)
committerLucas Stach <l.stach@pengutronix.de>
Wed, 1 Feb 2023 15:32:26 +0000 (16:32 +0100)
commit2cd5bd98a5578f5eb14d65c6173841c5822aac44
tree509b21e1c3ae3996be11501672c65db805828136
parentb4bc0e7493cfbfc5d83dd7028b8f42ddc8c362e1
drm/etnaviv: split fence lock

The fence lock currently protects two distinct things. It protects the fence
IDR from concurrent inserts and removes and also keeps drm_sched_job_arm and
drm_sched_entity_push_job in one atomic section to guarantee the fence seqno
monotonicity. Split the lock into those two functions.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c
drivers/gpu/drm/etnaviv/etnaviv_gpu.c
drivers/gpu/drm/etnaviv/etnaviv_gpu.h
drivers/gpu/drm/etnaviv/etnaviv_sched.c