etnaviv: fix typo in cflush_all description
authorGuido Günther <agx@sigxcpu.org>
Mon, 7 Jan 2019 14:00:00 +0000 (15:00 +0100)
committerLucas Stach <l.stach@pengutronix.de>
Thu, 10 Jan 2019 17:46:10 +0000 (18:46 +0100)
Signed-off-by: Guido Günther <guido.gunther@puri.sm>
Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
src/gallium/drivers/etnaviv/etnaviv_screen.c

index fb51aa5f4e8d7542232f0d6814ebf02b61d7d96a..fd32023252890ed36bca4d9342a5073054b15ef3 100644 (file)
@@ -63,7 +63,7 @@ static const struct debug_named_value debug_options[] = {
    {"no_autodisable", ETNA_DBG_NO_AUTODISABLE, "Disable autodisable"},
    {"no_supertile",   ETNA_DBG_NO_SUPERTILE, "Disable supertiles"},
    {"no_early_z",     ETNA_DBG_NO_EARLY_Z, "Disable early z"},
-   {"cflush_all",     ETNA_DBG_CFLUSH_ALL, "Flush every cash before state update"},
+   {"cflush_all",     ETNA_DBG_CFLUSH_ALL, "Flush every cache before state update"},
    {"msaa2x",         ETNA_DBG_MSAA_2X, "Force 2x msaa"},
    {"msaa4x",         ETNA_DBG_MSAA_4X, "Force 4x msaa"},
    {"flush_all",      ETNA_DBG_FLUSH_ALL, "Flush after every rendered primitive"},