--Original Message-
From: Christian König
Sent: Thursday, April 27, 2023 8:05 PM
To: Yin, ZhenGuo (Chris) ; amd-gfx@lists.freedesktop.org
Cc: Tuikov, Luben ; Chen, JingWen (Wayne)
; Liu, Monk
Subject: Re: [PATCH 1/8] drm/scheduler: properly forward fence errors
Well good point, but
*
Best,
Zhenguo
Cloud-GPU Core team, SRDC
-Original Message-
From: Yin, ZhenGuo (Chris)
Sent: Thursday, August 17, 2023 4:17 PM
To: Christian König ;
amd-gfx@lists.freedesktop.org
Cc: Tuikov, Luben ; Chen, JingWen (Wayne)
; Liu, Monk ; Li, Chong(Alan)
; cao, lin
Subject: RE: [PATCH 1/8] drm
-
From: Christian König
Sent: Thursday, April 27, 2023 8:05 PM
To: Yin, ZhenGuo (Chris) ; amd-gfx@lists.freedesktop.org
Cc: Tuikov, Luben ; Chen, JingWen (Wayne)
; Liu, Monk
Subject: Re: [PATCH 1/8] drm/scheduler: properly forward fence errors
Well good point, but as part of the effort of the Intel
Well good point, but as part of the effort of the Intel team to move the
scheduler over to a work item based design those two functions are
probably about to be removed.
Since we will probably have that in the internal package for a bit
longer I'm going to send a fix for this.
Regards,
Chris
[AMD Official Use Only - General]
Hi, Christian
diff --git a/drivers/gpu/drm/scheduler/sched_main.c
b/drivers/gpu/drm/scheduler/sched_main.c
index fcd4bfef7415..649fac2e1ccb 100644
--- a/drivers/gpu/drm/scheduler/sched_main.c
+++ b/drivers/gpu/drm/scheduler/sched_main.c
@@ -533,12 +533,12 @@ voi
short term.
Alex
*From:* Christian König
*Sent:* Friday, April 21, 2023 9:27 AM
*To:* amd-gfx@lists.freedesktop.org ;
Deucher, Alexander
*Cc:* Tuikov, Luben
*Subject:* Re: [PATCH 1/8] drm/scheduler: properly forward fence e
Cc: Tuikov, Luben
Subject: Re: [PATCH 1/8] drm/scheduler: properly forward fence errors
Alex can I merge that through drm-misc-next or do we really need
amd-staging-drm-next?
Christian.
Am 21.04.23 um 07:22 schrieb Luben Tuikov:
> Hi Christian,
>
> Thanks for working on this.
>
Alex can I merge that through drm-misc-next or do we really need
amd-staging-drm-next?
Christian.
Am 21.04.23 um 07:22 schrieb Luben Tuikov:
Hi Christian,
Thanks for working on this.
Series is,
Reviewed-by: Luben Tuikov
Regards,
Luben
On 2023-04-20 07:57, Christian König wrote:
When a hw
Hi Christian,
Thanks for working on this.
Series is,
Reviewed-by: Luben Tuikov
Regards,
Luben
On 2023-04-20 07:57, Christian König wrote:
> When a hw fence is signaled with an error properly forward that to the
> finished fence.
>
> Signed-off-by: Christian König
> ---
> drivers/gpu/drm/sch