Hi Steven, On Fri, 15 Aug 2025 at 11:25, Steven Price <steven.pr...@arm.com> wrote: > The only callers to mmu_hw_do_operation_locked() pass an 'op' of either > AS_COMAND_FLUSH_MEM or AS_COMMAND_FLUSH_PT. So remove the code paths > that test for other operations and add a drm_WARN_ON() to catch the > posibility of others appearing the future.
Thanks! I think it would make sense to also inline mmu_hw_do_flush_on_gpu_ctrl() here though. Cheers, Daniel