[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <9d02d901-8015-dc02-250b-97ed1cfa16c2@mailbox.org>
Date: Tue, 28 Jun 2022 12:34:48 +0200
From: Michel Dänzer <michel.daenzer@...lbox.org>
To: Christian König <ckoenig.leichtzumerken@...il.com>,
linux-media@...r.kernel.org, linux-kernel@...r.kernel.org,
intel-gfx@...ts.freedesktop.org, amd-gfx@...ts.freedesktop.org,
nouveau@...ts.freedesktop.org, linux-tegra@...r.kernel.org,
linux-fsdevel@...r.kernel.org, linux-mm@...ck.org,
dri-devel@...ts.freedesktop.org
Cc: mhocko@...e.com,
Christian König <christian.koenig@....com>
Subject: Re: [PATCH 09/14] drm/radeon: use drm_oom_badness
On 2022-06-24 10:04, Christian König wrote:
> This allows the OOM killer to make a better decision which process to reap.
>
> Signed-off-by: Christian König <christian.koenig@....com>
> ---
> drivers/gpu/drm/radeon/radeon_drv.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/radeon/radeon_drv.c b/drivers/gpu/drm/radeon/radeon_drv.c
> index 956c72b5aa33..11d310cdd2e8 100644
> --- a/drivers/gpu/drm/radeon/radeon_drv.c
> +++ b/drivers/gpu/drm/radeon/radeon_drv.c
> @@ -550,6 +550,7 @@ static const struct file_operations radeon_driver_kms_fops = {
> #ifdef CONFIG_COMPAT
> .compat_ioctl = radeon_kms_compat_ioctl,
> #endif
> + .file_rss = drm_file_rss,
> };
>
> static const struct drm_ioctl_desc radeon_ioctls_kms[] = {
Shortlog should now say "use drm_file_rss", right?
--
Earthling Michel Dänzer | https://redhat.com
Libre software enthusiast | Mesa and Xwayland developer
Powered by blists - more mailing lists