Skip to content
Snippets Groups Projects
Commit 4a11f66e authored by Keith Packard's avatar Keith Packard Committed by Adam Jackson
Browse files

xf86-video-modesetting: Don't enable UNIVERSAL_PLANES separately


We don't want universal_planes unless we're using atomic APIs for
modesetting, and the kernel already enables universal_planes
automatically when atomic is enabled.

If we enable universal_planes when we're not using atomic, then we
won't have selected a plane for each crtc, and this will break lease
creation which requires planes for each output when universal_planes
is enabled.

Signed-off-by: default avatarKeith Packard <keithp@keithp.com>
Reviewed-by: default avatarDaniel Stone <daniels@collabora.com>
parent 2faf4cef
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment