index
:
navi/wayland/wlroots.git
master
fork of wlroots with action binder support
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backend
/
drm
/
drm.c
Age
Commit message (
Expand
)
Author
2022-11-15
backend/drm: only request page-flip if active
Simon Ser
2022-11-15
backend/drm: fix FPE when disabling output
Simon Ser
2022-11-14
backend/drm: log modesetting commits
Simon Ser
2022-11-14
backend/drm: log refresh rate in Hz
Simon Ser
2022-11-11
backend/drm: request page-flip event on modeset
Simon Ser
2022-11-02
backend/drm: get possible CRTCs in create_drm_connector()
Simon Ser
2022-11-02
backend/drm: extract create_drm_connector()
Simon Ser
2022-10-19
backend/drm: fetch current CRTC once on startup
Simon Ser
2022-10-17
backend/drm: drop drm_crtc_page_flip()
Simon Ser
2022-10-17
backend/drm: fix EINVAL atomic commits after VT switch
Simon Ser
2022-10-17
backend/drm: extract current mode logic into separate function
Simon Ser
2022-10-15
backend/drm: extract connect_drm_connector() logic
Simon Ser
2022-10-14
backend/drm: use atomic API to fetch current connector's CRTC
Simon Ser
2022-10-13
backend/drm: use wl_container_of() instead of casts for wlr_drm_mode
Simon Ser
2022-10-10
backend/drm: drop drm_connector_set_mode()
Simon Ser
2022-10-07
backend/drm: allocate connector CRTC on lease creation
Simon Zeni
2022-10-07
backend/drm: nuke wlr_drm_connector.desired_enabled
Simon Ser
2022-10-07
backend/drm: drop unnecessary wlr_drm_connector.crtc checks
Simon Ser
2022-10-03
backend/drm: remove outdated TODO
Simon Ser
2022-10-03
backend/drm: don't unconditionally set desired_enabled
Simon Ser
2022-09-30
backend/drm: fix missing wlr_output_state.allow_artifacts
Simon Ser
2022-09-30
output: add wlr_output_state.allow_artifacts
Simon Ser
2022-09-22
backend/drm: pass through mode picture aspect ratio
Simon Ser
2022-09-21
backend/drm: de-duplicate wlr_drm_mode creation
Simon Ser
2022-09-16
Initialize connectors current mode to the mode used by KMS on startup.
vanfanel
2022-08-30
output: fail commits if adaptive sync cannot be enabled
Simon Ser
2022-08-22
Use env helpers
Alexander Orzechowski
2022-08-18
Use wl_signal_emit_mutable
Alexander Orzechowski
2022-08-10
backend/drm: drop enum wlr_drm_connector_status
Simon Ser
2022-08-10
backend/drm: drop WLR_DRM_CONN_NEEDS_MODESET
Simon Ser
2022-07-25
backend/drm: use drmModeConnectorGetPossibleCrtcs
Simon Ser
2022-07-25
backend/drm: use drmModeGetConnectorTypeName
Simon Ser
2022-06-19
backend/drm: set "max bpc" to the max
Simon Ser
2022-06-19
backend/drm: remove unused CRTC count check
Simon Ser
2022-06-07
backend/drm: make serial optional
Simon Ser
2022-06-02
backend/drm: fix check for no-op commits
Isaac Freund
2022-06-02
backend/drm: short-circuit no-op commits
Simon Ser
2022-05-30
output: pass wlr_output_state to backend
Simon Ser
2022-05-11
backend/drm: fetch EDID manufacturer from udev_hwdb
Simon Ser
2022-04-28
Zero-initialize structs in init functions
Simon Ser
2022-03-13
Pass O_CLOEXEC to drmModeCreateLease calls
Samuel Čavoj
2021-12-14
backend/drm: use drmModeFormatModifierBlobIterNext
Simon Ser
2021-12-09
output: introduce wlr_output_set_name
Simon Ser
2021-11-26
backend/drm: always add LINEAR to supported modifiers
Simon Ser
2021-11-26
Require INVALID for implicit format modifiers
Simon Ser
2021-11-19
backend/drm: scan leases on uevent
Simon Ser
2021-11-19
backend/drm: introduce wlr_drm_lease
Simon Ser
2021-11-02
backend/drm: handle per-connector hotplug events
Simon Ser
2021-10-15
output: add presented flag to presentation event
Kirill Primak
2021-10-01
Revert "Require INVALID for implicit format modifiers"
Simon Ser
[next]