[PATCH v2 1/2] drm/msm/a6xx: Add support for a new 7c3 sku

Akhil P Oommen quic_akhilpo at quicinc.com
Wed Jun 29 05:31:58 UTC 2022


On 6/29/2022 9:59 AM, Bjorn Andersson wrote:
> On Tue 10 May 02:53 CDT 2022, Akhil P Oommen wrote:
>
>> Add a new sku to the fuse map of 7c3 gpu.
>>
>> Signed-off-by: Akhil P Oommen <quic_akhilpo at quicinc.com>
> Is this series still needed/wanted? I've been waiting for patch 1 to be
> merged in the driver so that I can pick up the dts change.
>
> Regards,
> Bjorn
Internally, this sku is on hold. So we can drop this series for now. I 
will resend it if required in future.

-Akhil.

>
>> ---
>>
>> (no changes since v1)
>>
>>   drivers/gpu/drm/msm/adreno/a6xx_gpu.c | 2 ++
>>   1 file changed, 2 insertions(+)
>>
>> diff --git a/drivers/gpu/drm/msm/adreno/a6xx_gpu.c b/drivers/gpu/drm/msm/adreno/a6xx_gpu.c
>> index 841e47a..61bb21d 100644
>> --- a/drivers/gpu/drm/msm/adreno/a6xx_gpu.c
>> +++ b/drivers/gpu/drm/msm/adreno/a6xx_gpu.c
>> @@ -1771,6 +1771,8 @@ static u32 adreno_7c3_get_speed_bin(u32 fuse)
>>   		return 0;
>>   	else if (fuse == 190)
>>   		return 1;
>> +	else if (fuse == 96)
>> +		return 2;
>>   
>>   	return UINT_MAX;
>>   }
>> -- 
>> 2.7.4
>>



More information about the dri-devel mailing list