]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
drm/amdkfd: Fix ASIC name typos
authorKent Russell <kent.russell@amd.com>
Tue, 11 Jan 2022 17:28:27 +0000 (12:28 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 11 Jan 2022 20:44:28 +0000 (15:44 -0500)
Three misspelled ASICs in comments here, so fix the spelling

Signed-off-by: Kent Russell <kent.russell@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_device.c

index 127d41d0e4f0488bd36a949f988c14dcaf5c2e63..2b65d0acae2ce582663cf3abf8e537a493eb04f4 100644 (file)
@@ -68,20 +68,20 @@ static void kfd_device_info_set_sdma_queue_num(struct kfd_dev *kfd)
                case IP_VERSION(4, 0, 1):/* VEGA12 */
                case IP_VERSION(4, 1, 0):/* RAVEN */
                case IP_VERSION(4, 1, 1):/* RAVEN */
-               case IP_VERSION(4, 1, 2):/* RENIOR */
+               case IP_VERSION(4, 1, 2):/* RENOIR */
                case IP_VERSION(5, 2, 1):/* VANGOGH */
                case IP_VERSION(5, 2, 3):/* YELLOW_CARP */
                        kfd->device_info.num_sdma_queues_per_engine = 2;
                        break;
                case IP_VERSION(4, 2, 0):/* VEGA20 */
-               case IP_VERSION(4, 2, 2):/* ARCTUTUS */
+               case IP_VERSION(4, 2, 2):/* ARCTURUS */
                case IP_VERSION(4, 4, 0):/* ALDEBARAN */
                case IP_VERSION(5, 0, 0):/* NAVI10 */
                case IP_VERSION(5, 0, 1):/* CYAN_SKILLFISH */
                case IP_VERSION(5, 0, 2):/* NAVI14 */
                case IP_VERSION(5, 0, 5):/* NAVI12 */
                case IP_VERSION(5, 2, 0):/* SIENNA_CICHLID */
-               case IP_VERSION(5, 2, 2):/* NAVY_FLOUDER */
+               case IP_VERSION(5, 2, 2):/* NAVY_FLOUNDER */
                case IP_VERSION(5, 2, 4):/* DIMGREY_CAVEFISH */
                case IP_VERSION(5, 2, 5):/* BEIGE_GOBY */
                        kfd->device_info.num_sdma_queues_per_engine = 8;