Commit 649828f7 authored by Dmytro Laktyushkin's avatar Dmytro Laktyushkin Committed by Alex Deucher

drm/amd/display: remove temporary transition code

Remove code used to allow compilation error free
interface change.
Signed-off-by: default avatarDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Reviewed-by: default avatarCharlene Liu <Charlene.Liu@amd.com>
Acked-by: default avatarBhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent b6e881c9
...@@ -124,20 +124,6 @@ struct plane_size { ...@@ -124,20 +124,6 @@ struct plane_size {
int chroma_pitch; int chroma_pitch;
struct rect surface_size; struct rect surface_size;
struct rect chroma_size; struct rect chroma_size;
union {
struct {
struct rect surface_size;
int surface_pitch;
} grph;
struct {
struct rect luma_size;
int luma_pitch;
struct rect chroma_size;
int chroma_pitch;
} video;
};
}; };
struct dc_plane_dcc_param { struct dc_plane_dcc_param {
...@@ -148,21 +134,6 @@ struct dc_plane_dcc_param { ...@@ -148,21 +134,6 @@ struct dc_plane_dcc_param {
int meta_pitch_c; int meta_pitch_c;
bool independent_64b_blks_c; bool independent_64b_blks_c;
union {
struct {
int meta_pitch;
bool independent_64b_blks;
} grph;
struct {
int meta_pitch_l;
bool independent_64b_blks_l;
int meta_pitch_c;
bool independent_64b_blks_c;
} video;
};
}; };
/*Displayable pixel format in fb*/ /*Displayable pixel format in fb*/
......
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