Re: [PATCH] drm/vkms: Remove usage of legacy drm_crtc members

2024-11-05 Thread Louis Chauvet
On 03/10/24 - 17:41, Louis Chauvet wrote: > Some members of the drm_crtc structure have been deprecated in favor of > equivalent members in the drm_crtc_state structure. As reported by Ville > Syrjala [1], the VKMS driver was still using these deprecated fields. This > commit updates the VKMS drive

Re: [PATCH] drm/vkms: Remove usage of legacy drm_crtc members

2024-10-03 Thread Ville Syrjälä
On Thu, Oct 03, 2024 at 05:41:10PM +0200, Louis Chauvet wrote: > Some members of the drm_crtc structure have been deprecated in favor of > equivalent members in the drm_crtc_state structure. As reported by Ville > Syrjala [1], the VKMS driver was still using these deprecated fields. This > commit u

[PATCH] drm/vkms: Remove usage of legacy drm_crtc members

2024-10-03 Thread Louis Chauvet
Some members of the drm_crtc structure have been deprecated in favor of equivalent members in the drm_crtc_state structure. As reported by Ville Syrjala [1], the VKMS driver was still using these deprecated fields. This commit updates the VKMS driver to use the new drm_crtc_state fields instead. A