| .. | .. |
|---|
| 27 | 27 | * Scott Rowe <scott.m.rowe@intel.com> |
|---|
| 28 | 28 | */ |
|---|
| 29 | 29 | |
|---|
| 30 | +#include <linux/delay.h> |
|---|
| 31 | + |
|---|
| 30 | 32 | #include "mdfld_dsi_dpi.h" |
|---|
| 31 | 33 | #include "mdfld_dsi_pkg_sender.h" |
|---|
| 32 | 34 | |
|---|
| .. | .. |
|---|
| 186 | 188 | .commit = mdfld_dsi_dpi_commit, |
|---|
| 187 | 189 | }; |
|---|
| 188 | 190 | |
|---|
| 189 | | -/*TPO DPI encoder funcs*/ |
|---|
| 190 | | -static const struct drm_encoder_funcs mdfld_tpo_dpi_encoder_funcs = { |
|---|
| 191 | | - .destroy = drm_encoder_cleanup, |
|---|
| 192 | | -}; |
|---|
| 193 | | - |
|---|
| 194 | 191 | const struct panel_funcs mdfld_tmd_vid_funcs = { |
|---|
| 195 | | - .encoder_funcs = &mdfld_tpo_dpi_encoder_funcs, |
|---|
| 196 | 192 | .encoder_helper_funcs = &mdfld_tpo_dpi_encoder_helper_funcs, |
|---|
| 197 | 193 | .get_config_mode = &tmd_vid_get_config_mode, |
|---|
| 198 | 194 | .get_panel_info = tmd_vid_get_panel_info, |
|---|