1
00:00:00,600 --> 00:00:04,800
Hello everyone, in this lesson we will learn about the workflow of the digital interface
2
00:00:05,300 --> 00:00:09,166
The workflow of the digital interface can be simplified as:
3
00:00:09,200 --> 00:00:13,133
power supply, HPD, screen reading, display signal
4
00:00:14,100 --> 00:00:18,300
Both HDMI and DP follow this process
5
00:00:18,900 --> 00:00:20,666
Let's take the HDMI interface as an example
6
00:00:21,200 --> 00:00:22,966
First is the power supply
7
00:00:22,966 --> 00:00:25,500
The power supply of the HDMI interface is 5V
8
00:00:25,766 --> 00:00:30,633
With the power supply, inserting the screen cable 5V will give the screen
9
00:00:30,900 --> 00:00:34,066
After the screen receives 5V, it will return a high level HPD
10
00:00:35,866 --> 00:00:42,800
This HPD is generally for the internal display chip, and it is for the CPU on the mainboard.
11
00:00:43,866 --> 00:00:50,900
When the CPU receives a high-level HPD signal, it knows that a display device has been plugged in
12
00:00:51,066 --> 00:00:57,066
Next, the screen data will be read through the DDC bus
13
00:00:57,733 --> 00:01:04,900
After reading the screen data, a display signal will be sent through the data line and the clock line
14
00:01:05,366 --> 00:01:09,000
After the screen receives the display signal, there will be a picture
15
00:01:09,733 --> 00:01:12,900
At this point, the workflow of the HDMI interface is over.
16
00:01:13,333 --> 00:01:18,500
The only difference between DP interface and HDMI interface is that
17
00:01:18,900 --> 00:01:22,133
it uses AUX bus instead of DDC bus and clock line
18
00:01:23,566 --> 00:01:27,266
Ok, so that's the workflow of a digital interface