pvr: break out pvr_instance and pvr_physical_device

These files shouldn't not be per-arch, so break them out to their own
modules before we start making things multi-arch.

Reviewed-by: Frank Binns <frank.binns@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38352>
This commit is contained in:
Erik Faye-Lund
2025-11-03 16:09:07 +01:00
parent 4d0ab70caa
commit cf08978985
33 changed files with 1772 additions and 1584 deletions
+1
View File
@@ -46,6 +46,7 @@
#include "pvr_job_render.h"
#include "pvr_job_transfer.h"
#include "pvr_limits.h"
#include "pvr_physical_device.h"
#include "pvr_pipeline.h"
#include "util/macros.h"