Re: [PATCH 0/7] accel/qaic: Extend uAPI to support undoing ATTACH_SLICE_BO

2023-09-22 Thread Jeffrey Hugo
On 9/1/2023 11:22 AM, Jeffrey Hugo wrote: A BO for a QAIC device has two states - 1. Allocated 2. Sliced A BO can be allocated at any time, and is initialized in the allocated state. A BO can transition to the sliced state via ATTACH_SLICE_BO. This prepares the BO for use with an active workloa

Re: [PATCH 0/7] accel/qaic: Extend uAPI to support undoing ATTACH_SLICE_BO

2023-09-22 Thread Jeffrey Hugo
On 9/17/2023 2:58 AM, Stanislaw Gruszka wrote: On Fri, Sep 01, 2023 at 11:22:40AM -0600, Jeffrey Hugo wrote: A BO for a QAIC device has two states - 1. Allocated 2. Sliced A BO can be allocated at any time, and is initialized in the allocated state. A BO can transition to the sliced state via A

Re: [PATCH 0/7] accel/qaic: Extend uAPI to support undoing ATTACH_SLICE_BO

2023-09-17 Thread Stanislaw Gruszka
On Fri, Sep 01, 2023 at 11:22:40AM -0600, Jeffrey Hugo wrote: > A BO for a QAIC device has two states - > 1. Allocated > 2. Sliced > > A BO can be allocated at any time, and is initialized in the allocated state. > A BO can transition to the sliced state via ATTACH_SLICE_BO. This prepares > the

[PATCH 0/7] accel/qaic: Extend uAPI to support undoing ATTACH_SLICE_BO

2023-09-01 Thread Jeffrey Hugo
A BO for a QAIC device has two states - 1. Allocated 2. Sliced A BO can be allocated at any time, and is initialized in the allocated state. A BO can transition to the sliced state via ATTACH_SLICE_BO. This prepares the BO for use with an active workload. Currently a BO in the sliced state can o