commit | abdef7558358ea34c7ad03edc8c82557d0c1df51 | [log] [tgz] |
---|---|---|
author | Anthony Koo <Anthony.Koo@amd.com> | Thu Apr 04 09:44:55 2019 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue Apr 23 17:27:51 2019 -0500 |
tree | f9fe7baa0f70ff22c47ce493fff5e81bb07cba23 | |
parent | 43e3ac8389ef68ab2347eb1ae4a6e5b49793614e [diff] |
drm/amd/display: Send DMCU messages only if FW loaded [Why] Some DMCU messages were being sent in cases where there was no DMCU FW at all, which resulted in some wait timeouts [How] Delay sending some of the DMCU messages after FW init is called and DMCU is running. Signed-off-by: Anthony Koo <Anthony.Koo@amd.com> Reviewed-by: Aric Cyr <Aric.Cyr@amd.com> Acked-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>