Skip to content

Commit 5eb877b

Browse files
kentrussellalexdeucher
authored andcommitted
drm/amdkfd: Fix ASIC name typos
Three misspelled ASICs in comments here, so fix the spelling Signed-off-by: Kent Russell <[email protected]> Reviewed-by: Felix Kuehling <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 6f4cb84 commit 5eb877b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/gpu/drm/amd/amdkfd/kfd_device.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,20 +68,20 @@ static void kfd_device_info_set_sdma_queue_num(struct kfd_dev *kfd)
6868
case IP_VERSION(4, 0, 1):/* VEGA12 */
6969
case IP_VERSION(4, 1, 0):/* RAVEN */
7070
case IP_VERSION(4, 1, 1):/* RAVEN */
71-
case IP_VERSION(4, 1, 2):/* RENIOR */
71+
case IP_VERSION(4, 1, 2):/* RENOIR */
7272
case IP_VERSION(5, 2, 1):/* VANGOGH */
7373
case IP_VERSION(5, 2, 3):/* YELLOW_CARP */
7474
kfd->device_info.num_sdma_queues_per_engine = 2;
7575
break;
7676
case IP_VERSION(4, 2, 0):/* VEGA20 */
77-
case IP_VERSION(4, 2, 2):/* ARCTUTUS */
77+
case IP_VERSION(4, 2, 2):/* ARCTURUS */
7878
case IP_VERSION(4, 4, 0):/* ALDEBARAN */
7979
case IP_VERSION(5, 0, 0):/* NAVI10 */
8080
case IP_VERSION(5, 0, 1):/* CYAN_SKILLFISH */
8181
case IP_VERSION(5, 0, 2):/* NAVI14 */
8282
case IP_VERSION(5, 0, 5):/* NAVI12 */
8383
case IP_VERSION(5, 2, 0):/* SIENNA_CICHLID */
84-
case IP_VERSION(5, 2, 2):/* NAVY_FLOUDER */
84+
case IP_VERSION(5, 2, 2):/* NAVY_FLOUNDER */
8585
case IP_VERSION(5, 2, 4):/* DIMGREY_CAVEFISH */
8686
case IP_VERSION(5, 2, 5):/* BEIGE_GOBY */
8787
kfd->device_info.num_sdma_queues_per_engine = 8;

0 commit comments

Comments
 (0)