On Fr, 2019-09-06 at 12:35 +0200, Christian Gmeiner wrote:
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?
I don't really care about the other HW headers, as the signal/noise ratio is generally much better than the 3D states.
So both updating all header except the state_3d or just updating state_hi works for me. That's up to your preference. :) I just want to avoid pulling in all the state_3d noise.
Regards, Lucas