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

drm/etnaviv: protect sched job submission with fence mutex



The documentation of drm_sched_job_init and drm_sched_entity_push_job has
been clarified. Both functions should be called under a shared lock, to
avoid jobs getting pushed into the scheduler queue in a different order
than their sched_fence seqnos, which will confuse checks that are looking
at the seqnos to infer information about completion order.

Signed-off-by: default avatarLucas Stach <l.stach@pengutronix.de>
parent 6ae9c84f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment