commit | 2b6199a1d1b70fccd62aed961ba4c2b979ae499c | [log] [tgz] |
---|---|---|
author | Roman Li <Roman.Li@amd.com> | Thu May 03 13:29:42 2018 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue May 29 13:20:34 2018 -0500 |
tree | 0e7554d455b5f94eea7e672d53e570e7668a9efc | |
parent | e03fd3f300f6184c1264186a4c815e93bf658abb [diff] |
drm/amd/display: replace msleep with udelay in fbc path FBC enabling and disabling path has msleep which leads to BUG hit when called in atomic context, hence this patch replaces msleeps with udelays appropriately. Signed-off-by: Shirish S <shirish.s@amd.com> Signed-off-by: Roman Li <Roman.Li@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>