panfrost: Add a bit more info about some tiler fields
authorTomeu Vizoso <tomeu.vizoso@collabora.com>
Mon, 27 Apr 2020 15:09:39 +0000 (17:09 +0200)
committerTomeu Vizoso <tomeu.vizoso@collabora.com>
Fri, 1 May 2020 14:52:07 +0000 (16:52 +0200)
commit7104e286514500bedf495611a20413c0ea4eae2c
treed9efbda5b7d4506df4956c681b9e428c7d60768d
parent4d581a4bc6ad51b3c5478d46dd2f52f7c86a2974
panfrost: Add a bit more info about some tiler fields

Has been observed that after the job chain has completed, those fields
become populated.

tiler_heap_next_start contains an address inside the tiler heap, a bit
before the value that the GPU writes to tiler_heap_free.

used_hierarchy_mask contains a hex value that corresponds to values
observed as hierarchy masks.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4832>
src/panfrost/include/panfrost-job.h
src/panfrost/pandecode/decode.c