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

Commit 18156b7e authored by Tatenda Chipeperekwa's avatar Tatenda Chipeperekwa
Browse files

drm/msm/dp: update log for simulated AUX transfers



Update log for simulated aux transfers to make it Debug
level. This change will prevent unnecessary logs for AUX
transfers that are not yet supported in the simulation.
For example, DPCD access to DPRX_FEATURE_ENUMERATION_LIST
at address 2210h is not supported in simulation since this
is not critical to DP functionality.

CRs-Fixed: 2332446
Change-Id: I7a758a5b2c7305a9f4cb1eb386ab59477f505ce3
Signed-off-by: default avatarTatenda Chipeperekwa <tatendac@codeaurora.org>
parent 72af9a4d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -499,8 +499,8 @@ static ssize_t dp_aux_transfer_debug(struct drm_dp_aux *drm_aux,
	}

	if ((msg->address + msg->size) > SZ_4K) {
		pr_err("invalid dpcd access: addr=0x%x, size=0x%x\n",
				msg->address + msg->size);
		pr_debug("invalid dpcd access: addr=0x%x, size=0x%x\n",
				msg->address, msg->size);
		goto address_error;
	}