Re: [PATCH] drm: dpcd: Print more useful information during error

2020-04-16 Thread Aurabindo Pillai
When DPCD access errors occur, knowing the register and request associated with the error helps debugging, so print the details in the debug message. Signed-off-by: Aurabindo Pillai --- drivers/gpu/drm/drm_dp_helper.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

Re: [PATCH] drm: dpcd: Print more useful information during error

2020-04-14 Thread Jani Nikula
On Thu, 09 Apr 2020, Aurabindo Pillai wrote: > When DPCD access errors occur, knowing the register and request > associated with the error helps debugging, so print the > details in the debug message. > > Signed-off-by: Aurabindo Pillai > --- > drivers/gpu/drm/drm_dp_helper.c | 4 +++- > 1 file

[PATCH] drm: dpcd: Print more useful information during error

2020-04-10 Thread Aurabindo Pillai
When DPCD access errors occur, knowing the register and request associated with the error helps debugging, so print the details in the debug message. Signed-off-by: Aurabindo Pillai --- drivers/gpu/drm/drm_dp_helper.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git