From: Lijo Lazar Date: Tue, 21 May 2024 07:03:23 +0000 (+0530) Subject: drm/amdgpu: Add CRC16 selection in config X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=621a4e9efb18078d5426b3628d52a629eafe4bc2;p=users%2Fwilly%2Fxarray.git drm/amdgpu: Add CRC16 selection in config KFD uses crc16 for gpu_id generation. Fixes: 3ed181b8ff43 ("drm/amdkfd: Ensure gpu_id is unique") Reported-by: kernel test robot Closes: https://lore.kernel.org/oe-kbuild-all/202405211405.TidTWIBX-lkp@intel.com/ Signed-off-by: Lijo Lazar Reviewed-by: Hawking Zhang Reviewed-by: Harish Kasiviswanathan Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/Kconfig b/drivers/gpu/drm/amd/amdgpu/Kconfig index b0365cc1374e..692fa7cf8fd2 100644 --- a/drivers/gpu/drm/amd/amdgpu/Kconfig +++ b/drivers/gpu/drm/amd/amdgpu/Kconfig @@ -19,6 +19,7 @@ config DRM_AMDGPU select HWMON select I2C select I2C_ALGOBIT + select CRC16 select BACKLIGHT_CLASS_DEVICE select INTERVAL_TREE select DRM_BUDDY