etnaviv/drm: Remove redundant ALIGN macro by #include "util/u_math.h"
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Christian Gmeiner <cgmeiner@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26865>
This commit is contained in:
parent
b38c776690
commit
a37f43e422
1 changed files with 1 additions and 2 deletions
|
|
@ -46,6 +46,7 @@
|
|||
#include "util/timespec.h"
|
||||
#include "util/u_atomic.h"
|
||||
#include "util/u_debug.h"
|
||||
#include "util/u_math.h"
|
||||
#include "util/vma.h"
|
||||
|
||||
#include "etnaviv_drmif.h"
|
||||
|
|
@ -183,8 +184,6 @@ struct etna_perfmon_signal
|
|||
char name[64];
|
||||
};
|
||||
|
||||
#define ALIGN(v,a) (((v) + (a) - 1) & ~((a) - 1))
|
||||
|
||||
#define ETNA_DRM_MSGS 0x40
|
||||
extern int etna_mesa_debug;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue