Re: [PATCH 02/11] drm/sched: Add dependency tracking

2021-06-24 Thread Christian König
Am 24.06.21 um 16:39 schrieb Lucas Stach: Am Donnerstag, dem 24.06.2021 um 16:00 +0200 schrieb Daniel Vetter: Instead of just a callback we can just glue in the gem helpers that panfrost, v3d and lima currently use. There's really not that many ways to skin this cat. On the naming bikeshed: The

Re: [PATCH 02/11] drm/sched: Add dependency tracking

2021-06-24 Thread Daniel Vetter
On Thu, Jun 24, 2021 at 04:39:09PM +0200, Lucas Stach wrote: > Am Donnerstag, dem 24.06.2021 um 16:00 +0200 schrieb Daniel Vetter: > > Instead of just a callback we can just glue in the gem helpers that > > panfrost, v3d and lima currently use. There's really not that many > > ways to skin this cat

Re: [PATCH 02/11] drm/sched: Add dependency tracking

2021-06-24 Thread Lucas Stach
Am Donnerstag, dem 24.06.2021 um 16:00 +0200 schrieb Daniel Vetter: > Instead of just a callback we can just glue in the gem helpers that > panfrost, v3d and lima currently use. There's really not that many > ways to skin this cat. > > On the naming bikeshed: The idea for using _await_ to denote a

Re: [PATCH 02/11] drm/sched: Add dependency tracking

2021-06-24 Thread Steven Price
On 24/06/2021 15:00, Daniel Vetter wrote: > Instead of just a callback we can just glue in the gem helpers that > panfrost, v3d and lima currently use. There's really not that many > ways to skin this cat. > > On the naming bikeshed: The idea for using _await_ to denote adding > dependencies to a

[PATCH 02/11] drm/sched: Add dependency tracking

2021-06-24 Thread Daniel Vetter
Instead of just a callback we can just glue in the gem helpers that panfrost, v3d and lima currently use. There's really not that many ways to skin this cat. On the naming bikeshed: The idea for using _await_ to denote adding dependencies to a job comes from i915, where that's used quite extensive