Commit 9c3b2b50 authored by Tony Cheng's avatar Tony Cheng Committed by Alex Deucher

drm/amd/display: move drr_params definition to TG

Signed-off-by: default avatarTony Cheng <tony.cheng@amd.com>
Acked-by: default avatarHarry Wentland <Harry.Wentland@amd.com>
Reviewed-by: default avatarDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent cf4cde2b
...@@ -40,6 +40,13 @@ struct dcp_gsl_params { ...@@ -40,6 +40,13 @@ struct dcp_gsl_params {
int gsl_master; int gsl_master;
}; };
/* define the structure of Dynamic Refresh Mode */
struct drr_params {
uint32_t vertical_total_min;
uint32_t vertical_total_max;
bool immediate_flip;
};
#define LEFT_EYE_3D_PRIMARY_SURFACE 1 #define LEFT_EYE_3D_PRIMARY_SURFACE 1
#define RIGHT_EYE_3D_PRIMARY_SURFACE 0 #define RIGHT_EYE_3D_PRIMARY_SURFACE 0
......
...@@ -30,15 +30,4 @@ ...@@ -30,15 +30,4 @@
#include "grph_object_defs.h" #include "grph_object_defs.h"
#include "link_service_types.h" #include "link_service_types.h"
/* define the structure of Dynamic Refresh Mode */
struct drr_params {
/* defines the minimum possible vertical dimension of display timing
* for CRTC as supported by the panel */
uint32_t vertical_total_min;
/* defines the maximum possible vertical dimension of display timing
* for CRTC as supported by the panel */
uint32_t vertical_total_max;
bool immediate_flip;
};
#endif #endif
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