Re: [PATCH 4/6] drm/scheduler: Essentialize the job done callback

2020-11-25 Thread Christian König
Am 25.11.20 um 04:17 schrieb Luben Tuikov: The job done callback is called from various places, in two ways: in job done role, and as a fence callback role. Essentialize the callback to an atom function to just complete the job, and into a second function as a prototype of fence callback which

[PATCH 4/6] drm/scheduler: Essentialize the job done callback

2020-11-24 Thread Luben Tuikov
The job done callback is called from various places, in two ways: in job done role, and as a fence callback role. Essentialize the callback to an atom function to just complete the job, and into a second function as a prototype of fence callback which calls to complete the job. This is used in