drm/amd/display: change from panel to panel cntl
authorAnthony Koo <Anthony.Koo@amd.com>
Wed, 8 Apr 2020 17:31:50 +0000 (13:31 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 22 Apr 2020 22:11:48 +0000 (18:11 -0400)
commitd4caa72e275c1920d38a9541b2e4dcc167733734
tree6edbc93a184ea43fcc5aba548d0a43f7c5eea4e6
parente9e7123a6665cddffaf053a0a26e26743ba5a26d
drm/amd/display: change from panel to panel cntl

[Why]
it doesn't represent panel specifically, it's more like the control
logic for the panel

[How]
change from panel to panel cntl to make it a bit more clear

Signed-off-by: Anthony Koo <Anthony.Koo@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
19 files changed:
drivers/gpu/drm/amd/display/dc/core/dc_link.c
drivers/gpu/drm/amd/display/dc/dc_link.h
drivers/gpu/drm/amd/display/dc/dce/Makefile
drivers/gpu/drm/amd/display/dc/dce/dce_panel.c [deleted file]
drivers/gpu/drm/amd/display/dc/dce/dce_panel.h [deleted file]
drivers/gpu/drm/amd/display/dc/dce/dce_panel_cntl.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dce/dce_panel_cntl.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dce100/dce100_resource.c
drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c
drivers/gpu/drm/amd/display/dc/dce112/dce112_resource.c
drivers/gpu/drm/amd/display/dc/dce120/dce120_resource.c
drivers/gpu/drm/amd/display/dc/dce80/dce80_resource.c
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c
drivers/gpu/drm/amd/display/dc/dcn21/dcn21_resource.c
drivers/gpu/drm/amd/display/dc/inc/core_types.h
drivers/gpu/drm/amd/display/dc/inc/hw/panel.h [deleted file]
drivers/gpu/drm/amd/display/dc/inc/hw/panel_cntl.h [new file with mode: 0644]