commit | a4cea11655fbc5246fb5a066588e1589e9cfefa5 | [log] [tgz] |
---|---|---|
author | Jaehyun Chung <jaehyun.chung@amd.com> | Thu Nov 07 11:16:49 2019 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Dec 05 16:27:16 2019 -0500 |
tree | 163a6262a8c3e40dd1b4c745a4bfe7321fa0d693 | |
parent | 580c8be278b09af65296aaa1a2227d3003eb7892 [diff] |
drm/amd/display: Wrong ifdef guards were used around DML validation [Why] Wrong guards were causing the debug option not to run. [How] Changed the guard to the correct one, matching the rq, ttu, dlg regs struct members that need to be guarded. Also log a message when validation starts. Signed-off-by: Jaehyun Chung <jaehyun.chung@amd.com> Reviewed-by: Alvin Lee <Alvin.Lee2@amd.com> Acked-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>