I want to control brightness in the DP monitor connected to Type-c port of the AGX Xavier devkit using to Type-C to DP cable.
Using the following topic as reference, I can adjust the brightness of the HDMI monitor.
In case of DP monitor, the ddcutil detect command is giving the output as “No displays connected” but I can see the UI in the DP monitor.
Any suggestions for debugging why DP monitor is not detected using ddcutil? and is there any other way to adjust brightness for DP displays? @WayneWWW@JerryChang
I have used ddcutil to control the brightness of DP display connected using Type-C to DP cable in laptop. With the same setup I tested in AGX Xavier devkit, it was not working but it works in laptop.
Is there anything to do with AGX Xavier devkit to achieve this or Is there any other way to control brightness of DP display in AGX Xavier devkit?
I have some internal discussion with display experts.
The conclusion is , unfortunately, ddcutil may not work on tegra.
We didn’t reveal the dpaux device as /dev/i2c-n in our system and ddcutil seems need those device node to do their work.
We are able to control the DP display brightness through ddcutil after applying this kernel patch. We have tested in one DP display, will test in different monitors and share observations