Skip to content

backend/drm: add env variable to disable modifiers

Simon Ser requested to merge github/fork/Emantor/topic/env_no_modifiers into master

Created by: Emantor

In some cases modesets fail if the planes are initialized with modifiers. Since in this case possibly all planes need to reinitialized, which is not possible in the current wlroots design, add an environment variable for affected users.

Merge request reports