Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH] Mips: loongson3_defconfig: Enable ast drm driver by default
@ 2023-08-03  9:16 Sui Jingfeng
  2023-08-15  8:29 ` Thomas Bogendoerfer
  0 siblings, 1 reply; 3+ messages in thread
From: Sui Jingfeng @ 2023-08-03  9:16 UTC (permalink / raw)
  To: Thomas Bogendoerfer, Sui Jingfeng, David S . Miller,
	Jesse Brandeburg, Tony Nguyen, Lukas Bulwahn, linux-mips,
	linux-kernel

ASpeed GPU is typically found on the Loongson server platform, as a
peripheral device driver, it generally should be compiled as a module.

Tested on loongson 3B4000 server[1].

[1] https://github.com/loongson-gfx/loongson_boards/tree/main/ls3b4000x2_server

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

diff --git a/arch/mips/configs/loongson3_defconfig b/arch/mips/configs/loongson3_defconfig
index 3087e64e6ebe..a9fadea72da5 100644
--- a/arch/mips/configs/loongson3_defconfig
+++ b/arch/mips/configs/loongson3_defconfig
@@ -283,6 +283,7 @@ CONFIG_DRM_AMDGPU_USERPTR=y
 CONFIG_DRM_AMD_ACP=y
 CONFIG_DRM_AMD_DC=y
 CONFIG_DRM_AMD_DC_SI=y
+CONFIG_DRM_AST=m
 CONFIG_DRM_RADEON=m
 CONFIG_DRM_QXL=y
 CONFIG_DRM_VIRTIO_GPU=y
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Mips: loongson3_defconfig: Enable ast drm driver by default
  2023-08-03  9:16 [PATCH] Mips: loongson3_defconfig: Enable ast drm driver by default Sui Jingfeng
@ 2023-08-15  8:29 ` Thomas Bogendoerfer
  2023-08-15  9:21   ` suijingfeng
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Bogendoerfer @ 2023-08-15  8:29 UTC (permalink / raw)
  To: Sui Jingfeng
  Cc: David S . Miller, Jesse Brandeburg, Tony Nguyen, Lukas Bulwahn,
	linux-mips, linux-kernel

On Thu, Aug 03, 2023 at 05:16:37PM +0800, Sui Jingfeng wrote:
> ASpeed GPU is typically found on the Loongson server platform, as a
> peripheral device driver, it generally should be compiled as a module.
> 
> Tested on loongson 3B4000 server[1].
> 
> [1] https://github.com/loongson-gfx/loongson_boards/tree/main/ls3b4000x2_server
> 
> Signed-off-by: Sui Jingfeng <suijingfeng@loongson.cn>
> ---
>  arch/mips/configs/loongson3_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/mips/configs/loongson3_defconfig b/arch/mips/configs/loongson3_defconfig
> index 3087e64e6ebe..a9fadea72da5 100644
> --- a/arch/mips/configs/loongson3_defconfig
> +++ b/arch/mips/configs/loongson3_defconfig
> @@ -283,6 +283,7 @@ CONFIG_DRM_AMDGPU_USERPTR=y
>  CONFIG_DRM_AMD_ACP=y
>  CONFIG_DRM_AMD_DC=y
>  CONFIG_DRM_AMD_DC_SI=y
> +CONFIG_DRM_AST=m
>  CONFIG_DRM_RADEON=m
>  CONFIG_DRM_QXL=y
>  CONFIG_DRM_VIRTIO_GPU=y
> -- 
> 2.34.1
> 

applied to mips-next.

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Mips: loongson3_defconfig: Enable ast drm driver by default
  2023-08-15  8:29 ` Thomas Bogendoerfer
@ 2023-08-15  9:21   ` suijingfeng
  0 siblings, 0 replies; 3+ messages in thread
From: suijingfeng @ 2023-08-15  9:21 UTC (permalink / raw)
  To: Thomas Bogendoerfer
  Cc: David S . Miller, Jesse Brandeburg, Tony Nguyen, Lukas Bulwahn,
	linux-mips, linux-kernel

Hi,

On 2023/8/15 16:29, Thomas Bogendoerfer wrote:
> On Thu, Aug 03, 2023 at 05:16:37PM +0800, Sui Jingfeng wrote:
>> ASpeed GPU is typically found on the Loongson server platform, as a
>> peripheral device driver, it generally should be compiled as a module.
>>
>> Tested on loongson 3B4000 server[1].
>>
>> [1] https://github.com/loongson-gfx/loongson_boards/tree/main/ls3b4000x2_server
>>
>> Signed-off-by: Sui Jingfeng <suijingfeng@loongson.cn>
>> ---
>>   arch/mips/configs/loongson3_defconfig | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/arch/mips/configs/loongson3_defconfig b/arch/mips/configs/loongson3_defconfig
>> index 3087e64e6ebe..a9fadea72da5 100644
>> --- a/arch/mips/configs/loongson3_defconfig
>> +++ b/arch/mips/configs/loongson3_defconfig
>> @@ -283,6 +283,7 @@ CONFIG_DRM_AMDGPU_USERPTR=y
>>   CONFIG_DRM_AMD_ACP=y
>>   CONFIG_DRM_AMD_DC=y
>>   CONFIG_DRM_AMD_DC_SI=y
>> +CONFIG_DRM_AST=m
>>   CONFIG_DRM_RADEON=m
>>   CONFIG_DRM_QXL=y
>>   CONFIG_DRM_VIRTIO_GPU=y
>> -- 
>> 2.34.1
>>
> applied to mips-next.
>
> Thomas.
Thanks a lot.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-08-15  9:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-03  9:16 [PATCH] Mips: loongson3_defconfig: Enable ast drm driver by default Sui Jingfeng
2023-08-15  8:29 ` Thomas Bogendoerfer
2023-08-15  9:21   ` suijingfeng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox