[v6 5/5] drm/panel-simple: Add Samsung ATNA33XC20

Doug Anderson dianders at chromium.org
Wed Jun 16 15:02:07 UTC 2021


Hi,

On Sat, Jun 12, 2021 at 5:09 AM Rajeev Nandan <rajeevny at 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,


More information about the dri-devel mailing list