Skip to content

Commit

Permalink
riscv:linux:vout:mipi+hdmi
Browse files Browse the repository at this point in the history
support hdmi+mipi dual display for debain
fix the dump issue when dual display

Signed-off-by: keith <[email protected]>
  • Loading branch information
kJugg authored and 6543 committed Feb 27, 2023
1 parent 7515f4d commit 68ab1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/verisilicon/vs_dc_hw.c
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -1494,7 +1494,7 @@ void dc_hw_enable_interrupt(struct dc_hw *hw, bool enable)

hi_write(hw, AQ_INTR_ENBL, 0xFFFFFFFF);
} else {
hi_write(hw, AQ_INTR_ENBL, 0);
;//hi_write(hw, AQ_INTR_ENBL, 0);
}
}

Expand Down

0 comments on commit 68ab1a0

Please sign in to comment.