|
@@ -919,7 +919,6 @@ static const struct drm_crtc_funcs mdp5_crtc_funcs = {
|
|
.set_config = drm_atomic_helper_set_config,
|
|
.set_config = drm_atomic_helper_set_config,
|
|
.destroy = mdp5_crtc_destroy,
|
|
.destroy = mdp5_crtc_destroy,
|
|
.page_flip = drm_atomic_helper_page_flip,
|
|
.page_flip = drm_atomic_helper_page_flip,
|
|
- .set_property = drm_atomic_helper_crtc_set_property,
|
|
|
|
.reset = mdp5_crtc_reset,
|
|
.reset = mdp5_crtc_reset,
|
|
.atomic_duplicate_state = mdp5_crtc_duplicate_state,
|
|
.atomic_duplicate_state = mdp5_crtc_duplicate_state,
|
|
.atomic_destroy_state = mdp5_crtc_destroy_state,
|
|
.atomic_destroy_state = mdp5_crtc_destroy_state,
|
|
@@ -932,7 +931,6 @@ static const struct drm_crtc_funcs mdp5_crtc_no_lm_cursor_funcs = {
|
|
.set_config = drm_atomic_helper_set_config,
|
|
.set_config = drm_atomic_helper_set_config,
|
|
.destroy = mdp5_crtc_destroy,
|
|
.destroy = mdp5_crtc_destroy,
|
|
.page_flip = drm_atomic_helper_page_flip,
|
|
.page_flip = drm_atomic_helper_page_flip,
|
|
- .set_property = drm_atomic_helper_crtc_set_property,
|
|
|
|
.reset = mdp5_crtc_reset,
|
|
.reset = mdp5_crtc_reset,
|
|
.atomic_duplicate_state = mdp5_crtc_duplicate_state,
|
|
.atomic_duplicate_state = mdp5_crtc_duplicate_state,
|
|
.atomic_destroy_state = mdp5_crtc_destroy_state,
|
|
.atomic_destroy_state = mdp5_crtc_destroy_state,
|