Am Fr., 6. Sept. 2019 um 12:11 Uhr schrieb Lucas Stach l.stach@pengutronix.de:
On Fr, 2019-09-06 at 12:03 +0200, Christian Gmeiner wrote:
Update the state HI and common header from rnndb commit a04283591a8a (rnndb: update MMU exception causes).
Signed-off-by: Christian Gmeiner christian.gmeiner@gmail.com
drivers/gpu/drm/etnaviv/state.xml.h | 37 +- drivers/gpu/drm/etnaviv/state_3d.xml.h | 1849 ++++++++++++++++++++++-
I'm not a fan of pulling in the complete state_3d header. Only a very limited subset of those states are used in the kernel and the rest of this massive state set is pure noise from a kernel PoV.
What if I just update state_hi.xml.h and leave the others untouched? Would that work for you?