On 2020-02-25 18:40, Luben Tuikov wrote:
> On 2020-02-25 8:57 a.m., Huang Rui wrote:
>> Since 6643ba1 frame control packets are only issued in presence of secure
>> IB(s).
>> This causes hangs on some hardware (eg: Raven1). This patch restores the
>> unconditionnal frame control packets issuing, t
On 2020-02-25 8:57 a.m., Huang Rui wrote:
> Since 6643ba1 frame control packets are only issued in presence of secure
> IB(s).
> This causes hangs on some hardware (eg: Raven1). This patch restores the
> unconditionnal frame control packets issuing, that's to keep the per-IB logic
> regarding the
Thanks for fixing this Ray.
I think we can simplify the logic introduced in this patch.
Regards,
Luben
On 2020-02-25 8:57 a.m., Huang Rui wrote:
> Since 6643ba1 frame control packets are only issued in presence of secure
> IB(s).
> This causes hangs on some hardware (eg: Raven1). This patch res
ayer, Pierre-eric
; Huang, Ray
Subject: [PATCH] drm/amdgpu: fix the gfx hang while use per-ib secure flag
Since 6643ba1 frame control packets are only issued in presence of secure IB(s).
This causes hangs on some hardware (eg: Raven1). This patch restores the
unconditionnal frame control pac
On Tue, Feb 25, 2020 at 8:58 AM Huang Rui wrote:
>
> Since 6643ba1 frame control packets are only issued in presence of secure
> IB(s).
> This causes hangs on some hardware (eg: Raven1). This patch restores the
> unconditionnal frame control packets issuing, that's to keep the per-IB logic
> rega
Hi Ray,
I confirm that this fixes the hang I had when running libdrm's amdgpu_test.
Thanks!
Tested-by: Pierre-Eric Pelloux-Prayer
On 25/02/2020 14:57, Huang Rui wrote:
> Since 6643ba1 frame control packets are only issued in presence of secure
> IB(s).
> This causes hangs on some hardware (eg
Since 6643ba1 frame control packets are only issued in presence of secure IB(s).
This causes hangs on some hardware (eg: Raven1). This patch restores the
unconditionnal frame control packets issuing, that's to keep the per-IB logic
regarding the secure flag.
Fixes: 6643ba1 drm/amdgpu: Move to a pe