Re: [PATCH v4 3/4] drm: initialize accel framework

2022-11-22 Thread Melissa Wen
11/22, Oded Gabbay wrote: > On Tue, Nov 22, 2022 at 12:59 PM Oded Gabbay wrote: > > > > On Tue, Nov 22, 2022 at 12:56 PM Melissa Wen wrote: > > > > > > On 11/19, Oded Gabbay wrote: > > > > Now that we have the accel framework code ready, let's call the > > > > accel functions from all the appropr

Re: [PATCH v4 3/4] drm: initialize accel framework

2022-11-22 Thread Oded Gabbay
On Tue, Nov 22, 2022 at 12:59 PM Oded Gabbay wrote: > > On Tue, Nov 22, 2022 at 12:56 PM Melissa Wen wrote: > > > > On 11/19, Oded Gabbay wrote: > > > Now that we have the accel framework code ready, let's call the > > > accel functions from all the appropriate places. These places are the > > >

Re: [PATCH v4 3/4] drm: initialize accel framework

2022-11-22 Thread Oded Gabbay
On Tue, Nov 22, 2022 at 12:56 PM Melissa Wen wrote: > > On 11/19, Oded Gabbay wrote: > > Now that we have the accel framework code ready, let's call the > > accel functions from all the appropriate places. These places are the > > drm module init/exit functions, and all the drm_minor handling > >

Re: [PATCH v4 3/4] drm: initialize accel framework

2022-11-22 Thread Melissa Wen
On 11/19, Oded Gabbay wrote: > Now that we have the accel framework code ready, let's call the > accel functions from all the appropriate places. These places are the > drm module init/exit functions, and all the drm_minor handling > functions. Hi Oded, The proposal overall LGTM, but I didn't man