OSDN Git Service

drm/amd/display: Simplify handle_hpd_rx_irq()
authorTom St Denis <tom.stdenis@amd.com>
Tue, 17 Oct 2017 13:04:25 +0000 (09:04 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Sat, 21 Oct 2017 20:53:22 +0000 (16:53 -0400)
commit53cbf65c145450e35fbca50a33c56f5a066e3fe8
treeedba0a1eaed8e34cd2464ee608dfe53abdba7885
parentd4a6e8a90ffa281918d9ba75a08f1f917c7eb183
drm/amd/display: Simplify handle_hpd_rx_irq()

There is a local reference to the dc_link that wasn't being
used so we shorten references throughout the function.

Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
Acked-by: Andrey Grodzovsky <andey.grodzovsky@amd.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c