[PATCH 3/6] drm/ttm: add TTM_PL_FLAG_CONTIGUOUS
Michel Dänzer
michel at daenzer.net
Thu Mar 30 06:39:02 UTC 2017
On 29/03/17 09:55 PM, Christian König wrote:
> From: Christian König <christian.koenig at amd.com>
>
> This allows drivers to specify if they need a contiguous allocation or not.
>
> Signed-off-by: Christian König <christian.koenig at amd.com>
[...]
> diff --git a/include/drm/ttm/ttm_placement.h b/include/drm/ttm/ttm_placement.h
> index 932be0c..40f947f 100644
> --- a/include/drm/ttm/ttm_placement.h
> +++ b/include/drm/ttm/ttm_placement.h
> @@ -63,6 +63,7 @@
> #define TTM_PL_FLAG_CACHED (1 << 16)
> #define TTM_PL_FLAG_UNCACHED (1 << 17)
> #define TTM_PL_FLAG_WC (1 << 18)
> +#define TTM_PL_FLAG_CONTIGUOUS (1 << 19)
The value on this line doesn't line up, because it uses a tab instead of
spaces.
--
Earthling Michel Dänzer | http://www.amd.com
Libre software enthusiast | Mesa and X developer
More information about the amd-gfx
mailing list