All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/amdgpu: add video_codecs query support for aldebaran
@ 2021-05-18 12:47 James Zhu
  2021-05-18 13:30 ` Leo Liu
  0 siblings, 1 reply; 2+ messages in thread
From: James Zhu @ 2021-05-18 12:47 UTC (permalink / raw)
  To: amd-gfx; +Cc: jamesz

Add video_codecs query support for aldebaran.

Signed-off-by: James Zhu <James.Zhu@amd.com>
---
 drivers/gpu/drm/amd/amdgpu/soc15.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.c b/drivers/gpu/drm/amd/amdgpu/soc15.c
index 080e715..75008cc 100644
--- a/drivers/gpu/drm/amd/amdgpu/soc15.c
+++ b/drivers/gpu/drm/amd/amdgpu/soc15.c
@@ -302,6 +302,7 @@ static int soc15_query_video_codecs(struct amdgpu_device *adev, bool encode,
 			*codecs = &rv_video_codecs_decode;
 		return 0;
 	case CHIP_ARCTURUS:
+	case CHIP_ALDEBARAN:
 	case CHIP_RENOIR:
 		if (encode)
 			*codecs = &vega_video_codecs_encode;
-- 
2.7.4

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

* Re: [PATCH] drm/amdgpu: add video_codecs query support for aldebaran
  2021-05-18 12:47 [PATCH] drm/amdgpu: add video_codecs query support for aldebaran James Zhu
@ 2021-05-18 13:30 ` Leo Liu
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Liu @ 2021-05-18 13:30 UTC (permalink / raw)
  To: James Zhu, amd-gfx; +Cc: jamesz

Reviewed-by: Leo Liu <leo.liu@amd.com>

On 2021-05-18 8:47 a.m., James Zhu wrote:
> Add video_codecs query support for aldebaran.
>
> Signed-off-by: James Zhu <James.Zhu@amd.com>
> ---
>   drivers/gpu/drm/amd/amdgpu/soc15.c | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.c b/drivers/gpu/drm/amd/amdgpu/soc15.c
> index 080e715..75008cc 100644
> --- a/drivers/gpu/drm/amd/amdgpu/soc15.c
> +++ b/drivers/gpu/drm/amd/amdgpu/soc15.c
> @@ -302,6 +302,7 @@ static int soc15_query_video_codecs(struct amdgpu_device *adev, bool encode,
>   			*codecs = &rv_video_codecs_decode;
>   		return 0;
>   	case CHIP_ARCTURUS:
> +	case CHIP_ALDEBARAN:
>   	case CHIP_RENOIR:
>   		if (encode)
>   			*codecs = &vega_video_codecs_encode;
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

end of thread, other threads:[~2021-05-18 13:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-18 12:47 [PATCH] drm/amdgpu: add video_codecs query support for aldebaran James Zhu
2021-05-18 13:30 ` Leo Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.