X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fpanfrost%2Fpan_pretty_print.h;h=22dca4abbf689803fdcb8df0b02adc5aad6de840;hb=923720440098075ec1deb6171ff96bd92c4cc34d;hp=a781ceaf582f58677a991e06ff2487a868f09d3d;hpb=7da251fc721360fc28b984507959ebfa0c88c8b2;p=mesa.git diff --git a/src/gallium/drivers/panfrost/pan_pretty_print.h b/src/gallium/drivers/panfrost/pan_pretty_print.h index a781ceaf582..22dca4abbf6 100644 --- a/src/gallium/drivers/panfrost/pan_pretty_print.h +++ b/src/gallium/drivers/panfrost/pan_pretty_print.h @@ -26,7 +26,7 @@ #include "panfrost-job.h" -char *panwrap_format_name(enum mali_format format); +char *pandecode_format_name(enum mali_format format); void panfrost_print_blend_equation(struct mali_blend_equation eq); #endif