OSDN Git Service

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)
commit197485c695430ab03d9f4a96aab4d4f76787f7c9
tree17300bdfad7e7f5209fa31b5e92fc4063ba5dfdd
parentf7907f6db81ca08f4f8bd9245b8fecd49bc82f6e
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]