From: "Michel Dänzer" <michel-otUistvHUpPR7s880joybQ@public.gmane.org>
To: "Christian König" <deathsimple-ANTagKRnAhcb1SvskN2V4Q@public.gmane.org>
Cc: dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org,
maraeo-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Subject: Re: [PATCH 3/6] drm/ttm: add TTM_PL_FLAG_CONTIGUOUS
Date: Thu, 30 Mar 2017 15:39:02 +0900 [thread overview]
Message-ID: <0feb8b91-ce19-4e93-4e9b-6cdd5ded1f8d@daenzer.net> (raw)
In-Reply-To: <1490792146-2218-4-git-send-email-deathsimple-ANTagKRnAhcb1SvskN2V4Q@public.gmane.org>
On 29/03/17 09:55 PM, Christian König wrote:
> From: Christian König <christian.koenig@amd.com>
>
> This allows drivers to specify if they need a contiguous allocation or not.
>
> Signed-off-by: Christian König <christian.koenig@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
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx
next prev parent reply other threads:[~2017-03-30 6:39 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1490792146-2218-1-git-send-email-deathsimple@vodafone.de>
[not found] ` <1490792146-2218-2-git-send-email-deathsimple@vodafone.de>
2017-03-30 6:38 ` [PATCH 1/6] drm/ttm: cleanup and optimize ttm_bo_mem_compat Michel Dänzer
[not found] ` <0aeb9046-86c6-f14f-490e-cbf74079e107-otUistvHUpPR7s880joybQ@public.gmane.org>
2017-03-30 8:41 ` Christian König
[not found] ` <1490792146-2218-4-git-send-email-deathsimple@vodafone.de>
[not found] ` <1490792146-2218-4-git-send-email-deathsimple-ANTagKRnAhcb1SvskN2V4Q@public.gmane.org>
2017-03-30 6:39 ` Michel Dänzer [this message]
[not found] ` <1490792146-2218-5-git-send-email-deathsimple@vodafone.de>
2017-03-30 6:39 ` [PATCH 4/6] drm/amdgpu: drop alpha support Michel Dänzer
2017-03-30 13:09 ` Alex Deucher
2017-03-30 13:22 ` Christian König
2017-03-31 1:07 ` Michel Dänzer
2017-03-31 7:09 ` Christian König
2017-03-31 7:19 ` Michel Dänzer
[not found] ` <1490792146-2218-3-git-send-email-deathsimple@vodafone.de>
2017-03-30 6:39 ` [PATCH 2/6] drm/ttm: add io_mem_pfn callback Michel Dänzer
2017-03-30 6:42 ` CPU mapping of split VRAM buffers Michel Dänzer
2017-03-29 17:43 [PATCH 1/6] drm/ttm: cleanup and optimize ttm_bo_mem_compat Christian König
2017-03-29 17:43 ` [PATCH 3/6] drm/ttm: add TTM_PL_FLAG_CONTIGUOUS Christian König
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=0feb8b91-ce19-4e93-4e9b-6cdd5ded1f8d@daenzer.net \
--to=michel-otuistvhuppr7s880joybq@public.gmane.org \
--cc=amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
--cc=deathsimple-ANTagKRnAhcb1SvskN2V4Q@public.gmane.org \
--cc=dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
--cc=maraeo-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox