diff mbox series

MIPS: Loongson64: loongson3_defconfig: Enable amdgpu drm driver

Message ID 20230611055903.802801-1-suijingfeng@loongson.cn (mailing list archive)
State Accepted
Commit 1caeb99ba832459e8c1c6db281f9c548fcec079e
Headers show
Series MIPS: Loongson64: loongson3_defconfig: Enable amdgpu drm driver | expand

Commit Message

Sui Jingfeng June 11, 2023, 5:59 a.m. UTC
As it's usuable on LS3A4000 platform. Tested with RX550, glmark2
got about 4235 score.

Signed-off-by: Sui Jingfeng <suijingfeng@loongson.cn>
---
 arch/mips/configs/loongson3_defconfig | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Thomas Bogendoerfer June 20, 2023, 12:49 p.m. UTC | #1
On Sun, Jun 11, 2023 at 01:59:03PM +0800, Sui Jingfeng wrote:
> As it's usuable on LS3A4000 platform. Tested with RX550, glmark2
> got about 4235 score.
> 
> Signed-off-by: Sui Jingfeng <suijingfeng@loongson.cn>
> ---
>  arch/mips/configs/loongson3_defconfig | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/arch/mips/configs/loongson3_defconfig b/arch/mips/configs/loongson3_defconfig
> index 6f4a52608ea4..3087e64e6ebe 100644
> --- a/arch/mips/configs/loongson3_defconfig
> +++ b/arch/mips/configs/loongson3_defconfig
> @@ -276,6 +276,13 @@ CONFIG_MEDIA_SUPPORT=m
>  CONFIG_MEDIA_USB_SUPPORT=y
>  CONFIG_USB_VIDEO_CLASS=m
>  CONFIG_DRM=y
> +CONFIG_DRM_AMDGPU=m
> +CONFIG_DRM_AMDGPU_SI=y
> +CONFIG_DRM_AMDGPU_CIK=y
> +CONFIG_DRM_AMDGPU_USERPTR=y
> +CONFIG_DRM_AMD_ACP=y
> +CONFIG_DRM_AMD_DC=y
> +CONFIG_DRM_AMD_DC_SI=y
>  CONFIG_DRM_RADEON=m
>  CONFIG_DRM_QXL=y
>  CONFIG_DRM_VIRTIO_GPU=y
> -- 
> 2.25.1

applied to mips-next.

Thomas.
Sui Jingfeng June 20, 2023, 1:17 p.m. UTC | #2
Hi,

On 2023/6/20 20:49, Thomas Bogendoerfer wrote:
> On Sun, Jun 11, 2023 at 01:59:03PM +0800, Sui Jingfeng wrote:
>> As it's usuable on LS3A4000 platform. Tested with RX550, glmark2
>> got about 4235 score.
>>
>> Signed-off-by: Sui Jingfeng <suijingfeng@loongson.cn>
>> ---
>>   arch/mips/configs/loongson3_defconfig | 7 +++++++
>>   1 file changed, 7 insertions(+)
>>
>> diff --git a/arch/mips/configs/loongson3_defconfig b/arch/mips/configs/loongson3_defconfig
>> index 6f4a52608ea4..3087e64e6ebe 100644
>> --- a/arch/mips/configs/loongson3_defconfig
>> +++ b/arch/mips/configs/loongson3_defconfig
>> @@ -276,6 +276,13 @@ CONFIG_MEDIA_SUPPORT=m
>>   CONFIG_MEDIA_USB_SUPPORT=y
>>   CONFIG_USB_VIDEO_CLASS=m
>>   CONFIG_DRM=y
>> +CONFIG_DRM_AMDGPU=m
>> +CONFIG_DRM_AMDGPU_SI=y
>> +CONFIG_DRM_AMDGPU_CIK=y
>> +CONFIG_DRM_AMDGPU_USERPTR=y
>> +CONFIG_DRM_AMD_ACP=y
>> +CONFIG_DRM_AMD_DC=y
>> +CONFIG_DRM_AMD_DC_SI=y
>>   CONFIG_DRM_RADEON=m
>>   CONFIG_DRM_QXL=y
>>   CONFIG_DRM_VIRTIO_GPU=y
>> -- 
>> 2.25.1
> applied to mips-next.


Thanks a lot!


> Thomas.
>
diff mbox series

Patch

diff --git a/arch/mips/configs/loongson3_defconfig b/arch/mips/configs/loongson3_defconfig
index 6f4a52608ea4..3087e64e6ebe 100644
--- a/arch/mips/configs/loongson3_defconfig
+++ b/arch/mips/configs/loongson3_defconfig
@@ -276,6 +276,13 @@  CONFIG_MEDIA_SUPPORT=m
 CONFIG_MEDIA_USB_SUPPORT=y
 CONFIG_USB_VIDEO_CLASS=m
 CONFIG_DRM=y
+CONFIG_DRM_AMDGPU=m
+CONFIG_DRM_AMDGPU_SI=y
+CONFIG_DRM_AMDGPU_CIK=y
+CONFIG_DRM_AMDGPU_USERPTR=y
+CONFIG_DRM_AMD_ACP=y
+CONFIG_DRM_AMD_DC=y
+CONFIG_DRM_AMD_DC_SI=y
 CONFIG_DRM_RADEON=m
 CONFIG_DRM_QXL=y
 CONFIG_DRM_VIRTIO_GPU=y