; Zhuo, Lillian ; Li, Roman
; Lin, Wayne ; Zuo, Jerry
; Mahfooz, Hamza ; Gong, Richard
Subject: [PATCH v3 03/16] drm/amd/display: Move bw_fixed outside DML folder
bw_fixed does not need any FPU operation, and it is used on DCE and DCN.
For this reason, this commit moves bw_fixed to the basic
bw_fixed does not need any FPU operation, and it is used on DCE and DCN.
For this reason, this commit moves bw_fixed to the basic folder outside
DML.
Signed-off-by: Rodrigo Siqueira
---
drivers/gpu/drm/amd/display/dc/basics/Makefile | 3 ++-
.../amd/display/dc/{dml/calcs => basics}/bw_fixe