mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 14:50:10 +01:00
intel: Remove unused ALIGN macro
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25997>
This commit is contained in:
parent
ff306c5f8c
commit
0f5688eb2c
1 changed files with 0 additions and 2 deletions
|
|
@ -46,8 +46,6 @@
|
|||
#define MI_FREQ_OFFSET_BYTES (256)
|
||||
#define MI_PERF_COUNTERS_OFFSET_BYTES (260)
|
||||
|
||||
#define ALIGN(x, y) (((x) + (y)-1) & ~((y)-1))
|
||||
|
||||
#define MAP_READ (1 << 0)
|
||||
#define MAP_WRITE (1 << 1)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue