Re: [PATCH v2] drm/vkms: Remove index parameter from init_vkms_output

2024-10-31 Thread José Expósito
> 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. > >

Re: [PATCH v2] drm/vkms: Remove index parameter from init_vkms_output

2024-10-28 Thread Louis Chauvet
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

Re: [PATCH v2] drm/vkms: Remove index parameter from init_vkms_output

2024-10-26 Thread Maíra Canal
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

[PATCH v2] drm/vkms: Remove index parameter from init_vkms_output

2024-10-10 Thread Louis Chauvet
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