wlroots/backend/drm
Mariusz Bialonczyk e547e55be0 multi-gpu: do not flip screens on secondary GPU
All screens on secondary GPU in multiple GPU configurations
was flipped 180.

The flipped screens was always on secondary card (the primary card
was always correct).

Tested on nouveau with:
WLR_DRM_DEVICES=/dev/dri/card1:/dev/dri/card2
WLR_DRM_DEVICES=/dev/dri/card2:/dev/dri/card1

The commit is fixing this problem. Now all screens are "normal".
2018-08-03 07:43:22 +02:00
..
atomic.c Implement wlr-gamma-control-unstable-v1 2018-08-02 23:33:04 +01:00
backend.c multi-backend: do not expose internal renderers 2018-08-03 07:43:22 +02:00
drm.c backend/drm: remove unnecessary casts 2018-08-02 23:33:59 +01:00
legacy.c util: add wlr_ prefix to log symbols 2018-07-09 22:49:54 +01:00
properties.c util: add wlr_ prefix to log symbols 2018-07-09 22:49:54 +01:00
renderer.c multi-gpu: do not flip screens on secondary GPU 2018-08-03 07:43:22 +02:00
util.c util: add wlr_ prefix to log symbols 2018-07-09 22:49:54 +01:00