drm/amd/display: Update comments in DCThis commit adds, updates, and removes some of the comments used in theDC code.Signed-off-by: Rodrigo Siqueira <[email protected]>Acked-by: Aurabind
drm/amd/display: Update comments in DCThis commit adds, updates, and removes some of the comments used in theDC code.Signed-off-by: Rodrigo Siqueira <[email protected]>Acked-by: Aurabindo Pillai <[email protected]>Tested-by: Daniel Wheeler <[email protected]>Signed-off-by: Alex Deucher <[email protected]>
show more ...
drm/amd/display: move remaining FPU code to dml folderIn the process of enabling DCN support for arm64, I found that thedcn10_resource_construct_fp function in dcn10/dcn10_resource.c stillneeds t
drm/amd/display: move remaining FPU code to dml folderIn the process of enabling DCN support for arm64, I found that thedcn10_resource_construct_fp function in dcn10/dcn10_resource.c stillneeds to use FPU. This will cause compilation to fail on ARM64 platformsbecause -mgeneral-regs-only is enabled by default to disable thehardware FPU. So move dcn10_resource_construct_fp from dcn10 folder todml/dcn10 folder to enable hardware FPU for that function.Reviewed-by: Rodrigo Siqueira <[email protected]>Acked-by: Christian König <[email protected]>Signed-off-by: Ao Zhong <[email protected]>Signed-off-by: Rodrigo Siqueira <[email protected]>Signed-off-by: Alex Deucher <[email protected]>
drm/amd/display: move FPU code from dcn10 to dml/dcn10 folderFPU operations in dcn10 was already moved to dml folder via calcs code.However, dcn1_0_ip and dcn_1_0_soc with FPU componentd remains o
drm/amd/display: move FPU code from dcn10 to dml/dcn10 folderFPU operations in dcn10 was already moved to dml folder via calcs code.However, dcn1_0_ip and dcn_1_0_soc with FPU componentd remains on dcn10.Following previous changes to isolate FPU, this patch creates dcn10_fpufiles to isolate FPU-specific code and moves those structs to it.Signed-off-by: Melissa Wen <[email protected]>Acked-by: Alan Liu <[email protected]>Tested-by: Daniel Wheeler <[email protected]>Signed-off-by: Alex Deucher <[email protected]>