OSDN Git Service

radeon: change interface from headers add pin_domain into padding
authorDave Airlie <airlied@redhat.com>
Sat, 6 Sep 2008 22:09:24 +0000 (08:09 +1000)
committerDave Airlie <airlied@redhat.com>
Sat, 6 Sep 2008 22:09:24 +0000 (08:09 +1000)
shared-core/radeon_drm.h

index bb81bef..c924c68 100644 (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;
 };