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

Commit 2162e103 authored by Jani Nikula's avatar Jani Nikula
Browse files

drm/i915/dsi: move operation mode types to intel_dsi.h

parent 5ece881d
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -184,9 +184,6 @@ enum intel_output_type {
	INTEL_OUTPUT_DP_MST = 11,
};

#define INTEL_DSI_VIDEO_MODE	0
#define INTEL_DSI_COMMAND_MODE	1

struct intel_framebuffer {
	struct drm_framebuffer base;
	struct intel_rotation_info rot_info;
+3 −0
Original line number Diff line number Diff line
@@ -28,6 +28,9 @@
#include <drm/drm_mipi_dsi.h>
#include "intel_drv.h"

#define INTEL_DSI_VIDEO_MODE	0
#define INTEL_DSI_COMMAND_MODE	1

/* Dual Link support */
#define DSI_DUAL_LINK_NONE		0
#define DSI_DUAL_LINK_FRONT_BACK	1