Skip to content

Commit

Permalink
same compile error as ardev
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Dec 21, 2023
1 parent 4ed49e5 commit d3124d4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/panfrost/lib/pan_props.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ const struct panfrost_model panfrost_model_list[] = {
};
/* clang-format on */

#undef NO_ANISO
#undef HAS_ANISO
#undef MODEL

const struct panfrost_model panfrost_unknown_model = {
.gpu_id = 0,
.name = "Unknowm Mali device (Panfrost)",
Expand All @@ -87,6 +83,9 @@ const struct panfrost_model panfrost_unknown_model = {
.quirks = {},
}

#undef NO_ANISO
#undef HAS_ANISO
#undef MODEL
/*
* Look up a supported model by its GPU ID, or return NULL if the model is not
* supported at this time.
Expand Down

0 comments on commit d3124d4

Please sign in to comment.