index
:
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
2024-02-27
backend/drm: use CRTC pointers instead of indices in realloc_crtcs()
Simon Ser
2024-02-27
backend/drm: improve CRTC reallocation pretty printing
Simon Ser
2024-02-26
backend/drm: move primary FB check after pending buffer logic
Simon Ser
2024-02-26
backend/drm: fix primary FB check
Simon Ser
2024-02-26
backend/drm: use output_pending_enabled()
Simon Ser
2024-02-25
backend/drm: Ensure a primary fb is available when configuring an output
Alexander Orzechowski
2024-02-25
backend/drm: Remove dead code
Alexander Orzechowski
2024-02-25
backend/drm: Init connector after we try to allocate a crtc for it
Alexander Orzechowski
2024-02-22
backend/drm: Remove erroneous free
Kenny Levinsen
2024-02-22
backend/drm: Free current_modeinfo on error
Kenny Levinsen
2024-02-21
backend/drm: don't destroy previous DRM master blobs
Simon Ser
2024-02-15
Define _POSIX_C_SOURCE globally
Simon Ser
2024-02-15
backend/drm: skip reset after VT switch if possible
Simon Ser
2024-02-15
backend/drm: fix typo in restore_drm_device() comment
Simon Ser
2024-02-15
backend/drm: move restore logic to drm.c
Simon Ser
2024-02-14
backend/drm: call get_drm_connector_props() when creating connector
Simon Ser
2024-02-14
backend/drm: add drm_page_flip_create()
Simon Ser
2024-02-12
backend/drm: drop unnecessary _XOPEN_SOURCE
Simon Ser
2024-01-31
backend/drm: use wlr_drm_backend.name for fd cloning
Kirill Primak
2024-01-27
backend/drm: add support for atomic tearing page-flips
Simon Ser
2024-01-25
backend/drm: drop wl_display argument
Simon Ser
2024-01-25
backend: stop calling wl_display_terminate()
Simon Ser
2023-12-30
backend/drm: save current refresh rate
Simon Ser
2023-11-30
backend/drm: move drm_plane_finish_surface() to drm.c
Simon Ser
2023-11-30
backend/drm: split wlr_drm_fb related functions into separate file
Simon Ser
2023-11-25
Cleanup wlr_matrix.h includes
Simon Ser
2023-11-23
output: take wl_event_loop in wlr_output_init()
Simon Ser
2023-11-23
util/transform: move over wl_output_transform helpers
Simon Ser
2023-11-19
backend/drm: add wlr_drm_connector_state.nonblock
Simon Ser
2023-11-19
backend/drm: fix pending page-flip check
Simon Ser
2023-11-17
backend/drm: Destroy page flips on backend destroy
Alexander Orzechowski
2023-11-17
backend/drm: Track page flips in list
Alexander Orzechowski
2023-11-17
backend/drm: introduce page-flip tracking struct
Simon Ser
2023-11-15
backend/drm: ensure plane surfaces are cleaned up on shutdown
Simon Ser
2023-10-30
backend: drop wlr_backend_get_presentation_clock()
Simon Ser
2023-10-09
output: allow_artifacts -> allow_reconfiguration
Kenny Levinsen
2023-10-02
backend/drm: restore pending page-flip check when tearing
Simon Ser
2023-09-28
backend/drm: Add async page flip support to legacy
vaxerski
2023-09-07
backend/drm: Compute custom mode correctly
Alexander Orzechowski
2023-08-25
backend/drm: drop no-op shortcut
Simon Ser
2023-08-23
output: trigger frame/present events on all commits on enabled output
Simon Ser
2023-08-23
backend/drm: report !presented if session is inactive
Rose Hudson
2023-08-23
backend/drm: don't set frame_pending on modeset
Rose Hudson
2023-08-16
backend/drm: Use output state to set init mode
Alexander Orzechowski
2023-08-16
backend/drm: Move output variable up in connect_drm_connector
Alexander Orzechowski
2023-08-16
output: Add initialization state to wlr_output_init
Alexander Orzechowski
2023-07-14
backend/drm: stop checking for wlr_client_buffer
Simon Ser
2023-07-11
Use wl_container_of() instead of casts
Simon Ser
2023-07-07
Use struct initializers instead of memset()
Simon Ser
2023-06-30
backend/drm: use panel_orientation if it is set
Clayton Craft
[next]