Re: [PATCH 2/7] drm/msm: Add submitqueue setup and close

2024-08-20 Thread Antonino Maniscalco
On 8/20/24 12:10 PM, Konrad Dybcio wrote: On 15.08.2024 8:26 PM, Antonino Maniscalco wrote: This patch adds a bit of infrastructure to give the different Adreno targets the flexibility to setup the submitqueues per their needs. Signed-off-by: Sharat Masetty --- This email doesn't exist anymo

Re: [PATCH 2/7] drm/msm: Add submitqueue setup and close

2024-08-20 Thread Konrad Dybcio
On 15.08.2024 8:26 PM, Antonino Maniscalco wrote: > This patch adds a bit of infrastructure to give the different Adreno > targets the flexibility to setup the submitqueues per their needs. > > Signed-off-by: Sharat Masetty > --- This email doesn't exist anymore and doesn't match yours Konrad

Re: [PATCH 2/7] drm/msm: Add submitqueue setup and close

2024-08-19 Thread Akhil P Oommen
On Thu, Aug 15, 2024 at 08:26:12PM +0200, Antonino Maniscalco wrote: > This patch adds a bit of infrastructure to give the different Adreno > targets the flexibility to setup the submitqueues per their needs. > > Signed-off-by: Sharat Masetty Reviewed-by: Akhil P Oommen -Akhil > --- > driver

[PATCH 2/7] drm/msm: Add submitqueue setup and close

2024-08-16 Thread Antonino Maniscalco
This patch adds a bit of infrastructure to give the different Adreno targets the flexibility to setup the submitqueues per their needs. Signed-off-by: Sharat Masetty --- drivers/gpu/drm/msm/msm_gpu.h | 7 +++ drivers/gpu/drm/msm/msm_submitqueue.c | 10 ++ 2 files changed, 17