Skip to content

android: panfrost: Redirect cmdstream includes through GenXML (v2)

maurossi requested to merge issor.oruam/mesa:midgard_pack_v2 into master

bifrost requires both "pafrost/lib/midgard_pack.h" and "midgard_pack.h" headers

Fixes the following building error:

In file included from external/mesa/src/panfrost/bifrost/cmdline.c:33: In file included from external/mesa/src/panfrost/bifrost/test/bit.h:31: external/mesa/src/panfrost/lib/pan_device.h:40:10: fatal error: 'midgard_pack.h' file not found #include <midgard_pack.h> ^~~~~~~~~~~~~~~~ 1 error generated.

Fixes: bce1a7e9 ("android: panfrost: Redirect cmdstream includes through GenXML") Fixes: 88dc4c21 ("panfrost: Redirect cmdstream includes through GenXML") Signed-off-by: Mauro Rossi issor.oruam@gmail.com

Merge request reports