drm/amd/display: Drop amdgpu_display_manager.dal member

[Why]
It's not being used anymore.

[How]
Nuke it

Signed-off-by: Leo Li <sunpeng.li@amd.com>
Reviewed-by: David Francis <David.Francis@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Leo Li
2018-09-05 11:19:42 -04:00
committed by Alex Deucher
parent 16f4c69549
commit 8603b30c9a
2 changed files with 0 additions and 4 deletions

View File

@@ -78,9 +78,7 @@ struct dm_comressor_info {
uint64_t gpu_addr;
};
struct amdgpu_display_manager {
struct dal *dal;
struct dc *dc;
struct cgs_device *cgs_device;