diff options
author | Lijo Lazar <[email protected]> | 2024-05-21 12:33:23 +0530 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2024-05-23 15:11:52 -0400 |
commit | 621a4e9efb18078d5426b3628d52a629eafe4bc2 (patch) | |
tree | a20938da98e74c0c1c4d7352c8960e4a9dcac8aa | |
parent | 6b18376ef37c3dd2bbf34ed4b42fefaa1f348a3d (diff) |
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 <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Signed-off-by: Lijo Lazar <[email protected]>
Reviewed-by: Hawking Zhang <[email protected]>
Reviewed-by: Harish Kasiviswanathan <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |