mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-01 15:48:20 +02:00
r200: make build complete
This commit is contained in:
parent
56a13a7ca9
commit
1e77f7b55c
1 changed files with 4 additions and 3 deletions
|
|
@ -9,13 +9,14 @@
|
|||
#include "radeon_cs_gem.h"
|
||||
|
||||
#else
|
||||
#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
|
||||
|
||||
/* to be used to build locally in mesa with no libdrm bits */
|
||||
#include "../radeon/radeon_bo_drm.h"
|
||||
#include "../radeon/radeon_cs_drm.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
|
||||
|
||||
static inline void *radeon_bo_manager_gem_ctor(int fd)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue