Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 413671e8 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/msm/shd: add dsi_display base in shd_display"

parents 0170de9a a76d2dc1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
#include <drm/drm_crtc.h>
#include <drm/drm_crtc_helper.h>
#include "msm_drv.h"
#include "dsi_display.h"

struct shd_mode_info {
	int x_offset;
@@ -51,6 +52,7 @@ struct shd_display_base {
};

struct shd_display {
	struct dsi_display dsi_base;
	struct drm_device *drm_dev;
	const char *name;
	const char *display_type;