summaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
authorDave Airlie2017-10-26 06:49:44 +0200
committerDave Airlie2017-10-26 06:49:44 +0200
commit43106e25ab37580f54df99c512d1d66ae0fe1c67 (patch)
treeff62b146f1c173d30e8cf767962cc87417edb71d /include/uapi
parentdrm: Add four ioctls for managing drm mode object leases [v7] (diff)
parentdrm/amd/amdgpu: Remove workaround for suspend/resume in uvd7 (diff)
downloadkernel-qcow2-linux-43106e25ab37580f54df99c512d1d66ae0fe1c67.tar.gz
kernel-qcow2-linux-43106e25ab37580f54df99c512d1d66ae0fe1c67.tar.xz
kernel-qcow2-linux-43106e25ab37580f54df99c512d1d66ae0fe1c67.zip
Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux into drm-next
Just a few fixes for 4.15. * 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux: drm/amd/amdgpu: Remove workaround for suspend/resume in uvd7 drm/amdgpu: don't flush the TLB before initializing GART drm/amdgpu: minor cleanup for amdgpu_ttm_bind drm/amdgpu/psp: prevent page fault by checking write_frame address(v4) drm/amd/powerplay: retrieve the real-time coreClock values drm/amd/powerplay: fix performance drop on Vega10 drm/amd/powerplay: add one smc message for Vega10 drm/amd/powerplay: fix amd_powerplay_reset() amdgpu: add padding to the fence to handle ioctl. drm/amdgpu:fix wb_clear drm/amdgpu:fix vf_error_put drm/amdgpu/sriov:now must reinit psp drm/amdgpu: merge bios post checking functions
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/drm/amdgpu_drm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/drm/amdgpu_drm.h b/include/uapi/drm/amdgpu_drm.h
index ff0181829f3d..919248fb4028 100644
--- a/include/uapi/drm/amdgpu_drm.h
+++ b/include/uapi/drm/amdgpu_drm.h
@@ -553,6 +553,7 @@ union drm_amdgpu_fence_to_handle {
struct {
struct drm_amdgpu_fence fence;
__u32 what;
+ __u32 pad;
} in;
struct {
__u32 handle;