Re: [PATCH] drm/vkms: add module parameter to set background color

2023-04-11 Thread Dan Carpenter
://anongit.freedesktop.org/drm/drm-misc drm-misc-next patch link: https://lore.kernel.org/r/20230406172002.124456-1-mcanal%40igalia.com patch subject: [PATCH] drm/vkms: add module parameter to set background color config: i386-randconfig-m031-20230403 (https://download.01.org/0day-ci/archive/20230408

Re: [PATCH] drm/vkms: add module parameter to set background color

2023-04-06 Thread kernel test robot
/20230407-012233 base: git://anongit.freedesktop.org/drm/drm-misc drm-misc-next patch link: https://lore.kernel.org/r/20230406172002.124456-1-mcanal%40igalia.com patch subject: [PATCH] drm/vkms: add module parameter to set background color config: powerpc-allmodconfig (https://download.01.org/0day-ci

Re: [PATCH] drm/vkms: add module parameter to set background color

2023-04-06 Thread Maíra Canal
On 4/6/23 15:23, Daniel Vetter wrote: On Thu, Apr 06, 2023 at 03:06:56PM -0300, Maíra Canal wrote: On 4/6/23 14:28, Daniel Vetter wrote: On Thu, 6 Apr 2023 at 19:20, Maíra Canal wrote: After commit 8ba1648567e2 ("drm: vkms: Refactor the plane composer to accept new formats") the composition

Re: [PATCH] drm/vkms: add module parameter to set background color

2023-04-06 Thread Daniel Vetter
On Thu, Apr 06, 2023 at 03:06:56PM -0300, Maíra Canal wrote: > On 4/6/23 14:28, Daniel Vetter wrote: > > On Thu, 6 Apr 2023 at 19:20, Maíra Canal wrote: > > > > > > After commit 8ba1648567e2 ("drm: vkms: Refactor the plane composer to > > > accept new formats") the composition is no longer

Re: [PATCH] drm/vkms: add module parameter to set background color

2023-04-06 Thread Maíra Canal
On 4/6/23 14:28, Daniel Vetter wrote: On Thu, 6 Apr 2023 at 19:20, Maíra Canal wrote: After commit 8ba1648567e2 ("drm: vkms: Refactor the plane composer to accept new formats") the composition is no longer performed on top of the primary plane, but instead on top of the CRTC, which means that

Re: [PATCH] drm/vkms: add module parameter to set background color

2023-04-06 Thread Daniel Vetter
On Thu, 6 Apr 2023 at 19:20, Maíra Canal wrote: > > After commit 8ba1648567e2 ("drm: vkms: Refactor the plane composer to > accept new formats") the composition is no longer performed on top of > the primary plane, but instead on top of the CRTC, which means that > now we have a background. > >

[PATCH] drm/vkms: add module parameter to set background color

2023-04-06 Thread Maíra Canal
After commit 8ba1648567e2 ("drm: vkms: Refactor the plane composer to accept new formats") the composition is no longer performed on top of the primary plane, but instead on top of the CRTC, which means that now we have a background. This opens to the possibility of coloring the background with a