Commit 6563617f authored by Alex Deucher's avatar Alex Deucher Committed by Dave Airlie

drm/amd/display: make log_dpcd static

It's only used in this file.
Reviewed-by: default avatarHarry Wentland <harry.wentland@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent aaa6346d
...@@ -56,11 +56,11 @@ static inline char *side_band_msg_type_to_str(uint32_t address) ...@@ -56,11 +56,11 @@ static inline char *side_band_msg_type_to_str(uint32_t address)
return str; return str;
} }
void log_dpcd(uint8_t type, static void log_dpcd(uint8_t type,
uint32_t address, uint32_t address,
uint8_t *data, uint8_t *data,
uint32_t size, uint32_t size,
bool res) bool res)
{ {
DRM_DEBUG_KMS("Op: %s, addr: %04x, SideBand Msg: %s, Op res: %s\n", DRM_DEBUG_KMS("Op: %s, addr: %04x, SideBand Msg: %s, Op res: %s\n",
(type == DP_AUX_NATIVE_READ) || (type == DP_AUX_NATIVE_READ) ||
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment