[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220624080444.7619-9-christian.koenig@amd.com>
Date: Fri, 24 Jun 2022 10:04:38 +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, Andrey Grodzovsky <andrey.grodzovsky@....com>
Subject: [PATCH 08/14] drm/amdgpu: use drm_file_rss
From: Andrey Grodzovsky <andrey.grodzovsky@....com>
This allows the OOM killer to make a better decision which process to reap.
Signed-off-by: Andrey Grodzovsky <andrey.grodzovsky@....com>
---
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
index 8890300766a5..4508791fe80c 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
@@ -2635,8 +2635,9 @@ static const struct file_operations amdgpu_driver_kms_fops = {
.compat_ioctl = amdgpu_kms_compat_ioctl,
#endif
#ifdef CONFIG_PROC_FS
- .show_fdinfo = amdgpu_show_fdinfo
+ .show_fdinfo = amdgpu_show_fdinfo,
#endif
+ .file_rss = drm_file_rss,
};
int amdgpu_file_to_fpriv(struct file *filp, struct amdgpu_fpriv **fpriv)
--
2.25.1
Powered by blists - more mailing lists