drm_edid.h 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411
  1. /*
  2. * Copyright © 2007-2008 Intel Corporation
  3. * Jesse Barnes <jesse.barnes@intel.com>
  4. *
  5. * Permission is hereby granted, free of charge, to any person obtaining a
  6. * copy of this software and associated documentation files (the "Software"),
  7. * to deal in the Software without restriction, including without limitation
  8. * the rights to use, copy, modify, merge, publish, distribute, sublicense,
  9. * and/or sell copies of the Software, and to permit persons to whom the
  10. * Software is furnished to do so, subject to the following conditions:
  11. *
  12. * The above copyright notice and this permission notice shall be included in
  13. * all copies or substantial portions of the Software.
  14. *
  15. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  16. * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  17. * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  18. * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
  19. * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
  20. * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  21. * OTHER DEALINGS IN THE SOFTWARE.
  22. */
  23. #ifndef __DRM_EDID_H__
  24. #define __DRM_EDID_H__
  25. #include <linux/types.h>
  26. #define EDID_LENGTH 128
  27. #define DDC_ADDR 0x50
  28. #define DDC_ADDR2 0x52 /* E-DDC 1.2 - where DisplayID can hide */
  29. #define CEA_EXT 0x02
  30. #define VTB_EXT 0x10
  31. #define DI_EXT 0x40
  32. #define LS_EXT 0x50
  33. #define MI_EXT 0x60
  34. #define DISPLAYID_EXT 0x70
  35. struct est_timings {
  36. u8 t1;
  37. u8 t2;
  38. u8 mfg_rsvd;
  39. } __attribute__((packed));
  40. /* 00=16:10, 01=4:3, 10=5:4, 11=16:9 */
  41. #define EDID_TIMING_ASPECT_SHIFT 6
  42. #define EDID_TIMING_ASPECT_MASK (0x3 << EDID_TIMING_ASPECT_SHIFT)
  43. /* need to add 60 */
  44. #define EDID_TIMING_VFREQ_SHIFT 0
  45. #define EDID_TIMING_VFREQ_MASK (0x3f << EDID_TIMING_VFREQ_SHIFT)
  46. struct std_timing {
  47. u8 hsize; /* need to multiply by 8 then add 248 */
  48. u8 vfreq_aspect;
  49. } __attribute__((packed));
  50. #define DRM_EDID_PT_HSYNC_POSITIVE (1 << 1)
  51. #define DRM_EDID_PT_VSYNC_POSITIVE (1 << 2)
  52. #define DRM_EDID_PT_SEPARATE_SYNC (3 << 3)
  53. #define DRM_EDID_PT_STEREO (1 << 5)
  54. #define DRM_EDID_PT_INTERLACED (1 << 7)
  55. /* If detailed data is pixel timing */
  56. struct detailed_pixel_timing {
  57. u8 hactive_lo;
  58. u8 hblank_lo;
  59. u8 hactive_hblank_hi;
  60. u8 vactive_lo;
  61. u8 vblank_lo;
  62. u8 vactive_vblank_hi;
  63. u8 hsync_offset_lo;
  64. u8 hsync_pulse_width_lo;
  65. u8 vsync_offset_pulse_width_lo;
  66. u8 hsync_vsync_offset_pulse_width_hi;
  67. u8 width_mm_lo;
  68. u8 height_mm_lo;
  69. u8 width_height_mm_hi;
  70. u8 hborder;
  71. u8 vborder;
  72. u8 misc;
  73. } __attribute__((packed));
  74. /* If it's not pixel timing, it'll be one of the below */
  75. struct detailed_data_string {
  76. u8 str[13];
  77. } __attribute__((packed));
  78. struct detailed_data_monitor_range {
  79. u8 min_vfreq;
  80. u8 max_vfreq;
  81. u8 min_hfreq_khz;
  82. u8 max_hfreq_khz;
  83. u8 pixel_clock_mhz; /* need to multiply by 10 */
  84. u8 flags;
  85. union {
  86. struct {
  87. u8 reserved;
  88. u8 hfreq_start_khz; /* need to multiply by 2 */
  89. u8 c; /* need to divide by 2 */
  90. __le16 m;
  91. u8 k;
  92. u8 j; /* need to divide by 2 */
  93. } __attribute__((packed)) gtf2;
  94. struct {
  95. u8 version;
  96. u8 data1; /* high 6 bits: extra clock resolution */
  97. u8 data2; /* plus low 2 of above: max hactive */
  98. u8 supported_aspects;
  99. u8 flags; /* preferred aspect and blanking support */
  100. u8 supported_scalings;
  101. u8 preferred_refresh;
  102. } __attribute__((packed)) cvt;
  103. } formula;
  104. } __attribute__((packed));
  105. struct detailed_data_wpindex {
  106. u8 white_yx_lo; /* Lower 2 bits each */
  107. u8 white_x_hi;
  108. u8 white_y_hi;
  109. u8 gamma; /* need to divide by 100 then add 1 */
  110. } __attribute__((packed));
  111. struct detailed_data_color_point {
  112. u8 windex1;
  113. u8 wpindex1[3];
  114. u8 windex2;
  115. u8 wpindex2[3];
  116. } __attribute__((packed));
  117. struct cvt_timing {
  118. u8 code[3];
  119. } __attribute__((packed));
  120. struct detailed_non_pixel {
  121. u8 pad1;
  122. u8 type; /* ff=serial, fe=string, fd=monitor range, fc=monitor name
  123. fb=color point data, fa=standard timing data,
  124. f9=undefined, f8=mfg. reserved */
  125. u8 pad2;
  126. union {
  127. struct detailed_data_string str;
  128. struct detailed_data_monitor_range range;
  129. struct detailed_data_wpindex color;
  130. struct std_timing timings[6];
  131. struct cvt_timing cvt[4];
  132. } data;
  133. } __attribute__((packed));
  134. #define EDID_DETAIL_EST_TIMINGS 0xf7
  135. #define EDID_DETAIL_CVT_3BYTE 0xf8
  136. #define EDID_DETAIL_COLOR_MGMT_DATA 0xf9
  137. #define EDID_DETAIL_STD_MODES 0xfa
  138. #define EDID_DETAIL_MONITOR_CPDATA 0xfb
  139. #define EDID_DETAIL_MONITOR_NAME 0xfc
  140. #define EDID_DETAIL_MONITOR_RANGE 0xfd
  141. #define EDID_DETAIL_MONITOR_STRING 0xfe
  142. #define EDID_DETAIL_MONITOR_SERIAL 0xff
  143. struct detailed_timing {
  144. __le16 pixel_clock; /* need to multiply by 10 KHz */
  145. union {
  146. struct detailed_pixel_timing pixel_data;
  147. struct detailed_non_pixel other_data;
  148. } data;
  149. } __attribute__((packed));
  150. #define DRM_EDID_INPUT_SERRATION_VSYNC (1 << 0)
  151. #define DRM_EDID_INPUT_SYNC_ON_GREEN (1 << 1)
  152. #define DRM_EDID_INPUT_COMPOSITE_SYNC (1 << 2)
  153. #define DRM_EDID_INPUT_SEPARATE_SYNCS (1 << 3)
  154. #define DRM_EDID_INPUT_BLANK_TO_BLACK (1 << 4)
  155. #define DRM_EDID_INPUT_VIDEO_LEVEL (3 << 5)
  156. #define DRM_EDID_INPUT_DIGITAL (1 << 7)
  157. #define DRM_EDID_DIGITAL_DEPTH_MASK (7 << 4)
  158. #define DRM_EDID_DIGITAL_DEPTH_UNDEF (0 << 4)
  159. #define DRM_EDID_DIGITAL_DEPTH_6 (1 << 4)
  160. #define DRM_EDID_DIGITAL_DEPTH_8 (2 << 4)
  161. #define DRM_EDID_DIGITAL_DEPTH_10 (3 << 4)
  162. #define DRM_EDID_DIGITAL_DEPTH_12 (4 << 4)
  163. #define DRM_EDID_DIGITAL_DEPTH_14 (5 << 4)
  164. #define DRM_EDID_DIGITAL_DEPTH_16 (6 << 4)
  165. #define DRM_EDID_DIGITAL_DEPTH_RSVD (7 << 4)
  166. #define DRM_EDID_DIGITAL_TYPE_UNDEF (0)
  167. #define DRM_EDID_DIGITAL_TYPE_DVI (1)
  168. #define DRM_EDID_DIGITAL_TYPE_HDMI_A (2)
  169. #define DRM_EDID_DIGITAL_TYPE_HDMI_B (3)
  170. #define DRM_EDID_DIGITAL_TYPE_MDDI (4)
  171. #define DRM_EDID_DIGITAL_TYPE_DP (5)
  172. #define DRM_EDID_FEATURE_DEFAULT_GTF (1 << 0)
  173. #define DRM_EDID_FEATURE_PREFERRED_TIMING (1 << 1)
  174. #define DRM_EDID_FEATURE_STANDARD_COLOR (1 << 2)
  175. /* If analog */
  176. #define DRM_EDID_FEATURE_DISPLAY_TYPE (3 << 3) /* 00=mono, 01=rgb, 10=non-rgb, 11=unknown */
  177. /* If digital */
  178. #define DRM_EDID_FEATURE_COLOR_MASK (3 << 3)
  179. #define DRM_EDID_FEATURE_RGB (0 << 3)
  180. #define DRM_EDID_FEATURE_RGB_YCRCB444 (1 << 3)
  181. #define DRM_EDID_FEATURE_RGB_YCRCB422 (2 << 3)
  182. #define DRM_EDID_FEATURE_RGB_YCRCB (3 << 3) /* both 4:4:4 and 4:2:2 */
  183. #define DRM_EDID_FEATURE_PM_ACTIVE_OFF (1 << 5)
  184. #define DRM_EDID_FEATURE_PM_SUSPEND (1 << 6)
  185. #define DRM_EDID_FEATURE_PM_STANDBY (1 << 7)
  186. #define DRM_EDID_HDMI_DC_48 (1 << 6)
  187. #define DRM_EDID_HDMI_DC_36 (1 << 5)
  188. #define DRM_EDID_HDMI_DC_30 (1 << 4)
  189. #define DRM_EDID_HDMI_DC_Y444 (1 << 3)
  190. /* ELD Header Block */
  191. #define DRM_ELD_HEADER_BLOCK_SIZE 4
  192. #define DRM_ELD_VER 0
  193. # define DRM_ELD_VER_SHIFT 3
  194. # define DRM_ELD_VER_MASK (0x1f << 3)
  195. # define DRM_ELD_VER_CEA861D (2 << 3) /* supports 861D or below */
  196. # define DRM_ELD_VER_CANNED (0x1f << 3)
  197. #define DRM_ELD_BASELINE_ELD_LEN 2 /* in dwords! */
  198. /* ELD Baseline Block for ELD_Ver == 2 */
  199. #define DRM_ELD_CEA_EDID_VER_MNL 4
  200. # define DRM_ELD_CEA_EDID_VER_SHIFT 5
  201. # define DRM_ELD_CEA_EDID_VER_MASK (7 << 5)
  202. # define DRM_ELD_CEA_EDID_VER_NONE (0 << 5)
  203. # define DRM_ELD_CEA_EDID_VER_CEA861 (1 << 5)
  204. # define DRM_ELD_CEA_EDID_VER_CEA861A (2 << 5)
  205. # define DRM_ELD_CEA_EDID_VER_CEA861BCD (3 << 5)
  206. # define DRM_ELD_MNL_SHIFT 0
  207. # define DRM_ELD_MNL_MASK (0x1f << 0)
  208. #define DRM_ELD_SAD_COUNT_CONN_TYPE 5
  209. # define DRM_ELD_SAD_COUNT_SHIFT 4
  210. # define DRM_ELD_SAD_COUNT_MASK (0xf << 4)
  211. # define DRM_ELD_CONN_TYPE_SHIFT 2
  212. # define DRM_ELD_CONN_TYPE_MASK (3 << 2)
  213. # define DRM_ELD_CONN_TYPE_HDMI (0 << 2)
  214. # define DRM_ELD_CONN_TYPE_DP (1 << 2)
  215. # define DRM_ELD_SUPPORTS_AI (1 << 1)
  216. # define DRM_ELD_SUPPORTS_HDCP (1 << 0)
  217. #define DRM_ELD_AUD_SYNCH_DELAY 6 /* in units of 2 ms */
  218. # define DRM_ELD_AUD_SYNCH_DELAY_MAX 0xfa /* 500 ms */
  219. #define DRM_ELD_SPEAKER 7
  220. # define DRM_ELD_SPEAKER_RLRC (1 << 6)
  221. # define DRM_ELD_SPEAKER_FLRC (1 << 5)
  222. # define DRM_ELD_SPEAKER_RC (1 << 4)
  223. # define DRM_ELD_SPEAKER_RLR (1 << 3)
  224. # define DRM_ELD_SPEAKER_FC (1 << 2)
  225. # define DRM_ELD_SPEAKER_LFE (1 << 1)
  226. # define DRM_ELD_SPEAKER_FLR (1 << 0)
  227. #define DRM_ELD_PORT_ID 8 /* offsets 8..15 inclusive */
  228. # define DRM_ELD_PORT_ID_LEN 8
  229. #define DRM_ELD_MANUFACTURER_NAME0 16
  230. #define DRM_ELD_MANUFACTURER_NAME1 17
  231. #define DRM_ELD_PRODUCT_CODE0 18
  232. #define DRM_ELD_PRODUCT_CODE1 19
  233. #define DRM_ELD_MONITOR_NAME_STRING 20 /* offsets 20..(20+mnl-1) inclusive */
  234. #define DRM_ELD_CEA_SAD(mnl, sad) (20 + (mnl) + 3 * (sad))
  235. struct edid {
  236. u8 header[8];
  237. /* Vendor & product info */
  238. u8 mfg_id[2];
  239. u8 prod_code[2];
  240. u32 serial; /* FIXME: byte order */
  241. u8 mfg_week;
  242. u8 mfg_year;
  243. /* EDID version */
  244. u8 version;
  245. u8 revision;
  246. /* Display info: */
  247. u8 input;
  248. u8 width_cm;
  249. u8 height_cm;
  250. u8 gamma;
  251. u8 features;
  252. /* Color characteristics */
  253. u8 red_green_lo;
  254. u8 black_white_lo;
  255. u8 red_x;
  256. u8 red_y;
  257. u8 green_x;
  258. u8 green_y;
  259. u8 blue_x;
  260. u8 blue_y;
  261. u8 white_x;
  262. u8 white_y;
  263. /* Est. timings and mfg rsvd timings*/
  264. struct est_timings established_timings;
  265. /* Standard timings 1-8*/
  266. struct std_timing standard_timings[8];
  267. /* Detailing timings 1-4 */
  268. struct detailed_timing detailed_timings[4];
  269. /* Number of 128 byte ext. blocks */
  270. u8 extensions;
  271. /* Checksum */
  272. u8 checksum;
  273. } __attribute__((packed));
  274. #define EDID_PRODUCT_ID(e) ((e)->prod_code[0] | ((e)->prod_code[1] << 8))
  275. /* Short Audio Descriptor */
  276. struct cea_sad {
  277. u8 format;
  278. u8 channels; /* max number of channels - 1 */
  279. u8 freq;
  280. u8 byte2; /* meaning depends on format */
  281. };
  282. struct drm_encoder;
  283. struct drm_connector;
  284. struct drm_display_mode;
  285. struct hdmi_avi_infoframe;
  286. struct hdmi_vendor_infoframe;
  287. void drm_edid_to_eld(struct drm_connector *connector, struct edid *edid);
  288. int drm_edid_to_sad(struct edid *edid, struct cea_sad **sads);
  289. int drm_edid_to_speaker_allocation(struct edid *edid, u8 **sadb);
  290. int drm_av_sync_delay(struct drm_connector *connector,
  291. const struct drm_display_mode *mode);
  292. struct drm_connector *drm_select_eld(struct drm_encoder *encoder);
  293. int drm_load_edid_firmware(struct drm_connector *connector);
  294. int
  295. drm_hdmi_avi_infoframe_from_display_mode(struct hdmi_avi_infoframe *frame,
  296. const struct drm_display_mode *mode);
  297. int
  298. drm_hdmi_vendor_infoframe_from_display_mode(struct hdmi_vendor_infoframe *frame,
  299. const struct drm_display_mode *mode);
  300. /**
  301. * drm_eld_mnl - Get ELD monitor name length in bytes.
  302. * @eld: pointer to an eld memory structure with mnl set
  303. */
  304. static inline int drm_eld_mnl(const uint8_t *eld)
  305. {
  306. return (eld[DRM_ELD_CEA_EDID_VER_MNL] & DRM_ELD_MNL_MASK) >> DRM_ELD_MNL_SHIFT;
  307. }
  308. /**
  309. * drm_eld_sad - Get ELD SAD structures.
  310. * @eld: pointer to an eld memory structure with sad_count set
  311. */
  312. static inline const uint8_t *drm_eld_sad(const uint8_t *eld)
  313. {
  314. unsigned int ver, mnl;
  315. ver = (eld[DRM_ELD_VER] & DRM_ELD_VER_MASK) >> DRM_ELD_VER_SHIFT;
  316. if (ver != 2 && ver != 31)
  317. return NULL;
  318. mnl = drm_eld_mnl(eld);
  319. if (mnl > 16)
  320. return NULL;
  321. return eld + DRM_ELD_CEA_SAD(mnl, 0);
  322. }
  323. /**
  324. * drm_eld_sad_count - Get ELD SAD count.
  325. * @eld: pointer to an eld memory structure with sad_count set
  326. */
  327. static inline int drm_eld_sad_count(const uint8_t *eld)
  328. {
  329. return (eld[DRM_ELD_SAD_COUNT_CONN_TYPE] & DRM_ELD_SAD_COUNT_MASK) >>
  330. DRM_ELD_SAD_COUNT_SHIFT;
  331. }
  332. /**
  333. * drm_eld_calc_baseline_block_size - Calculate baseline block size in bytes
  334. * @eld: pointer to an eld memory structure with mnl and sad_count set
  335. *
  336. * This is a helper for determining the payload size of the baseline block, in
  337. * bytes, for e.g. setting the Baseline_ELD_Len field in the ELD header block.
  338. */
  339. static inline int drm_eld_calc_baseline_block_size(const uint8_t *eld)
  340. {
  341. return DRM_ELD_MONITOR_NAME_STRING - DRM_ELD_HEADER_BLOCK_SIZE +
  342. drm_eld_mnl(eld) + drm_eld_sad_count(eld) * 3;
  343. }
  344. /**
  345. * drm_eld_size - Get ELD size in bytes
  346. * @eld: pointer to a complete eld memory structure
  347. *
  348. * The returned value does not include the vendor block. It's vendor specific,
  349. * and comprises of the remaining bytes in the ELD memory buffer after
  350. * drm_eld_size() bytes of header and baseline block.
  351. *
  352. * The returned value is guaranteed to be a multiple of 4.
  353. */
  354. static inline int drm_eld_size(const uint8_t *eld)
  355. {
  356. return DRM_ELD_HEADER_BLOCK_SIZE + eld[DRM_ELD_BASELINE_ELD_LEN] * 4;
  357. }
  358. struct edid *drm_do_get_edid(struct drm_connector *connector,
  359. int (*get_edid_block)(void *data, u8 *buf, unsigned int block,
  360. size_t len),
  361. void *data);
  362. #endif /* __DRM_EDID_H__ */