diff options
| author | 2018-01-18 09:54:44 -0500 | |
|---|---|---|
| committer | 2018-02-19 14:18:32 -0500 | |
| commit | a27267e01ffa377e854645548b0bb11a5051c36c (patch) | |
| tree | 8ff8b71af12d5f9cde430e2ddf9bbf91d5cec1a1 /drivers/gpu/drm/amd/display/dc/dml/display_mode_lib.h | |
| parent | drm/amdgpu/soc15: don't abuse IP soft reset for adapter reset (diff) | |
| download | linux-dev-a27267e01ffa377e854645548b0bb11a5051c36c.tar.xz linux-dev-a27267e01ffa377e854645548b0bb11a5051c36c.zip | |
drm/amd/display: dc: Remove unused display_mode_vba.c
We're currently not using this.
v2: More files and includes to remove.
Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dml/display_mode_lib.h')
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/dml/display_mode_lib.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dml/display_mode_lib.h b/drivers/gpu/drm/amd/display/dc/dml/display_mode_lib.h index 26f4f2a3d90d..3c2abcb8a1b0 100644 --- a/drivers/gpu/drm/amd/display/dc/dml/display_mode_lib.h +++ b/drivers/gpu/drm/amd/display/dc/dml/display_mode_lib.h @@ -28,8 +28,6 @@ #include "dml_common_defs.h" #include "soc_bounding_box.h" -#include "display_mode_vba.h" -#include "display_rq_dlg_calc.h" #include "dml1_display_rq_dlg_calc.h" enum dml_project { @@ -41,7 +39,6 @@ struct display_mode_lib { struct _vcs_dpi_ip_params_st ip; struct _vcs_dpi_soc_bounding_box_st soc; enum dml_project project; - struct vba_vars_st vba; struct dal_logger *logger; }; |
