On 09/18/2017 06:16 PM, Andres Rodriguez wrote:
> For testing the kernel commit
> ---
>   include/drm/amdgpu_drm.h | 4 ++++
>   1 file changed, 4 insertions(+)
>
> diff --git a/include/drm/amdgpu_drm.h b/include/drm/amdgpu_drm.h
> index da2ade6..c01abaa 100644
> --- a/include/drm/amdgpu_drm.h
> +++ b/include/drm/amdgpu_drm.h
> @@ -89,6 +89,10 @@ extern "C" {
>   #define AMDGPU_GEM_CREATE_SHADOW            (1 << 4)
>   /* Flag that allocating the BO should use linear VRAM */
>   #define AMDGPU_GEM_CREATE_VRAM_CONTIGUOUS   (1 << 5)
> +/* Flag that BO is always valid in this VM */
> +#define AMDGPU_GEM_CREATE_VM_ALWAYS_VALID    (1 << 6)
> +/* Flag that BO sharing will be explicitely sync'd */

s/explicitely/explicitly/

> +#define AMDGPU_GEM_CREATE_EXPLICIT_SYNC              (1 << 7)
>   
>   struct drm_amdgpu_gem_create_in  {
>       /** the requested memory size */

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to