]> 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)
commit0973d498d0121224f8e6508c108c34b061fe3a28
tree17300bdfad7e7f5209fa31b5e92fc4063ba5dfdd
parent9112cb7802f6c18d74994be9658b0d42a63544d3
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]