mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-24 17:10:13 +01:00
radeon: change interface from headers add pin_domain into padding
This commit is contained in:
parent
9f9f171f8e
commit
f60d9a04b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue