summaryrefslogtreecommitdiff
path: root/src/radeon.h
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2018-12-21 17:38:51 +0100
committerMichel Dänzer <michel@daenzer.net>2018-12-28 12:08:41 +0100
commite14c3d2f86c7be2b5c3d06a47bf0abe954207d0b (patch)
tree832b949ac8bd1e8e816476e91e12e1339034b04a /src/radeon.h
parentf66254c171f5a3b052a2a9e0339f17dfb5a60dc2 (diff)
Drop RADEONInfoRec::cursor_bo array
Not needed or even useful for anything. (Ported from amdgpu commit e95044e45350870fa7e237860e89ade91ac03550)
Diffstat (limited to 'src/radeon.h')
-rw-r--r--src/radeon.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/radeon.h b/src/radeon.h
index cde922c6..74454c30 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -572,7 +572,6 @@ typedef struct {
struct radeon_cs_manager *csm;
struct radeon_cs *cs;
- struct radeon_bo *cursor_bo[32];
uint64_t vram_size;
uint64_t gart_size;
drmmode_rec drmmode;