mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-20 05:40:39 +02:00
radeon: add stdint include
This commit is contained in:
parent
899b91b1fb
commit
dc531ba406
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,8 @@
|
|||
#include "radeon_cs_gem.h"
|
||||
|
||||
#else
|
||||
#include <stdint.h>
|
||||
|
||||
#define RADEON_GEM_DOMAIN_CPU 0x1 // Cached CPU domain
|
||||
#define RADEON_GEM_DOMAIN_GTT 0x2 // GTT or cache flushed
|
||||
#define RADEON_GEM_DOMAIN_VRAM 0x4 // VRAM domain
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue