radeon: change interface from headers add pin_domain into padding

This commit is contained in:
Dave Airlie 2008-09-07 08:09:24 +10:00
parent 9f9f171f8e
commit f60d9a04b8

View file

@ -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;
};