aboutsummaryrefslogtreecommitdiff
path: root/backend/drm/drm.c
AgeCommit message (Expand)Author
2023-10-02backend/drm: restore pending page-flip check when tearingSimon Ser
2023-09-28backend/drm: Add async page flip support to legacyvaxerski
2023-09-07backend/drm: Compute custom mode correctlyAlexander Orzechowski
2023-08-25backend/drm: drop no-op shortcutSimon Ser
2023-08-23output: trigger frame/present events on all commits on enabled outputSimon Ser
2023-08-23backend/drm: report !presented if session is inactiveRose Hudson
2023-08-23backend/drm: don't set frame_pending on modesetRose Hudson
2023-08-16backend/drm: Use output state to set init modeAlexander Orzechowski
2023-08-16backend/drm: Move output variable up in connect_drm_connectorAlexander Orzechowski
2023-08-16output: Add initialization state to wlr_output_initAlexander Orzechowski
2023-07-14backend/drm: stop checking for wlr_client_bufferSimon Ser
2023-07-11Use wl_container_of() instead of castsSimon Ser
2023-07-07Use struct initializers instead of memset()Simon Ser
2023-06-30backend/drm: use panel_orientation if it is setClayton Craft
2023-06-27output: Set output mode during main commitAlexander Orzechowski
2023-06-27backend/drm: Don't add pollute fixed modes list with custom modesAlexander Orzechowski
2023-06-26backend/drm: remove duplicate needs_frame() in set_cursor()Simon Ser
2023-06-23output: add wlr_output_state_init()Simon Ser
2023-06-22backend/drm: fix libliftoff_plane double-freeSimon Ser
2023-06-21backend/drm: Fix typoAlexander Orzechowski
2023-05-31backend/drm: introduce wlr_drm_mode_get_info()Simon Ser
2023-05-11wlr_drm_format: Rework wlr_drm_format_intersectAlexander Orzechowski
2023-05-11wlr_drm_format: Introduce drm_format_finishAlexander Orzechowski
2023-03-20backend/drm: log drm_connector_alloc_crtc() failuresSimon Ser
2023-02-28backend/drm: use libdisplay-info for CVT mode generationSimon Ser
2023-02-21render/swapchain: make publicSimon Ser
2023-02-21backend/drm: drop wlr_drm_layer.pending_{width,height}Simon Ser
2023-02-20backend/drm: send output layer feedback eventsSimon Ser
2023-02-20backend/drm: add support for output layersSimon Ser
2023-02-20backend/drm: add libliftoff interfaceSimon Ser
2023-02-20backend/drm: init wlr_drm_plane for all plane typesSimon Ser
2023-01-31backend/drm: set "max bpc" property based on pixel formatSimon Ser
2022-12-16backend/drm: check return value of get_drm_{connector,crtc}_props()Simon Ser
2022-12-15backend/drm: remove wlr_drm_crtc.legacy_crtcSimon Ser
2022-12-15backend/drm: fetch fresh legacy CRTC in connector_get_current_mode()Simon Ser
2022-12-13backend/drm: drop unused arg in connector_get_current_mode()Simon Ser
2022-12-13backend/drm: prevent out-of-bounds array access on unknown subpixelSimon Ser
2022-12-13backend/drm: refuse to switch CRTC for enabled connectorSimon Ser
2022-12-13backend/drm: rename wlr_drm_backend.outputs to connectorsSimon Ser
2022-12-13backend/drm: clear pending cursor FB in drm_connector_commit_state()Simon Ser
2022-12-13backend/drm: update wlr_drm_connnector.crtc in drm_connector_commit_state()Simon Ser
2022-12-13backend/drm: print stringified connector status in realloc_crtcs()Simon Ser
2022-12-07backend/drm: store pending FB in stateSimon Ser
2022-12-07backend/drm: use separate field to store pending cursor FBSimon Ser
2022-12-07backend/drm: simplify dealloc_crtc() commitSimon Ser
2022-12-07backend/drm: fix VRR testSimon Ser
2022-11-17backend/drm: don't damage output on CRTC changeSimon Ser
2022-11-17output: call wlr_output_update_enabled() after commitSimon Ser
2022-11-15backend/drm: only request page-flip if activeSimon Ser
2022-11-15backend/drm: fix FPE when disabling outputSimon Ser