I am currently checking the device operation of PTN3460I.
I want to adjust the brightness of both the I2C master and the DP source.
To do this, both settings must be the same.
Question.
Is it possible to get the rewritten PWM Value via DPCD registers (0x722 & 0x723) in the Configuration Register (0x90 & 0x91)?
After the reset is released, you can read the DefaultValue by reading the Configuration Registers (0x90 & 0x91) and DPCD registers (0x722 & 0x723).
When I rewrote the Configuration Registers (0x90 & 0x91) with I2C-bus master, I was able to confirm the change in brightness.
You can also read the rewritten PWM Value with Configuration Registers (0x90 & 0x91).
The PWM Value rewritten by I2C-bus master could also be read by DPCD registers (0x722 & 0x723).
Next, when I rewrote the DPCD registers (0x722 & 0x723) again with I2C-Over-Aux, I was able to confirm the change in brightness.
You can read the rewritten PWM Value with DPCD registers (0x722 & 0x723),
In the Configuration Register (0x90 & 0x91), the PWM Value rewritten in the previous Configuration Register (0x90 & 0x91) could be read.