commit | 2a06e0a5a491f306e22eb5a5239a6bd8ce0f1ac6 | [log] [tgz] |
---|---|---|
author | Harry Wentland <harry.wentland@amd.com> | Wed Nov 01 11:43:36 2017 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Dec 06 12:47:45 2017 -0500 |
tree | f1c1b237d6c4f36b6921a9931c5948d18c05ad97 | |
parent | 2e5fa5ba50b045500fceea1ef1d0fdc13a7e0e1f [diff] |
drm/amd/display: Remove unnecessary dc_stream vtable There's no need to have this as a vtable. The vtable was initially used for stream_adjust_vmin_vmax but the condition checked here (set_drr) is always true, hence we don't need to assign this dynamically anymore. Signed-off-by: Harry Wentland <harry.wentland@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Acked-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>