[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220624080444.7619-15-christian.koenig@amd.com>
Date: Fri, 24 Jun 2022 10:04:44 +0200
From: "Christian König"
<ckoenig.leichtzumerken@...il.com>
To: 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: [PATCH 14/14] drm/tegra: use drm_file_rss
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/tegra/drm.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/tegra/drm.c b/drivers/gpu/drm/tegra/drm.c
index 4cdc8faf798f..cc0c2fc57250 100644
--- a/drivers/gpu/drm/tegra/drm.c
+++ b/drivers/gpu/drm/tegra/drm.c
@@ -804,6 +804,7 @@ static const struct file_operations tegra_drm_fops = {
.read = drm_read,
.compat_ioctl = drm_compat_ioctl,
.llseek = noop_llseek,
+ .file_rss = drm_file_rss,
};
static int tegra_drm_context_cleanup(int id, void *p, void *data)
--
2.25.1
Powered by blists - more mailing lists