wlroots-hyprland/backend/drm
emersion 9b1d9fb91e
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;
2018-12-23 10:36:53 +01:00
..
atomic.c backend/drm: add WLR_DRM_NO_ATOMIC_GAMMA env variable 2018-10-28 23:43:21 +01:00
backend.c Rename get_present_clock to get_presentation clock, use it 2018-10-04 22:00:22 +02:00
drm.c Standardize the wlr_box input paramaters 2018-12-21 13:56:10 -05:00
legacy.c output: make gamma size a size_t and gamma table const 2018-10-03 10:36:33 +02:00
properties.c backend/drm: Improve encoder logic 2018-12-09 22:48:00 +13:00
renderer.c backend/drm: specify minimum config attributes 2018-11-04 09:00:55 +01:00
util.c backend/drm: get physical size from libdrm 2018-12-23 10:36:53 +01:00