Skip to content

backends/drm: always prefer 10bpc buffers when supported

Xaver Hugl requested to merge work/zamundaaa/10bpc into master

The environment variable is primarily meant as a workaround for displays and drivers that misbehave when more than 8 bits per color is used. To simplify the code, this commit makes the environment variable only control the bpc used for displays, instead of also controlling which buffer formats get used.

Merge request reports