Re: [PATCH 3/3] drm: rcar-du: Add DRM blend mode support

2022-07-30 Thread Laurent Pinchart
Hi Hayama-san, Thank you for the patch. On Mon, Jul 04, 2022 at 11:52:31AM +0900, Takanari Hayama wrote: > R-Car DU supports different blend modes via VSP1. Add DRM blend mode > supports to make it configurable. > > As drm_plane_create_blend_mode_property() creates the blend mode > property with

[PATCH 3/3] drm: rcar-du: Add DRM blend mode support

2022-07-05 Thread Takanari Hayama
R-Car DU supports different blend modes via VSP1. Add DRM blend mode supports to make it configurable. As drm_plane_create_blend_mode_property() creates the blend mode property with the default value of DRM_MODE_BLEND_PREMULTI, it changes the default blending behavior on R-Car DU. The rcar-du's bl