Re: [PATCH RFC 1/4] drm/msm/adreno: Add speedbin support for X1-85

2025-01-22 Thread Akhil P Oommen
On 1/17/2025 2:46 AM, Konrad Dybcio wrote: > On 15.01.2025 8:59 PM, Dmitry Baryshkov wrote: >> On Thu, Jan 16, 2025 at 01:07:17AM +0530, Akhil P Oommen wrote: >>> On 1/9/2025 7:27 PM, Konrad Dybcio wrote: On 8.01.2025 11:42 PM, Akhil P Oommen wrote: > Adreno X1-85 has an additional bit whi

Re: [PATCH RFC 1/4] drm/msm/adreno: Add speedbin support for X1-85

2025-01-16 Thread Konrad Dybcio
On 15.01.2025 8:59 PM, Dmitry Baryshkov wrote: > On Thu, Jan 16, 2025 at 01:07:17AM +0530, Akhil P Oommen wrote: >> On 1/9/2025 7:27 PM, Konrad Dybcio wrote: >>> On 8.01.2025 11:42 PM, Akhil P Oommen wrote: Adreno X1-85 has an additional bit which is at a non-contiguous location in qfprom

Re: [PATCH RFC 1/4] drm/msm/adreno: Add speedbin support for X1-85

2025-01-15 Thread Dmitry Baryshkov
On Thu, Jan 16, 2025 at 01:07:17AM +0530, Akhil P Oommen wrote: > On 1/9/2025 7:27 PM, Konrad Dybcio wrote: > > On 8.01.2025 11:42 PM, Akhil P Oommen wrote: > >> Adreno X1-85 has an additional bit which is at a non-contiguous > >> location in qfprom. Add support for this new "hi" bit along with > >

Re: [PATCH RFC 1/4] drm/msm/adreno: Add speedbin support for X1-85

2025-01-15 Thread Akhil P Oommen
On 1/9/2025 7:27 PM, Konrad Dybcio wrote: > On 8.01.2025 11:42 PM, Akhil P Oommen wrote: >> Adreno X1-85 has an additional bit which is at a non-contiguous >> location in qfprom. Add support for this new "hi" bit along with >> the speedbin mappings. >> --- >> drivers/gpu/drm/msm/adreno/a6xx_catalo

Re: [PATCH RFC 1/4] drm/msm/adreno: Add speedbin support for X1-85

2025-01-09 Thread Konrad Dybcio
On 8.01.2025 11:42 PM, Akhil P Oommen wrote: > Adreno X1-85 has an additional bit which is at a non-contiguous > location in qfprom. Add support for this new "hi" bit along with > the speedbin mappings. > --- > drivers/gpu/drm/msm/adreno/a6xx_catalog.c | 5 + > drivers/gpu/drm/msm/adreno/adre

[PATCH RFC 1/4] drm/msm/adreno: Add speedbin support for X1-85

2025-01-08 Thread Akhil P Oommen
Adreno X1-85 has an additional bit which is at a non-contiguous location in qfprom. Add support for this new "hi" bit along with the speedbin mappings. --- drivers/gpu/drm/msm/adreno/a6xx_catalog.c | 5 + drivers/gpu/drm/msm/adreno/adreno_gpu.c | 15 ++- 2 files changed, 19 inse