[Mesa-dev] [PATCH] ac: add missing Arcturus to the info of pc lines

Marek Olšák maraeo at gmail.com
Mon Nov 4 18:22:14 UTC 2019


Actually, pc_lines should be 0, so a case with only a break statement
should be used.

Marek

On Mon, Nov 4, 2019 at 1:00 PM Marek Olšák <maraeo at gmail.com> wrote:

> Reviewed-by: Marek Olšák <marek.olsak at amd.com>
>
> Marek
>
> On Mon, Nov 4, 2019 at 11:30 AM Liu, Leo <Leo.Liu at amd.com> wrote:
>
>> Signed-off-by: Leo Liu <leo.liu at amd.com>
>> Cc: Marek Olšák <marek.olsak at amd.com>
>> ---
>>  src/amd/common/ac_gpu_info.c | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/src/amd/common/ac_gpu_info.c b/src/amd/common/ac_gpu_info.c
>> index 9caa51cb8b9..0061d2deb01 100644
>> --- a/src/amd/common/ac_gpu_info.c
>> +++ b/src/amd/common/ac_gpu_info.c
>> @@ -616,6 +616,7 @@ bool ac_query_gpu_info(int fd, void *dev_p,
>>                 case CHIP_RAVEN:
>>                 case CHIP_RAVEN2:
>>                 case CHIP_RENOIR:
>> +               case CHIP_ARCTURUS:
>>                 case CHIP_NAVI10:
>>                 case CHIP_NAVI12:
>>                         pc_lines = 1024;
>> --
>> 2.17.1
>>
>> _______________________________________________
>> mesa-dev mailing list
>> mesa-dev at lists.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20191104/0694313f/attachment.html>


More information about the mesa-dev mailing list