lima: rename lima_submit to lima_job
[mesa.git] / src / gallium / drivers / lima / lima_screen.c
index 82d99a5e6790e1090c7b1aa023037d6efa4e46fc..a5ce74a1e2dd828612eea373d3526a287649e8fc 100644 (file)
@@ -466,8 +466,8 @@ static const struct debug_named_value debug_options[] = {
           "don't use tiled buffers" },
         { "nogrowheap",   LIMA_DEBUG_NO_GROW_HEAP,
           "disable growable heap buffer" },
-        { "singlesubmit", LIMA_DEBUG_SINGLE_SUBMIT,
-          "disable multi submit optimization" },
+        { "singlejob", LIMA_DEBUG_SINGLE_JOB,
+          "disable multi job optimization" },
         { NULL }
 };