drm/amd: Enable seamless boot by default on newer ASICs
authorMario Limonciello <mario.limonciello@amd.com>
Tue, 5 Sep 2023 19:26:00 +0000 (14:26 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 20 Sep 2023 16:24:46 +0000 (12:24 -0400)
commit7f4ce7b50ae45fd09796e98c56c8471af70322dc
tree8f03f324e97509f5b72db576981b5dfb95c73172
parent5dc270d366bd0a67896ec46e874cb69ade513591
drm/amd: Enable seamless boot by default on newer ASICs

Seamless boot can technically be supported as far back as DCN1
but to avoid regressions on older hardware, enable it for DCN3 and
later.

If users report using the module parameter that it works on older
ASICs as well, this can be adjusted.

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c