summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shared-core/radeon_drm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/radeon_drm.h b/shared-core/radeon_drm.h
index bb81bef0..c924c689 100644
--- a/shared-core/radeon_drm.h
+++ b/shared-core/radeon_drm.h
@@ -825,7 +825,7 @@ struct drm_radeon_gem_exec_buffer {
struct drm_radeon_gem_pin {
uint32_t handle;
- uint32_t pad;
+ uint32_t pin_domain;
uint64_t alignment;
uint64_t offset;
};