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

2024-09-18 Thread Louis Chauvet
Le 17/09/24 - 18:02, José Expósito a écrit : > Hi Louis, > > > 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 o

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

2024-09-17 Thread José Expósito
Hi Louis, > 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

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

2024-09-06 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