Skip to content

Draft: radeonsi: remove unused `allow_context_lost` param

Eric Engestrom requested to merge eric/mesa:radeon-remove-unused-param into main

@mareko you added this in d2b23643 ("radeonsi: stop command submission with PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET only") (it was called stop_exec_on_failure before 445b8979) but never wired it into anything; was it added in one too many places, or is there something that should've been done with it?

Edited by Eric Engestrom

Merge request reports