Skip to content

Commit

Permalink
fix??
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Dec 21, 2023
1 parent b690769 commit 4ed49e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panfrost/lib/pan_props.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const struct panfrost_model panfrost_unknown_model = {
.gpu_id = 0,
.name = "Unknowm Mali device (Panfrost)",
.performance_counters = "AAAA",
.min_rev_anisotropic = NO_ANISO,
.min_rev_anisotropic = ~0,
.tilebuffer_size = 8192,
.quirks = {},
}
Expand Down

0 comments on commit 4ed49e5

Please sign in to comment.