Skip to content

Commit

Permalink
demmt/gk104: print whole compute header
Browse files Browse the repository at this point in the history
  • Loading branch information
imirkin committed Nov 6, 2015
1 parent 0279b4d commit 8738490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demmt/object_gk104_compute.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ void decode_gk104_compute_verbose(struct gpu_object *obj, struct pushbuf_decode_

mmt_printf("HEADER:%s\n", "");
int x;
for (x = 0; x < 20; ++x)
for (x = 0; x < 0x40; ++x)
decode_gf100_p_header(x, header, gk104_cp_header_domain);

mmt_printf("CODE:%s\n", "");
Expand Down

0 comments on commit 8738490

Please sign in to comment.