]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: Correct the irq numbers for virtual crtc
authorEmily Deng <Emily.Deng@amd.com>
Tue, 12 May 2020 10:27:21 +0000 (18:27 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 8 Jul 2021 21:47:28 +0000 (17:47 -0400)
commit0f1bae038ac591e9637231cfc0d2b89636857268
treed51cff4a1f6d61f218b9ed0b602eef6206805524
parentc51227422d31a8a4235d73df09e4dcd6df7f812c
drm/amdgpu: Correct the irq numbers for virtual crtc

The irq number should be decided by num_crtc, and the num_crtc could change
by parameter.

Signed-off-by: Emily Deng <Emily.Deng@amd.com>
Reviewed by: Monk Liu <monk.liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/dce_virtual.c