All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Christian König" <christian.koenig@amd.com>
To: Thomas Zimmermann <tzimmermann@suse.de>,
	daniel@ffwll.ch, airlied@linux.ie,
	maarten.lankhorst@linux.intel.com, mripard@kernel.org
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>,
	kernel test robot <lkp@intel.com>,
	dri-devel@lists.freedesktop.org
Subject: Re: [PATCH] drm: Include <linux/mem_encrypt.h> in drm_cache.c
Date: Thu, 14 Jan 2021 09:23:35 +0100	[thread overview]
Message-ID: <52cbf649-8c19-d4e8-152b-cd0946e1aba8@amd.com> (raw)
In-Reply-To: <20210114080535.17132-1-tzimmermann@suse.de>

Am 14.01.21 um 09:05 schrieb Thomas Zimmermann:
> The function drm_need_swiotbl() needs mem_encrypt_active() from
> <linux/mem_encrypt.h>. The include got lost when refactoring the
> code recently.
>
> Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
> Fixes: 3abc66706385 ("drm: Implement drm_need_swiotlb() in drm_cache.c")
> Reported-by: kernel test robot <lkp@intel.com>
> Cc: Thomas Zimmermann <tzimmermann@suse.de>
> Cc: Christian König <christian.koenig@amd.com>
> Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> Cc: Maxime Ripard <mripard@kernel.org>
> Cc: David Airlie <airlied@linux.ie>
> Cc: Daniel Vetter <daniel@ffwll.ch>
> Cc: dri-devel@lists.freedesktop.org

You are typing faster than me :)

Reviewed-by: Christian König <christian.koenig@amd.com>

> ---
>   drivers/gpu/drm/drm_cache.c | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/drm_cache.c b/drivers/gpu/drm/drm_cache.c
> index 49551a7fa22f..79a50ef1250f 100644
> --- a/drivers/gpu/drm/drm_cache.c
> +++ b/drivers/gpu/drm/drm_cache.c
> @@ -30,6 +30,7 @@
>   
>   #include <linux/export.h>
>   #include <linux/highmem.h>
> +#include <linux/mem_encrypt.h>
>   #include <xen/xen.h>
>   
>   #include <drm/drm_cache.h>

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  reply	other threads:[~2021-01-14  8:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-14  8:05 [PATCH] drm: Include <linux/mem_encrypt.h> in drm_cache.c Thomas Zimmermann
2021-01-14  8:23 ` Christian König [this message]
2021-01-14  8:45   ` Thomas Zimmermann

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=52cbf649-8c19-d4e8-152b-cd0946e1aba8@amd.com \
    --to=christian.koenig@amd.com \
    --cc=airlied@linux.ie \
    --cc=daniel.vetter@ffwll.ch \
    --cc=daniel@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=lkp@intel.com \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=mripard@kernel.org \
    --cc=tzimmermann@suse.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.