On Sat, Jul 11, 2020 at 4:49 AM Linus Walleij linus.walleij@linaro.org wrote:
On Tue, Jul 7, 2020 at 10:36 PM Rob Clark robdclark@gmail.com wrote:
From: Rob Clark robdclark@chromium.org
We haven't sync'd for a while.. pull in updates to get definitions for some fields in pkt7 payloads.
Signed-off-by: Rob Clark robdclark@chromium.org
Out of curiosity : where are the syncs coming from? Mesa?
sometimes indirectly.. but they are generated from:
https://github.com/freedreno/envytools/tree/master/rnndb
The cmdstream and devcoredump decoding tools (which also use the xml) are in the envytools tree as well.
We have a copy of the gpu side xml in mesa, where we generate the headers at build time, but I guess doing that on the kernel side would introduce some build time dependencies that others wouldn't appreciate:
https://gitlab.freedesktop.org/mesa/mesa/-/tree/master/src/freedreno/registe...
Mesa already depends a lot on py generated headers, tables, etc.
BR, -R
Yours, Linus Walleij