OSDN Git Service

drm/amd/display: move FPU associated DSC code to DML folder
authorQingqing Zhuo <qingqing.zhuo@amd.com>
Tue, 31 Aug 2021 11:52:24 +0000 (07:52 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 28 Oct 2021 18:26:14 +0000 (14:26 -0400)
commitd738db6883df3e3c513f9e777c842262693f951b
tree832c71557a186e18f9355c4085b1459047de51f6
parentffd89aa968d9046ab5fb9f7cdb7f8d3c383a15c1
drm/amd/display: move FPU associated DSC code to DML folder

[Why & How]
As part of the FPU isolation work documented in
https://patchwork.freedesktop.org/series/93042/, isolate code that uses
FPU in DSC to DML, where all FPU code should locate.

This change does not refactor any functions but move code around.

Cc: Christian König <christian.koenig@amd.com>
Cc: Hersen Wu <hersenxs.wu@amd.com>
Cc: Anson Jacob <Anson.Jacob@amd.com>
Cc: Harry Wentland <harry.wentland@amd.com>
Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Acked-by: Agustin Gutierrez <agustin.gutierrez@amd.com>
Tested-by: Anson Jacob <Anson.Jacob@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Qingqing Zhuo <qingqing.zhuo@amd.com>
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dml/Makefile
drivers/gpu/drm/amd/display/dc/dml/dsc/qp_tables.h [moved from drivers/gpu/drm/amd/display/dc/dsc/qp_tables.h with 100% similarity]
drivers/gpu/drm/amd/display/dc/dml/dsc/rc_calc_fpu.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dml/dsc/rc_calc_fpu.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dsc/Makefile
drivers/gpu/drm/amd/display/dc/dsc/rc_calc.c
drivers/gpu/drm/amd/display/dc/dsc/rc_calc.h
drivers/gpu/drm/amd/display/dc/dsc/rc_calc_dpi.c