Re: [PATCH 28/37] drm/amdkfd: Add support for displaying VRAM usage

2017-12-19 Thread Oded Gabbay
gt;> -Original Message----- >>> From: Kuehling, Felix >>> Sent: Monday, December 11, 2017 2:52 PM >>> To: Koenig, Christian; Oded Gabbay >>> Cc: Russell, Kent; amd-gfx list >>> Subject: Re: [PATCH 28/37] drm/amdkfd: Add support for displaying VRAM

Re: [PATCH 28/37] drm/amdkfd: Add support for displaying VRAM usage

2017-12-16 Thread Felix Kühling
cember 11, 2017 2:52 PM >> To: Koenig, Christian; Oded Gabbay >> Cc: Russell, Kent; amd-gfx list >> Subject: Re: [PATCH 28/37] drm/amdkfd: Add support for displaying VRAM usage >> >> On 2017-12-11 12:28 PM, Christian König wrote: >>> Am 11.12.2017 um 17:40 s

Re: [PATCH 28/37] drm/amdkfd: Add support for displaying VRAM usage

2017-12-12 Thread Oded Gabbay
rom: Kuehling, Felix > Sent: Monday, December 11, 2017 2:52 PM > To: Koenig, Christian; Oded Gabbay > Cc: Russell, Kent; amd-gfx list > Subject: Re: [PATCH 28/37] drm/amdkfd: Add support for displaying VRAM usage > > On 2017-12-11 12:28 PM, Christian König wrote: >> Am 11.12.2017

RE: [PATCH 28/37] drm/amdkfd: Add support for displaying VRAM usage

2017-12-12 Thread Russell, Kent
e can just drop this one for now, it's definitely not worth holding up the rest of the patches over. Kent -Original Message- From: Kuehling, Felix Sent: Monday, December 11, 2017 2:52 PM To: Koenig, Christian; Oded Gabbay Cc: Russell, Kent; amd-gfx list Subject: Re: [PATCH 28/37]

Re: [PATCH 28/37] drm/amdkfd: Add support for displaying VRAM usage

2017-12-11 Thread Felix Kuehling
On 2017-12-11 12:28 PM, Christian König wrote: > Am 11.12.2017 um 17:40 schrieb Oded Gabbay: >> On Mon, Dec 11, 2017 at 5:32 PM, Oded Gabbay >> wrote: >>> On Sat, Dec 9, 2017 at 6:09 AM, Felix Kuehling >>> wrote: From: Kent Russell Add a sysfs file in topology (node/x/memory_banks

Re: [PATCH 28/37] drm/amdkfd: Add support for displaying VRAM usage

2017-12-11 Thread Christian König
Am 11.12.2017 um 17:40 schrieb Oded Gabbay: On Mon, Dec 11, 2017 at 5:32 PM, Oded Gabbay wrote: On Sat, Dec 9, 2017 at 6:09 AM, Felix Kuehling wrote: From: Kent Russell Add a sysfs file in topology (node/x/memory_banks/X/used_memory) that reports the current VRAM usage for that node. Only w

Re: [PATCH 28/37] drm/amdkfd: Add support for displaying VRAM usage

2017-12-11 Thread Oded Gabbay
On Mon, Dec 11, 2017 at 5:32 PM, Oded Gabbay wrote: > On Sat, Dec 9, 2017 at 6:09 AM, Felix Kuehling wrote: >> From: Kent Russell >> >> Add a sysfs file in topology (node/x/memory_banks/X/used_memory) that >> reports the current VRAM usage for that node. Only works for GPU nodes >> at this time.

Re: [PATCH 28/37] drm/amdkfd: Add support for displaying VRAM usage

2017-12-11 Thread Oded Gabbay
On Sat, Dec 9, 2017 at 6:09 AM, Felix Kuehling wrote: > From: Kent Russell > > Add a sysfs file in topology (node/x/memory_banks/X/used_memory) that > reports the current VRAM usage for that node. Only works for GPU nodes > at this time. > As with patch 22 (perf counters), I would not expect thi