RE: [PATCH] drm/amdgpu: Fix GTT size reporting in amdgpu_ioctl

2022-07-05 Thread Chen, Guchun
list - DRI developers Subject: Re: [PATCH] drm/amdgpu: Fix GTT size reporting in amdgpu_ioctl Applied. Thanks! Alex On Fri, Jun 10, 2022 at 10:01 AM Michel Dänzer wrote: > > From: Michel Dänzer > > The commit below changed the TTM manager size unit from pages to > bytes,

Re: [PATCH] drm/amdgpu: Fix GTT size reporting in amdgpu_ioctl

2022-06-14 Thread Mike Lothian
On Mon, 13 Jun 2022 at 10:11, Michel Dänzer wrote: > > On 2022-06-11 09:19, Christian König wrote: > > Am 10.06.22 um 15:54 schrieb Michel Dänzer: > >> From: Michel Dänzer > >> > >> The commit below changed the TTM manager size unit from pages to > >> bytes, but failed to adjust the corresponding

Re: [PATCH] drm/amdgpu: Fix GTT size reporting in amdgpu_ioctl

2022-06-13 Thread Michel Dänzer
On 2022-06-11 09:19, Christian König wrote: > Am 10.06.22 um 15:54 schrieb Michel Dänzer: >> From: Michel Dänzer >> >> The commit below changed the TTM manager size unit from pages to >> bytes, but failed to adjust the corresponding calculations in >> amdgpu_ioctl. >> >> Fixes: dfa714b88eb0 ("drm/

Re: [PATCH] drm/amdgpu: Fix GTT size reporting in amdgpu_ioctl

2022-06-11 Thread Mike Lothian
Thanks for finding this I'll have access to my machine on Monday and will close those issues off once I've tested things Cheers Mike On Sat, 11 Jun 2022, 09:19 Christian König, < ckoenig.leichtzumer...@gmail.com> wrote: > Am 10.06.22 um 15:54 schrieb Michel Dänzer: > > From: Michel Dänzer > >

Re: [PATCH] drm/amdgpu: Fix GTT size reporting in amdgpu_ioctl

2022-06-11 Thread Christian König
Am 10.06.22 um 15:54 schrieb Michel Dänzer: From: Michel Dänzer The commit below changed the TTM manager size unit from pages to bytes, but failed to adjust the corresponding calculations in amdgpu_ioctl. Fixes: dfa714b88eb0 ("drm/amdgpu: remove GTT accounting v2") Bug: https://gitlab.freedesk

Re: [PATCH] drm/amdgpu: Fix GTT size reporting in amdgpu_ioctl

2022-06-10 Thread Alex Deucher
Applied. Thanks! Alex On Fri, Jun 10, 2022 at 10:01 AM Michel Dänzer wrote: > > From: Michel Dänzer > > The commit below changed the TTM manager size unit from pages to > bytes, but failed to adjust the corresponding calculations in > amdgpu_ioctl. > > Fixes: dfa714b88eb0 ("drm/amdgpu: remove

[PATCH] drm/amdgpu: Fix GTT size reporting in amdgpu_ioctl

2022-06-10 Thread Michel Dänzer
From: Michel Dänzer The commit below changed the TTM manager size unit from pages to bytes, but failed to adjust the corresponding calculations in amdgpu_ioctl. Fixes: dfa714b88eb0 ("drm/amdgpu: remove GTT accounting v2") Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/1930 Bug: https://git