[PATCH] drm/amdgpu: fix gtt_mgr bo's offset

2016-09-20 Thread Flora Cui
Change-Id: I89e9be3d5c96d46655f3a977fb557b20b4d87609 Signed-off-by: Flora Cui --- drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c index 26

Re: [PATCH] drm/amdgpu: fix gtt_mgr bo's offset

2016-09-20 Thread zhoucm1
On 2016年09月20日 17:09, Flora Cui wrote: Change-Id: I89e9be3d5c96d46655f3a977fb557b20b4d87609 Signed-off-by: Flora Cui --- drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c b/drivers

Re: [PATCH] drm/amdgpu: fix gtt_mgr bo's offset

2016-09-20 Thread Flora Cui
On Tue, Sep 20, 2016 at 06:19:33PM +0800, zhoucm1 wrote: > > > On 2016年09月20日 17:09, Flora Cui wrote: > >Change-Id: I89e9be3d5c96d46655f3a977fb557b20b4d87609 > >Signed-off-by: Flora Cui > >--- > > drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 delet

Re: [PATCH] drm/amdgpu: fix gtt_mgr bo's offset

2016-09-20 Thread Christian König
Am 20.09.2016 um 12:19 schrieb zhoucm1: On 2016年09月20日 17:09, Flora Cui wrote: Change-Id: I89e9be3d5c96d46655f3a977fb557b20b4d87609 Signed-off-by: Flora Cui --- drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/d

Re: [PATCH] drm/amdgpu: fix gtt_mgr bo's offset

2016-09-20 Thread Christian König
Am 20.09.2016 um 12:41 schrieb Flora Cui: On Tue, Sep 20, 2016 at 06:19:33PM +0800, zhoucm1 wrote: On 2016年09月20日 17:09, Flora Cui wrote: Change-Id: I89e9be3d5c96d46655f3a977fb557b20b4d87609 Signed-off-by: Flora Cui --- drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c | 4 ++-- 1 file changed,

Re: [PATCH] drm/amdgpu: fix gtt_mgr bo's offset

2016-09-20 Thread Flora Cui
tian. > > > > >>Regards, > >>David Zhou > >> > >>> } > >>> return r; > >_______________ > >amd-gfx mailing list > >amd-gfx@lists.freedesktop.org > >https://lists.freedesktop.org/mailman/listinf

Re: [PATCH] drm/amdgpu: fix gtt_mgr bo's offset

2016-09-20 Thread Christian König
Am 20.09.2016 um 13:16 schrieb Flora Cui: Does this change make sense? Yes, exactly. Patch is Reviewed-by: Christian König . But please be aware that there is at least one other bug I'm currently investigating. Regards, Christian. On Tue, Sep 20, 2016 at 01:02:20PM +0200, Christian Kön

Re: [PATCH] drm/amdgpu: fix gtt_mgr bo's offset

2016-09-20 Thread Flora Cui
we need this fix for urgent promotion. so please please reply me asap. On Tue, Sep 20, 2016 at 01:02:20PM +0200, Christian König wrote: > Am 20.09.2016 um 12:41 schrieb Flora Cui: > >On Tue, Sep 20, 2016 at 06:19:33PM +0800, zhoucm1 wrote: > >> > >>On 2016年09月20日 17:09, Flora Cui wrote: > >>>Chang

Re: [PATCH] drm/amdgpu: fix gtt_mgr bo's offset

2016-09-20 Thread zhoucm1
On 2016年09月20日 19:40, Christian König wrote: Am 20.09.2016 um 13:16 schrieb Flora Cui: Does this change make sense? Yes, exactly. Patch is Reviewed-by: Christian König . Hi Flora, Does this change work? if (&tbo->mem == mem) this checking seems always be false, right? Regards, David Zhou

Re: [PATCH] drm/amdgpu: fix gtt_mgr bo's offset

2016-09-20 Thread Flora Cui
On Wed, Sep 21, 2016 at 09:54:04AM +0800, zhoucm1 wrote: > > > On 2016年09月20日 19:40, Christian König wrote: > >Am 20.09.2016 um 13:16 schrieb Flora Cui: > >>Does this change make sense? > > > >Yes, exactly. Patch is Reviewed-by: Christian König > >. > Hi Flora, > Does this change work? > > if (&