drm/amdgpu: return from atombios_dp_get_dpcd only when error
authorArindam Nath <arindam.nath@amd.com>
Wed, 2 Mar 2016 11:49:01 +0000 (17:19 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 2 Mar 2016 16:01:25 +0000 (11:01 -0500)
commit0b39c531cfa12dad54eac238c2e303b994df1ef7
treeced972693ee3a4878fe174d3319202a3f35a2e8b
parent89913ea615754163ae9a066c9c1b95aa2a2f51b4
drm/amdgpu: return from atombios_dp_get_dpcd only when error

In amdgpu_connector_hotplug(), we need to start DP link
training only after we have received DPCD. The function
amdgpu_atombios_dp_get_dpcd() returns non-zero value only
when an error condition is met, otherwise returns zero.
So in case the function encounters an error, we need to
skip rest of the code and return from amdgpu_connector_hotplug()
immediately. Only when we are successfull in reading DPCD
pin, we should carry on with turning-on the monitor.

Signed-off-by: Arindam Nath <arindam.nath@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c
This page took 0.025612 seconds and 5 git commands to generate.