panfrost: Remove uneeded pan_device.h inclusions

Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Constantine Shablya <constantine.shablya@collabora.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26698>
This commit is contained in:
Boris Brezillon
2023-12-12 14:29:55 +01:00
committed by Marge Bot
parent 493cf2f008
commit f2c06d0813
3 changed files with 0 additions and 3 deletions

View File

@@ -23,7 +23,6 @@
*/
#include "pan_shader.h"
#include "pan_device.h"
#include "pan_format.h"
#if PAN_ARCH <= 5

View File

@@ -30,7 +30,6 @@
#include "panfrost/util/pan_lower_framebuffer.h"
#include "genxml/gen_macros.h"
#include "pan_device.h"
void bifrost_preprocess_nir(nir_shader *nir, unsigned gpu_id);
void midgard_preprocess_nir(nir_shader *nir, unsigned gpu_id);

View File

@@ -26,7 +26,6 @@
#include "util/macros.h"
#include "util/u_math.h"
#include "pan_device.h"
#include "pan_encoder.h"
/* Mali GPUs are tiled-mode renderers, rather than immediate-mode.