mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:24:47 +01:00
drm/vkms: Allow to attach planes and CRTCs
Add a list of possible CRTCs to the plane configuration and helpers to attach, detach and get the primary and cursor planes attached to a CRTC. Now that the default configuration has its planes and CRTC correctly attached, configure the output following the configuration. Reviewed-by: Louis Chauvet <louis.chauvet@bootlin.com> Co-developed-by: Louis Chauvet <louis.chauvet@bootlin.com> Signed-off-by: Louis Chauvet <louis.chauvet@bootlin.com> Signed-off-by: José Expósito <jose.exposito89@gmail.com> Link: https://patchwork.freedesktop.org/patch/msgid/20250218101214.5790-11-jose.exposito89@gmail.com Signed-off-by: Maxime Ripard <mripard@kernel.org>
This commit is contained in:
parent
600df32dac
commit
c204bf652a
6 changed files with 455 additions and 37 deletions
|
|
@ -692,6 +692,7 @@ ForEachMacros:
|
|||
- 'virtio_device_for_each_vq'
|
||||
- 'vkms_config_for_each_crtc'
|
||||
- 'vkms_config_for_each_plane'
|
||||
- 'vkms_config_plane_for_each_possible_crtc'
|
||||
- 'while_for_each_ftrace_op'
|
||||
- 'xa_for_each'
|
||||
- 'xa_for_each_marked'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue