> On 26/10/24 - 12:22, Maíra Canal wrote:
> > Hi Louis,
> >
> > On 10/10/24 14:27, Louis Chauvet wrote:
> > > VKMS currently supports only one CRTC, so it make no sense to have this
> > > index configurable. To avoid issues, replace this hardcoded index by
> > > drm_crtc_mask when applicable.
> >
On 26/10/24 - 12:22, Maíra Canal wrote:
> Hi Louis,
>
> On 10/10/24 14:27, Louis Chauvet wrote:
> > VKMS currently supports only one CRTC, so it make no sense to have this
> > index configurable. To avoid issues, replace this hardcoded index by
> > drm_crtc_mask when applicable.
> >
> > There is
Hi Louis,
On 10/10/24 14:27, Louis Chauvet wrote:
VKMS currently supports only one CRTC, so it make no sense to have this
index configurable. To avoid issues, replace this hardcoded index by
drm_crtc_mask when applicable.
There is no need to manually set a crtc mask on primary and cursor plane
VKMS currently supports only one CRTC, so it make no sense to have this
index configurable. To avoid issues, replace this hardcoded index by
drm_crtc_mask when applicable.
There is no need to manually set a crtc mask on primary and cursor plane
as it is automatically set by drmm_crtc_alloc_with_pl