commit | fb55546ea4b50f04ef41c196b8ac1824e26bc48c | [log] [tgz] |
---|---|---|
author | Anthony Koo <[email protected]> | Sun Jan 20 01:23:07 2019 -0500 |
committer | Alex Deucher <[email protected]> | Wed Feb 06 13:31:22 2019 -0500 |
tree | ff85e381a2d761983efc63759830ca99d50779bc | |
parent | 9c0fb8d45bfcf2e8f080489913db443c1fd241ed [diff] |
drm/amd/display: refactor init_hw to isolate pipe related init [Why] Pipe related init is possible to optimized if we know what we intend to program, and if we can determine it matches what is already programmed for the pipe. [How] First step is to isolate the pipe related init code Signed-off-by: Anthony Koo <[email protected]> Reviewed-by: Aric Cyr <[email protected]> Acked-by: Bhawanpreet Lakha <[email protected]> Signed-off-by: Alex Deucher <[email protected]>