[PATCH 1/2] drm/msm: sync generated headers
Rob Clark
robdclark at gmail.com
Sat Jul 11 14:49:52 UTC 2020
On Sat, Jul 11, 2020 at 4:49 AM Linus Walleij <linus.walleij at linaro.org> wrote:
>
> On Tue, Jul 7, 2020 at 10:36 PM Rob Clark <robdclark at gmail.com> wrote:
>
> > From: Rob Clark <robdclark at 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 at 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/registers
Mesa already depends a lot on py generated headers, tables, etc.
BR,
-R
> Yours,
> Linus Walleij
More information about the dri-devel
mailing list