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

Commit 5ece881d authored by Jani Nikula's avatar Jani Nikula
Browse files

drm/i915/dvo: move DVO chip types to intel_dvo.c

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

#define INTEL_DVO_CHIP_NONE 0
#define INTEL_DVO_CHIP_LVDS 1
#define INTEL_DVO_CHIP_TMDS 2
#define INTEL_DVO_CHIP_TVOUT 4

#define INTEL_DSI_VIDEO_MODE	0
#define INTEL_DSI_COMMAND_MODE	1

+5 −0
Original line number Diff line number Diff line
@@ -39,6 +39,11 @@
#include "intel_dvo_dev.h"
#include "intel_panel.h"

#define INTEL_DVO_CHIP_NONE	0
#define INTEL_DVO_CHIP_LVDS	1
#define INTEL_DVO_CHIP_TMDS	2
#define INTEL_DVO_CHIP_TVOUT	4

#define SIL164_ADDR	0x38
#define CH7xxx_ADDR	0x76
#define TFP410_ADDR	0x38