On Thu, May 4, 2017 at 12:53 PM, agheorghe
<alexandru_gheor...@mentor.com> wrote:
> --- a/include/media/vsp1.h
> +++ b/include/media/vsp1.h
> @@ -32,6 +32,9 @@ struct vsp1_du_atomic_config {
>         struct v4l2_rect dst;
>         unsigned int alpha;
>         unsigned int zpos;
> +       u32 colorkey;
> +       bool colorkey_en;

Please move this bool down, together with the other bool, to reduce
object size due to alignment.

> +       u32 colorkey_alpha;
>         bool interlaced;
>  };

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

Reply via email to