Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f63ca5dc authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mdss: mhl3: update logs for platform independence"

parents ae0c34a6 d69fe47a
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -2356,8 +2356,7 @@ int si_mhl_tx_drv_get_edid_fifo_partial_block(struct drv_hw_context *hw_context,
	offset = EDID_BLOCK_SIZE * (hw_context->edid_fifo_block_number & 0x01);
	offset += start;

	MHL_TX_DBG_INFO("%x %x\n", (unsigned int)hw_context,
			(unsigned int)edid_buf);
	MHL_TX_DBG_INFO("%p %p\n", hw_context, edid_buf);
	if (EDID_BLOCK_SIZE == (offset + length))
		hw_context->edid_fifo_block_number++;

@@ -2391,8 +2390,7 @@ int si_mhl_tx_drv_get_edid_fifo_next_block(struct drv_hw_context *hw_context,

	offset = EDID_BLOCK_SIZE * (hw_context->edid_fifo_block_number & 0x01);

	MHL_TX_DBG_INFO("%x %x\n", (unsigned int)hw_context,
			(unsigned int)edid_buf);
	MHL_TX_DBG_INFO("%p %p\n", hw_context, edid_buf);
	hw_context->edid_fifo_block_number++;

#ifdef MANUAL_EDID_FETCH