mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-12 00:34:43 +08:00
drm/amd/display: Remove unnecessary register programming
Remove aux engine register programming,when freeing the engine as it was a temporary workaround. Signed-off-by: Mikita Lipski <mikita.lipski@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>
This commit is contained in:
parent
243c46c5ce
commit
6c1d03a4f2
@ -441,10 +441,6 @@ static void construct(
|
|||||||
static void destruct(
|
static void destruct(
|
||||||
struct aux_engine_dce110 *engine)
|
struct aux_engine_dce110 *engine)
|
||||||
{
|
{
|
||||||
struct aux_engine_dce110 *aux110 = engine;
|
|
||||||
/*temp w/a, to do*/
|
|
||||||
REG_UPDATE(AUX_ARB_CONTROL, AUX_DMCU_DONE_USING_AUX_REG, 1);
|
|
||||||
REG_UPDATE(AUX_ARB_CONTROL, AUX_SW_DONE_USING_AUX_REG, 1);
|
|
||||||
dal_aux_engine_destruct(&engine->base);
|
dal_aux_engine_destruct(&engine->base);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user