[PATCH 09/32] auxdisplay/ht16k33: Set FBINFO_VIRTFB flag

Miguel Ojeda miguel.ojeda.sandonis at gmail.com
Tue Nov 21 23:50:02 UTC 2023


On Wed, Nov 15, 2023 at 11:30 AM Thomas Zimmermann <tzimmermann at suse.de> wrote:
>
> +       fbdev->info->flags |= FBINFO_VIRTFB;

Is the `|=` (instead of just `=`) used in case someone adds something
to the flags before (e.g. `fb_bl_default_curve`) or due to some other
reason? (One of the other patches uses `=`).

In any case, if that is intended:

Acked-by: Miguel Ojeda <ojeda at kernel.org>

Cheers,
Miguel


More information about the dri-devel mailing list