Hi,
On Sat, Jun 12, 2021 at 5:09 AM Rajeev Nandan rajeevny@codeaurora.org wrote:
+static const struct panel_desc samsung_atna33xc20 = {
.modes = &samsung_atna33xc20_mode,
.num_modes = 1,
.bpc = 10,
.size = {
.width = 294,
.height = 165,
},
.delay = {
.disable_to_power_off = 150,
.power_to_enable = 150,
As per https://crrev.com/c/2966167 it's apparently been discovered that these should be:
.disable_to_power_off = 200, .power_to_enable = 400,