https://bugs.freedesktop.org/show_bug.cgi?id=79980 --- Comment #33 from Lukas Kahnert --- compile error on 3.16-rc5 with this patch drivers/gpu/drm/radeon/radeon_gem.c: In function 'radeon_gem_object_close': drivers/gpu/drm/radeon/radeon_gem.c:183:10: error: 'struct radeon_cs_reloc' has no member named 'domain' bo_reloc.domain = RADEON_GEM_DOMAIN_VRAM; ^ drivers/gpu/drm/radeon/radeon_gem.c:184:10: error: 'struct radeon_cs_reloc' has no member named 'alt_domain' bo_reloc.alt_domain = RADEON_GEM_DOMAIN_VRAM; ^ scripts/Makefile.build:257: recipe for target 'drivers/gpu/drm/radeon/radeon_gem.o' failed -- You are receiving this mail because: You are the assignee for the bug.