Skip to content

Commit b7a0855

Browse files
Aurabindo Pillaialexdeucher
authored andcommitted
drm/amd/display: Remove unnecessary HPD entry for DCN401
Drop the extra HPD irq entry for DCN401. Reviewed-by: Rodrigo Siqueira <[email protected]> Signed-off-by: Aurabindo Pillai <[email protected]> Acked-by: Harry Wentland <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent a00e857 commit b7a0855

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/gpu/drm/amd/display/dc/irq/dcn401/irq_service_dcn401.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,12 +301,10 @@ irq_source_info_dcn401[DAL_IRQ_SOURCES_NUMBER] = {
301301
hpd_int_entry(1),
302302
hpd_int_entry(2),
303303
hpd_int_entry(3),
304-
hpd_int_entry(4),
305304
hpd_rx_int_entry(0),
306305
hpd_rx_int_entry(1),
307306
hpd_rx_int_entry(2),
308307
hpd_rx_int_entry(3),
309-
hpd_rx_int_entry(4),
310308
i2c_int_entry(1),
311309
i2c_int_entry(2),
312310
i2c_int_entry(3),

0 commit comments

Comments
 (0)