disp: msm: add changes for bengal target compilation
This change corrects the definitions of functions invoked when their config keys are not enabled. Change-Id: Iba4631b8019a5e5a6b95516c5c9f9e28942e60c9 Signed-off-by: Jayaprakash <jmadiset@codeaurora.org>
This commit is contained in:
@@ -184,6 +184,19 @@ static inline int dp_connector_config_hdr(struct drm_connector *connector,
|
||||
return 0;
|
||||
}
|
||||
|
||||
int dp_connector_atomic_check(struct drm_connector *connector,
|
||||
void *display,
|
||||
struct drm_connector_state *c_state)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
int dp_connector_set_colorspace(struct drm_connector *connector,
|
||||
void *display)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
static inline int dp_connector_post_init(struct drm_connector *connector,
|
||||
void *display)
|
||||
{
|
||||
|
Reference in New Issue
Block a user