diff options
author | emersion <contact@emersion.fr> | 2018-12-23 10:36:53 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-12-23 10:36:53 +0100 |
commit | 9b1d9fb91ea6852fc55303b54869f08326bb1b10 (patch) | |
tree | 8711f2a2609060010961e9b5164c5b74a17da96f /include/backend | |
parent | ed5296c6cf23efa07f78e1657cec1528f638f95e (diff) |
backend/drm: get physical size from libdrm
Values from libdrm are likely more reliable than raw values from the EDID. We
were already using values from libdrm, but they were overwritten by parse_edid.
See drm.c:
wlr_conn->output.phys_width = drm_conn->mmWidth;
wlr_conn->output.phys_height = drm_conn->mmHeight;
Diffstat (limited to 'include/backend')
0 files changed, 0 insertions, 0 deletions