Searched hist:aac5db824d6f5997344101ae0e71fbb003b9692b (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/display/dc/ |
H A D | dm_helpers.h | diff aac5db824d6f5997344101ae0e71fbb003b9692b Tue May 29 12:11:55 CDT 2018 Harry Wentland <harry.wentland@amd.com> drm/amd/display: Serialize is_dp_sink_present
Access to GPIO needs to be serialized. Aux transactions are already serialized in DRM but we also need to serialize access to the GPIO pin for purposes of DP dongle detection.
Call is_dp_sink_present through DM so we can lock correctly. This follows the same pattern used for DPCD transactions.
Signed-off-by: Harry Wentland <harry.wentland@amd.com> Reviewed-by: Jun Lei <Jun.Lei@amd.com> Acked-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_helpers.c | diff aac5db824d6f5997344101ae0e71fbb003b9692b Tue May 29 12:11:55 CDT 2018 Harry Wentland <harry.wentland@amd.com> drm/amd/display: Serialize is_dp_sink_present
Access to GPIO needs to be serialized. Aux transactions are already serialized in DRM but we also need to serialize access to the GPIO pin for purposes of DP dongle detection.
Call is_dp_sink_present through DM so we can lock correctly. This follows the same pattern used for DPCD transactions.
Signed-off-by: Harry Wentland <harry.wentland@amd.com> Reviewed-by: Jun Lei <Jun.Lei@amd.com> Acked-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|