All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/3] drm/amdgpu: add Vangogh APU flag to IP discovery path
@ 2022-11-02 16:59 Perry Yuan
  2022-11-02 16:59 ` [PATCH v2 2/3] drm/amd/display: change GPU match with IP version for Vangogh Perry Yuan
  2022-11-02 16:59 ` [PATCH v2 3/3] drm/amdgpu: remove the DID of Vangogh from pciidlist Perry Yuan
  0 siblings, 2 replies; 5+ messages in thread
From: Perry Yuan @ 2022-11-02 16:59 UTC (permalink / raw)
  To: Alexander.Deucher; +Cc: richardqi.liang, Shimmer.Huang, amd-gfx, kun.liu2

Add the missing apu flag for Vangogh when using IP discovery code path
to initialize IPs

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

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
index 95d34590cad1..c1b1f223f3d0 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
@@ -2153,6 +2153,7 @@ int amdgpu_discovery_set_ip_blocks(struct amdgpu_device *adev)
 		break;
 	case IP_VERSION(10, 3, 1):
 		adev->family = AMDGPU_FAMILY_VGH;
+		adev->apu_flags |= AMD_APU_IS_VANGOGH;
 		break;
 	case IP_VERSION(10, 3, 3):
 		adev->family = AMDGPU_FAMILY_YC;
-- 
2.34.1


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

end of thread, other threads:[~2022-11-03  6:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-02 16:59 [PATCH v2 1/3] drm/amdgpu: add Vangogh APU flag to IP discovery path Perry Yuan
2022-11-02 16:59 ` [PATCH v2 2/3] drm/amd/display: change GPU match with IP version for Vangogh Perry Yuan
2022-11-02 17:14   ` Alex Deucher
2022-11-03  6:26     ` Yuan, Perry
2022-11-02 16:59 ` [PATCH v2 3/3] drm/amdgpu: remove the DID of Vangogh from pciidlist Perry Yuan

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.