From: "Christian König" <christian.koenig@amd.com>
To: Danilo Krummrich <dakr@redhat.com>,
airlied@gmail.com, daniel@ffwll.ch,
maarten.lankhorst@linux.intel.com, mripard@kernel.org,
tzimmermann@suse.de
Cc: linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
"Boris Brezillon" <boris.brezillon@collabora.com>,
"Thomas Hellström" <thomas.hellstrom@linux.intel.com>
Subject: Re: [PATCH] drm/gpuvm: fix missing dependency to DRM_EXEC
Date: Mon, 15 Jul 2024 15:53:30 +0200 [thread overview]
Message-ID: <340d00f1-45bb-47c9-ac22-086391efe229@amd.com> (raw)
In-Reply-To: <20240715135158.133287-1-dakr@redhat.com>
Am 15.07.24 um 15:51 schrieb Danilo Krummrich:
> In commit 50c1a36f594b ("drm/gpuvm: track/lock/validate external/evicted
> objects") we started using drm_exec, but did not select DRM_EXEC in the
> Kconfig for DRM_GPUVM, fix this.
>
> Cc: Christian König <christian.koenig@amd.com>
> Cc: Boris Brezillon <boris.brezillon@collabora.com>
> Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
> Fixes: 50c1a36f594b ("drm/gpuvm: track/lock/validate external/evicted objects")
> Signed-off-by: Danilo Krummrich <dakr@redhat.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
> ---
> drivers/gpu/drm/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
> index d0aa277fc3bf..d08d79bbb0f6 100644
> --- a/drivers/gpu/drm/Kconfig
> +++ b/drivers/gpu/drm/Kconfig
> @@ -254,6 +254,7 @@ config DRM_EXEC
> config DRM_GPUVM
> tristate
> depends on DRM
> + select DRM_EXEC
> help
> GPU-VM representation providing helpers to manage a GPUs virtual
> address space
>
> base-commit: 833cd3e9ad8360785b6c23c82dd3856df00732d9
prev parent reply other threads:[~2024-07-15 13:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-15 13:51 [PATCH] drm/gpuvm: fix missing dependency to DRM_EXEC Danilo Krummrich
2024-07-15 13:53 ` Christian König [this message]
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=340d00f1-45bb-47c9-ac22-086391efe229@amd.com \
--to=christian.koenig@amd.com \
--cc=airlied@gmail.com \
--cc=boris.brezillon@collabora.com \
--cc=dakr@redhat.com \
--cc=daniel@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=thomas.hellstrom@linux.intel.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox