]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
drm/amd/display: combine public interfaces into single header
authorAnthony Koo <Anthony.Koo@amd.com>
Fri, 15 May 2020 19:51:33 +0000 (15:51 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 28 May 2020 18:00:51 +0000 (14:00 -0400)
commit84034ad4c0c0813c1350b43087eed036066edd5a
treebb1046a61566f2bce8cb8ec4bc789a0f9397a147
parent1f255112da5d110c5ab36e8d7181be472efa5968
drm/amd/display: combine public interfaces into single header

[Why]
We want to better encapsulate all driver-fw dependencies into a single
file.

[How]
Combine all the headers under inc folder into a single header

Signed-off-by: Anthony Koo <Anthony.Koo@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Qingqing Zhuo <qingqing.zhuo@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
12 files changed:
drivers/gpu/drm/amd/display/dmub/dmub_srv.h
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd_dal.h [deleted file]
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd_vbios.h [deleted file]
drivers/gpu/drm/amd/display/dmub/inc/dmub_fw_meta.h [deleted file]
drivers/gpu/drm/amd/display/dmub/inc/dmub_gpint_cmd.h [deleted file]
drivers/gpu/drm/amd/display/dmub/inc/dmub_rb.h [deleted file]
drivers/gpu/drm/amd/display/dmub/inc/dmub_types.h [deleted file]
drivers/gpu/drm/amd/display/dmub/src/dmub_dcn20.h
drivers/gpu/drm/amd/display/dmub/src/dmub_reg.h
drivers/gpu/drm/amd/display/dmub/src/dmub_srv.c
drivers/gpu/drm/amd/display/modules/power/power_helpers.c