]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: Fix misleading buffer information
authorShaokun Zhang <zhangshaokun@hisilicon.com>
Mon, 5 Nov 2018 10:33:35 +0000 (18:33 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 6 Nov 2018 21:24:42 +0000 (16:24 -0500)
commitc3fa926530287b4edee8d586ad2557bc953cd3f5
tree22b607201f839b7d92ac3333fec21ad866f09e7d
parentb811d7a06cd96a581ee00335e33228f8a1d9e582
drm/amd/display: Fix misleading buffer information

RETIMER_REDRIVER_INFO shows the buffer as a decimal value with a '0x'
prefix, which is somewhat misleading.

Fix it to print hexadecimal, as was intended.

Fixes: c08cdb9c("drm/amd/display: add retimer log for HWQ tuning use.")
Cc: Charlene Liu <charlene.liu@amd.com>
Cc: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
Reviewed-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc_link.c