RE: [PATCH] drm/amdgpu: Correct the irq numbers for virtual crtc

2021-07-07 Thread Liu, Monk
; amd-gfx@lists.freedesktop.org Subject: RE: [PATCH] drm/amdgpu: Correct the irq numbers for virtual crtc [AMD Official Use Only] [AMD Official Use Only] Ping .. >-Original Message- >From: Emily Deng >Sent: Tuesday, July 6, 2021 10:14 PM >To: amd-gfx@lists.freedesktop.o

RE: [PATCH] drm/amdgpu: Correct the irq numbers for virtual crtc

2021-07-07 Thread Deng, Emily
[AMD Official Use Only] Ping .. >-Original Message- >From: Emily Deng >Sent: Tuesday, July 6, 2021 10:14 PM >To: amd-gfx@lists.freedesktop.org >Cc: Deng, Emily >Subject: [PATCH] drm/amdgpu: Correct the irq numbers for virtual crtc > >The irq number shoul

[PATCH] drm/amdgpu: Correct the irq numbers for virtual crtc

2021-07-06 Thread Emily Deng
The irq number should be decided by num_crtc, and the num_crtc could change by parameter. Signed-off-by: Emily Deng --- drivers/gpu/drm/amd/amdgpu/dce_virtual.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/dce_virtual.c b/drivers/gpu/drm/amd/amd