]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: Create dcn321_fpu file
authorRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Fri, 8 Jul 2022 19:53:56 +0000 (15:53 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 25 Jul 2022 13:31:04 +0000 (09:31 -0400)
commite5f31566ac6b4800f2efe4ed354bda07ed4a8266
tree17300bdfad7e7f5209fa31b5e92fc4063ba5dfdd
parent69a3828619fd063ab06c4309e36fe600f007b930
drm/amd/display: Create dcn321_fpu file

The file dcn321_resource has a lot of FPU operations that should be
inside the dml folder. This commit introduces the dcn321_fpu file and
moves some of the FPU operation functions to this new file.

Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Reviewed-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn321/dcn321_resource.c
drivers/gpu/drm/amd/display/dc/dcn321/dcn321_resource.h
drivers/gpu/drm/amd/display/dc/dml/Makefile
drivers/gpu/drm/amd/display/dc/dml/dcn321/dcn321_fpu.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dml/dcn321/dcn321_fpu.h [new file with mode: 0644]