Skip to content

Commit

Permalink
set more stuff
Browse files Browse the repository at this point in the history
also retrigers build cus I think we messed up last time
  • Loading branch information
SolDev69 committed Nov 28, 2023
1 parent e4df706 commit 09883b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/freedreno/ir3/ir3_compiler.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,9 @@ ir3_compiler_create(struct fd_device *dev, const struct fd_dev_id *dev_id,
printf("ir3: has getfibreid\n");
compiler->has_getfiberid = false;
printf("ir3: dp2\n");
compiler->has_dp2acc = dev_info->a6xx.has_dp2acc;
compiler->has_dp2acc = false;
printf("ir3: dp4\n");
compiler->has_dp4acc = dev_info->a6xx.has_dp4acc;
compiler->has_dp4acc = false;
printf("ir3: shared consts offset\n");
compiler->shared_consts_base_offset = 504;
printf("ir3: shared consts size\n");
Expand Down

0 comments on commit 09883b8

Please sign in to comment.