Re: [PATCH 6/7] accel/qaic: Create a function to initialize BO

2023-09-22 Thread Jeffrey Hugo
On 9/17/2023 2:48 AM, Stanislaw Gruszka wrote: On Fri, Sep 01, 2023 at 11:22:46AM -0600, Jeffrey Hugo wrote: From: Pranjal Ramajor Asha Kanojiya This makes sure that we have a single place to initialize and re-initialize BO. Use this new API to cleanup release_dbc() We will need this for nex

Re: [PATCH 6/7] accel/qaic: Create a function to initialize BO

2023-09-17 Thread Stanislaw Gruszka
On Fri, Sep 01, 2023 at 11:22:46AM -0600, Jeffrey Hugo wrote: > From: Pranjal Ramajor Asha Kanojiya > > This makes sure that we have a single place to initialize and > re-initialize BO. > > Use this new API to cleanup release_dbc() > > We will need this for next patch to detach slicing to a BO.

[PATCH 6/7] accel/qaic: Create a function to initialize BO

2023-09-01 Thread Jeffrey Hugo
From: Pranjal Ramajor Asha Kanojiya This makes sure that we have a single place to initialize and re-initialize BO. Use this new API to cleanup release_dbc() We will need this for next patch to detach slicing to a BO. Signed-off-by: Pranjal Ramajor Asha Kanojiya Reviewed-by: Jeffrey Hugo Sig