Bounty 100 EUR - Displayport Alt Mode - Enable USB C to HDMI

Inerent

Senior Member
Oct 6, 2017
1,024
361
93
39
Bucharest
Hi, Andro,
Please look into BoardConfig.mk... you are the man and have the experience and I will try to make that bounty higher:p
P. S. Just give me a sign that you are willing to look into this please!

Here is my list with Sd835 supporting Displayport alt mode after googleing many night on forums:
Samsung S8, N8, S8+, LG v30, Razer, Essential Phone
 
Last edited:

Inerent

Senior Member
Oct 6, 2017
1,024
361
93
39
Bucharest
There are 4 modes for Type-C DP alt mode:
1) USB host only :

extcon_set_cable_state(edev, EXTCON_USB_HOST, 1);
extcon_set_cable_state(edev, EXTCON_USB, 0);
extcon_set_cable_state(edev, EXTCON_DISP_DP, 0);

2) USB device only

extcon_set_cable_state(edev, EXTCON_USB_HOST, 0);
extcon_set_cable_state(edev, EXTCON_USB, 1);
extcon_set_cable_state(edev, EXTCON_DISP_DP, 0);

3) DP only

extcon_set_cable_state(edev, EXTCON_USB_HOST, 0);
extcon_set_cable_state(edev, EXTCON_USB, 0);
extcon_set_cable_state(edev, EXTCON_DISP_DP, 1);

4) USB + DP

extcon_set_cable_state(edev, EXTCON_USB_HOST, 1);
extcon_set_cable_state(edev, EXTCON_USB, 0);
extcon_set_cable_state(edev, EXTCON_DISP_DP, 1);

we need to write the code from 4. (1,0,1)
 

Inerent

Senior Member
Oct 6, 2017
1,024
361
93
39
Bucharest

timetraveler

Senior Member
Jan 27, 2009
303
6
0
Bounty

That looks great. May I ask how you achieved it?
Feel free to collect the 100 € bounty in that feature request thread. You deserve it.
Has the bounty been taken I found a way to send all my screen action to my TV and it works great finally I can keep my phone lol any one interested. Pm only
 

Inerent

Senior Member
Oct 6, 2017
1,024
361
93
39
Bucharest
As you can read in my posts, this can be achieved with displaylink hardware, but only in 1080p, not in 4k. Therefore no bounty for extra hardware which is not 4k capable.
 
Our Apps
Get our official app!
The best way to access XDA on your phone
Nav Gestures
Add swipe gestures to any Android
One Handed Mode
Eases uses one hand with your phone