111 Commits (7086396f75d65890bc3a5e97bf50d0b2361a7cc2)

Author SHA1 Message Date
Leandro Ribeiro 7086396f75 drm-backend: reduce number of drmModeGetConnector() calls 4 years ago
Leandro Ribeiro 702fbf7282 drm-backend: cache drmModeObjectProperties for connectors 4 years ago
Leandro Ribeiro e636990de3 drm-backend: move connector data from struct drm_head to struct drm_connector 4 years ago
Leandro Ribeiro bb33f90658 drm-backend: free old connector props before replacing it with newer data 4 years ago
Pekka Paalanen 3d6721eb15 drm-backend: fix deinit_planes 4 years ago
Leandro Ribeiro de1b77e7cd drm-backend: do not set output->crtc to NULL in drm_output_init_planes() failure 4 years ago
Leandro Ribeiro 05cecc8ef3 drm-backend: cosmetic changes to make the code easier to read 4 years ago
Leandro Ribeiro 3be23eff99 drm-backend: move code to init/deinit planes to specific functions 4 years ago
Leandro Ribeiro 744c0cbb32 drm-backend: drop unused_crtcs from struct drm_backend 4 years ago
Leandro Ribeiro b00d1a2efb drm-backend: move CRTC data from struct drm_output to new struct drm_crtc 4 years ago
Daniel Stone ebcf4f35b4 drm/state-propose: Flatten and clarify control flow 4 years ago
Daniel Stone 71e6ba5c06 drm/state-propose: Fix fix typo typo 4 years ago
Daniel Stone 8ca5d73355 drm/state-propose: Reduce variable scope 4 years ago
Daniel Stone b625cdcf20 drm/state-propose: Remove special casing for cursor plane 4 years ago
Daniel Stone 9217ec9c6c drm/state-propose: Remove unused planes_region member 4 years ago
Michael Olbrich d70e712c2f drm: always check the repaint_status in update_complete 4 years ago
Marius Vlad 5130a8c21a backend-drm: Correctly tear down the DRM backend 4 years ago
Stefan Agner 465ab2cd92 backend-drm: allow to disable GBM modifiers 4 years ago
Michael Olbrich 43ebb7e25a backend-drm: the GL renderer is a hard requirement for DRM virtual outputs 4 years ago
Michael Olbrich 27fb564a19 backend-drm: build DRM virtual support when the pipewire plugin is enabled 4 years ago
Michael Olbrich 3097acc702 backend-drm: reorder plane checks to avoid unnecessary rendering 4 years ago
Alexandros Frantzis 53a71cb186 drm: Reset associated universal plane states when finalizing a crtc 4 years ago
Alexandros Frantzis 9975134593 drm: Introduce drm_plane_reset_state() helper function 4 years ago
Michael Olbrich 3ac911f69b drm: remove duplicate function declarations 4 years ago
Leandro Ribeiro ea4d13b3e3 drm-backend: remove log that advertises universal planes support 4 years ago
Scott Anderson 15c603caa6 drm: Fix leak of damage blob id 4 years ago
Leandro Ribeiro e57d8ae818 drm-backend: add --continue-without-input command line option to DRM-backend 4 years ago
Tomohito Esaki 51048463da drm: change timing to set color format for primary plane without universal plane 5 years ago
Daniel Stone 61abf35ec4 pixman-renderer: Replace output-create flags with struct 5 years ago
Daniel Stone db6e6e1ec5 gl-renderer: Replace window-create args with struct 5 years ago
Daniel Stone c890c384c8 gl-renderer: Replace display-create args with struct 5 years ago
Daniel Stone f9a6162595 drm: Get renderer buffer size from drm_fb 5 years ago
Daniel Stone 98d75e1b23 drm: Remove unnecessary condition in drm_output_render reuse 5 years ago
Daniel Stone 7fa97e66eb drm: Remove trailing whitespace 5 years ago
Lucas Stach 72e7a1ed48 backend-drm: Parse KMS panel orientation property, apply to weston_head 5 years ago
Leandro Ribeiro 172afc2178 backend-drm: stop direct accessing core struct member 5 years ago
Scott Anderson 60b6572b35 Fix Wmaybe-uninitialized warnings 5 years ago
Leandro Ribeiro f014964f6f weston-log: rename the confusing function name weston_compositor_log_scope_destroy() 5 years ago
Leandro Ribeiro 5976dbbbb5 weston-log: rename the confusing function name weston_compositor_add_log_scope() 5 years ago
Emmanuel Gil Peyrot 1b3ad0993b backend-drm: Make boolean fields actually bool 5 years ago
Emmanuel Gil Peyrot b2f54d9f17 backend-drm: Remove unused variable 5 years ago
Stefan Agner 723c6a1266 backend-drm: Define potentially missing aspect-ratio bit definitions 5 years ago
Daniel Stone 6093772f45 backend-drm: Use aspect-ratio bit definitions from libdrm 5 years ago
Leandro Ribeiro a2e80aca68 backend-drm: remove unnecessary ifdefs 5 years ago
Leandro Ribeiro 6196b201be backend-drm: remove unecessary ifdef checks 5 years ago
Marius Vlad 18462e8924 backend-drm: Further checks to skip plane assignment to HW planes 5 years ago
Marius Vlad 48bc5efa7c backend-drm: Turn zpos duplicate check into an hard assert 5 years ago
Marius Vlad 788e80db77 backend-drm: Skip testing plane state if plane is not enabled 5 years ago
Marius Vlad bd002b9884 backend-drm: Assign the primary plane the lowest zpos value 5 years ago
Marius Vlad 81bada58db backend-drm: Add dmabuf scan-out check for DRM-backend 5 years ago