This series is,

Reviewed-by: Edward O'Callaghan <[email protected]>

A nice revision of the previous solution btw..

On 07/21/2016 08:01 PM, Christian König wrote:
> From: Christian König <[email protected]>
> 
> Signed-off-by: Christian König <[email protected]>
> ---
>  drivers/gpu/drm/amd/amdgpu/amdgpu.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h 
> b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
> index 459e136..d939038 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
> @@ -802,8 +802,8 @@ struct amdgpu_ring {
>       enum amdgpu_ring_type   type;
>       char                    name[16];
>       unsigned                cond_exe_offs;
> -     u64                             cond_exe_gpu_addr;
> -     volatile u32    *cond_exe_cpu_addr;
> +     u64                     cond_exe_gpu_addr;
> +     volatile u32            *cond_exe_cpu_addr;
>  #if defined(CONFIG_DEBUG_FS)
>       struct dentry *ent;
>  #endif
> 

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
amd-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to