Sharp lq101r1sx01 has internal framebuffer so it doesn't require crtc sending frames to it continuously.
Signed-off-by: Mark Zhang <ma...@nvidia.com> --- drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c b/drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c index 3cce3ca19601..da2cf7ab64c2 100644 --- a/drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c +++ b/drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c @@ -284,6 +284,7 @@ static const struct drm_display_mode default_mode = { .vsync_end = 1600 + 4 + 8, .vtotal = 1600 + 4 + 8 + 32, .vrefresh = 60, + .private_flags = DRM_PANEL_FLAG_PREFER_ONE_SHOT, }; static int sharp_panel_get_modes(struct drm_panel *panel) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html