mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
backend/drm: add support for custom modes
Use the CVT algorithm to create a drmModeModeInfo.
This commit is contained in:
parent
e97c2c3639
commit
0e57effd38
5 changed files with 307 additions and 6 deletions
|
|
@ -3,6 +3,7 @@ backend_files = files(
|
|||
'backend.c',
|
||||
'drm/atomic.c',
|
||||
'drm/backend.c',
|
||||
'drm/cvt.c',
|
||||
'drm/drm.c',
|
||||
'drm/legacy.c',
|
||||
'drm/properties.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue