media: rockchip: hdmirx: silence spam on opi5plus
This commit is contained in:
parent
08f7213602
commit
cc4331bada
1 changed files with 3 additions and 5 deletions
|
|
@ -1535,9 +1535,7 @@ static void hdmirx_phy_config(struct rk_hdmirx_dev *hdmirx_dev)
|
|||
dev_err(dev, "%s wait pddq ack failed!\n", __func__);
|
||||
|
||||
hdmirx_update_bits(hdmirx_dev, PHY_CONFIG, HDMI_DISABLE, 0);
|
||||
if (wait_reg_bit_status(hdmirx_dev, PHY_STATUS, HDMI_DISABLE_ACK, 0,
|
||||
false, 50))
|
||||
dev_err(dev, "%s wait hdmi disable ack failed!\n", __func__);
|
||||
wait_reg_bit_status(hdmirx_dev, PHY_STATUS, HDMI_DISABLE_ACK, 0, false, 50);
|
||||
|
||||
hdmirx_tmds_clk_ratio_config(hdmirx_dev);
|
||||
}
|
||||
|
|
@ -1682,7 +1680,7 @@ static int hdmirx_wait_lock_and_get_timing(struct rk_hdmirx_dev *hdmirx_dev)
|
|||
hdmirx_phy_config(hdmirx_dev);
|
||||
|
||||
if (!tx_5v_power_present(hdmirx_dev)) {
|
||||
v4l2_err(v4l2_dev, "%s HDMI pull out, return!\n", __func__);
|
||||
//v4l2_err(v4l2_dev, "%s HDMI pull out, return!\n", __func__);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
@ -3200,7 +3198,7 @@ static irqreturn_t hdmirx_dma_irq_handler(int irq, void *dev_id)
|
|||
|
||||
static void hdmirx_audio_interrupts_setup(struct rk_hdmirx_dev *hdmirx_dev, bool en)
|
||||
{
|
||||
dev_info(hdmirx_dev->dev, "%s: %d", __func__, en);
|
||||
//dev_info(hdmirx_dev->dev, "%s: %d", __func__, en);
|
||||
if (en) {
|
||||
hdmirx_update_bits(hdmirx_dev, AVPUNIT_1_INT_MASK_N,
|
||||
DEFRAMER_VSYNC_THR_REACHED_MASK_N,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue