Skip to content

Commit a422490

Browse files
Bhawanpreet Lakhaalexdeucher
authored andcommitted
drm/amd/display: Add missing pflip irq
If we have more than 4 displays we will run into dummy irq calls or flip timout issues. Signed-off-by: Bhawanpreet Lakha <[email protected]> Reviewed-by: Charlene Liu <[email protected]> Acked-by: Qingqing Zhuo <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Cc: [email protected] # 5.9.x
1 parent 4241b04 commit a422490

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/gpu/drm/amd/display/dc/irq/dcn30/irq_service_dcn30.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,8 @@ irq_source_info_dcn30[DAL_IRQ_SOURCES_NUMBER] = {
306306
pflip_int_entry(1),
307307
pflip_int_entry(2),
308308
pflip_int_entry(3),
309-
[DC_IRQ_SOURCE_PFLIP5] = dummy_irq_entry(),
310-
[DC_IRQ_SOURCE_PFLIP6] = dummy_irq_entry(),
309+
pflip_int_entry(4),
310+
pflip_int_entry(5),
311311
[DC_IRQ_SOURCE_PFLIP_UNDERLAY0] = dummy_irq_entry(),
312312
gpio_pad_int_entry(0),
313313
gpio_pad_int_entry(1),

0 commit comments

Comments
 (0)