radeon: change interface from headers add pin_domain into padding

main
Dave Airlie 2008-09-07 08:09:24 +10:00
parent 9f9f171f8e
commit f60d9a04b8
1 changed files with 1 additions and 1 deletions

View File

@ -825,7 +825,7 @@ struct drm_radeon_gem_exec_buffer {
struct drm_radeon_gem_pin { struct drm_radeon_gem_pin {
uint32_t handle; uint32_t handle;
uint32_t pad; uint32_t pin_domain;
uint64_t alignment; uint64_t alignment;
uint64_t offset; uint64_t offset;
}; };