pps: Add panthor to available driver list

Signed-off-by: Lukas Zapolskas <lukas.zapolskas@arm.com>
Suggested-by: Lars-Ivar Hesselberg Simonsen <lars-ivar.simonsen@arm.com>
This commit is contained in:
Lukas Zapolskas 2025-09-05 11:24:53 +01:00 committed by Christoph Pillmayer
parent 36cd197203
commit c7c0875500

View file

@ -49,6 +49,7 @@ std::unordered_map<std::string, std::unique_ptr<Driver>> create_supported_driver
#ifdef PPS_PANFROST
map.emplace("panfrost", std::make_unique<PanfrostDriver>());
map.emplace("panthor", std::make_unique<PanfrostDriver>());
#endif // PPS_PANFROST
#ifdef PPS_V3D