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:

committed by
Marge Bot

parent
493cf2f008
commit
f2c06d0813
@@ -23,7 +23,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "pan_shader.h"
|
#include "pan_shader.h"
|
||||||
#include "pan_device.h"
|
|
||||||
#include "pan_format.h"
|
#include "pan_format.h"
|
||||||
|
|
||||||
#if PAN_ARCH <= 5
|
#if PAN_ARCH <= 5
|
||||||
|
@@ -30,7 +30,6 @@
|
|||||||
#include "panfrost/util/pan_lower_framebuffer.h"
|
#include "panfrost/util/pan_lower_framebuffer.h"
|
||||||
|
|
||||||
#include "genxml/gen_macros.h"
|
#include "genxml/gen_macros.h"
|
||||||
#include "pan_device.h"
|
|
||||||
|
|
||||||
void bifrost_preprocess_nir(nir_shader *nir, unsigned gpu_id);
|
void bifrost_preprocess_nir(nir_shader *nir, unsigned gpu_id);
|
||||||
void midgard_preprocess_nir(nir_shader *nir, unsigned gpu_id);
|
void midgard_preprocess_nir(nir_shader *nir, unsigned gpu_id);
|
||||||
|
@@ -26,7 +26,6 @@
|
|||||||
|
|
||||||
#include "util/macros.h"
|
#include "util/macros.h"
|
||||||
#include "util/u_math.h"
|
#include "util/u_math.h"
|
||||||
#include "pan_device.h"
|
|
||||||
#include "pan_encoder.h"
|
#include "pan_encoder.h"
|
||||||
|
|
||||||
/* Mali GPUs are tiled-mode renderers, rather than immediate-mode.
|
/* Mali GPUs are tiled-mode renderers, rather than immediate-mode.
|
||||||
|
Reference in New Issue
Block a user