Commit 8603b30c authored by Leo Li's avatar Leo Li Committed by Alex Deucher

drm/amd/display: Drop amdgpu_display_manager.dal member

[Why]
It's not being used anymore.

[How]
Nuke it
Signed-off-by: default avatarLeo Li <sunpeng.li@amd.com>
Reviewed-by: default avatarDavid Francis <David.Francis@amd.com>
Acked-by: default avatarLeo Li <sunpeng.li@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 16f4c695
...@@ -427,8 +427,6 @@ static int amdgpu_dm_init(struct amdgpu_device *adev) ...@@ -427,8 +427,6 @@ static int amdgpu_dm_init(struct amdgpu_device *adev)
init_data.cgs_device = adev->dm.cgs_device; init_data.cgs_device = adev->dm.cgs_device;
adev->dm.dal = NULL;
init_data.dce_environment = DCE_ENV_PRODUCTION_DRV; init_data.dce_environment = DCE_ENV_PRODUCTION_DRV;
/* /*
......
...@@ -78,9 +78,7 @@ struct dm_comressor_info { ...@@ -78,9 +78,7 @@ struct dm_comressor_info {
uint64_t gpu_addr; uint64_t gpu_addr;
}; };
struct amdgpu_display_manager { struct amdgpu_display_manager {
struct dal *dal;
struct dc *dc; struct dc *dc;
struct cgs_device *cgs_device; struct cgs_device *cgs_device;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment