mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
drm/amd/display: add line number to reg_wait timeout print
Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
0a214e2fb6
commit
daf6b57dd7
@@ -194,7 +194,7 @@ uint32_t generic_reg_update_ex(const struct dc_context *ctx,
|
||||
unsigned int generic_reg_wait(const struct dc_context *ctx,
|
||||
uint32_t addr, uint32_t mask, uint32_t shift, uint32_t condition_value,
|
||||
unsigned int delay_between_poll_us, unsigned int time_out_num_tries,
|
||||
const char *func_name);
|
||||
const char *func_name, int line);
|
||||
|
||||
|
||||
/* These macros need to be used with soc15 registers in order to retrieve
|
||||
|
||||
Reference in New Issue
Block a user