]> Gentwo Git Trees - linux/.git/commit
drm/amdgpu: Refactor how SI and CIK support is determined
authorTimur Kristóf <timur.kristof@gmail.com>
Sun, 9 Nov 2025 15:41:05 +0000 (16:41 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 14 Nov 2025 16:27:09 +0000 (11:27 -0500)
commit7fe9ad4011fa550081cd6675fb8251e9c5973c59
tree87b8e67adbced71b0d42628c604ee488cdec010b
parent5c1a781af370c498b367f9b7ff9e3eb35328d4d2
drm/amdgpu: Refactor how SI and CIK support is determined

Move the determination into a separate function.
Change amdgpu.si_support and amdgpu.cik_support so that their
default value is -1 (default).

This prepares the code for changing the default driver based
on the chip.

Also adjust the module param documentation.

Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c