From: Hawking Zhang Date: Tue, 12 Jun 2018 10:30:04 +0000 (+0800) Subject: drm/amdgpu: add pa_sc_tile_steering_override to drm_amdgpu_info_device X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=22e96fa62ec66ca9d21a76b74601fc200908fec3;p=linux.git drm/amdgpu: add pa_sc_tile_steering_override to drm_amdgpu_info_device the initial/default value of pa_sc_tile_steering_override need to be exposed to user mode driver Signed-off-by: Hawking Zhang Reviewed-by: Alex Deucher Signed-off-by: Alex Deucher --- diff --git a/include/uapi/drm/amdgpu_drm.h b/include/uapi/drm/amdgpu_drm.h index e1e5e7860570a..d799858b9e534 100644 --- a/include/uapi/drm/amdgpu_drm.h +++ b/include/uapi/drm/amdgpu_drm.h @@ -992,6 +992,8 @@ struct drm_amdgpu_info_device { __u64 high_va_offset; /** The maximum high virtual address */ __u64 high_va_max; + /* gfx10 pa_sc_tile_steering_override */ + __u32 pa_sc_tile_steering_override; }; struct drm_amdgpu_info_hw_ip {