-
- Downloads
drm/vkms: Switch to dynamic allocation for CRTC
A specific allocation for the CRTC is not strictly necessary at this point, but in order to implement dynamic configuration of VKMS (configFS), it will be easier to have one allocation per CRTC. Reviewed-by:Maxime Ripard <mripard@kernel.org> Link: https://patchwork.freedesktop.org/patch/msgid/20250117-b4-vkms-allocated-v4-3-8ec8fd21aaf6@bootlin.com Signed-off-by:
Louis Chauvet <louis.chauvet@bootlin.com>
Showing
- drivers/gpu/drm/vkms/vkms_crtc.c 17 additions, 15 deletionsdrivers/gpu/drm/vkms/vkms_crtc.c
- drivers/gpu/drm/vkms/vkms_drv.h 4 additions, 4 deletionsdrivers/gpu/drm/vkms/vkms_drv.h
- drivers/gpu/drm/vkms/vkms_output.c 12 additions, 10 deletionsdrivers/gpu/drm/vkms/vkms_output.c
- drivers/gpu/drm/vkms/vkms_writeback.c 12 additions, 11 deletionsdrivers/gpu/drm/vkms/vkms_writeback.c
Loading
Please register or sign in to comment