drm/amd/display: Fix warnings in amdgpu_dm

Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Harry Wentland 2017-02-24 11:21:11 -05:00 committed by Alex Deucher
parent 1781958ff4
commit 0d70570f71

View File

@ -962,7 +962,7 @@ static void decide_crtc_timing_for_drm_display_mode(
}
static struct dc_stream *create_stream_for_sink(
const struct amdgpu_connector *aconnector,
struct amdgpu_connector *aconnector,
const struct drm_display_mode *drm_mode,
const struct dm_connector_state *dm_state)
{