Commit Graph

152 Commits

Author SHA1 Message Date
Khiet Tam Nguyen e569340c6b
drm: ignore primary argument when using evdi drivers (#25)
* fix: ignore primary if using evdi drivers for displaylink

* style: removed curly braces from evdi if-check
2024-07-24 20:14:29 +02:00
Vaxry 4a1424e85b gbm: use flags in create_with_modifiers
amdeeznuts
2024-07-24 20:11:55 +02:00
Vaxry 07eb70afb1
gbm: Nvidia fixes for scanout gbm allocation (#27)
* nv fixes

* fix
2024-07-24 18:41:13 +02:00
Vaxry 4c72cd4d0b session/input: add missing pos to touch down events 2024-07-23 19:18:57 +02:00
Vaxry 601f6cf95c wayland: drop required zwp_linux_dmabuf_v1 version to 4
compatibility reasons, we don't really need 5
2024-07-21 16:22:23 +02:00
UjinT34 7a84686b4a
output: remove redundant needsFrame, allow skip on mouse event (#21) 2024-07-20 20:56:18 +02:00
Vaxry acfea3bd1d drm: reject modeless commits 2024-07-20 16:58:42 +02:00
Vaxry af219a0a2c drm: avoid a crash when no cursor plane is present 2024-07-20 15:55:18 +02:00
Vaxry 35e00a4a9d buffer: add backendLock 2024-07-19 11:29:50 +02:00
Vaxry 9d7c69cde2 drm: minor improvements to crtc rechecks 2024-07-18 22:53:05 +02:00
Mihai Fufezan c97e83ece1
flake.lock: update 2024-07-18 21:04:10 +03:00
Mihai Fufezan 00d6f0f820
CMake: fmt 2024-07-18 21:03:58 +03:00
Mihai Fufezan 949f105f53
CMake, Nix: add VERSION file 2024-07-18 21:03:42 +03:00
Vaxry a6f1ad1560 drm: fixup cursor fb rotation cases 2024-07-18 12:30:49 +02:00
JManch dcac376308
drm: fix crash for connectors without a fallback mode (#20) 2024-07-18 11:09:17 +02:00
Vaxry 5b34d0df1f drm: attempt to re-modeset if commit fails
however, keep track of this so we don't attempt to modeset all the time on an invalid state
2024-07-18 00:06:04 +02:00
Vaxry 2dc8ba961c drm: accept mgpu tests early to avoid a blit 2024-07-17 23:13:39 +02:00
Vaxry bf651128cf drm/atomic: log crtc and mode blobs in commit 2024-07-17 22:35:41 +02:00
phonetic112 cebcba4e10
wayland: Add title/class to wayland window (#19) 2024-07-17 11:40:45 +02:00
Ikalco 1e385d02b3
session: use deviceID instead of fd for libseat_close_device (#18) 2024-07-16 18:29:09 +02:00
Jan Beich d6791cc5ce
drm: properly check master node after 05219d5287 (#17)
[LOG] [AQ] reopenDRMNode: drmModeCreateLease failed, falling back to open
[LOG] [AQ] reopenDRMNode: opening node /dev/dri/renderD128
[ERR] [AQ] reopenDRMNode: drmGetMagic failed: Permission denied
2024-07-16 11:53:50 +02:00
Jan Beich 1dd44c85e7
drm: add missing include to fix BSD (#15)
src/backend/Backend.cpp:317:13: error: use of undeclared identifier 'close'
  317 |             close(newFD);
      |             ^
src/backend/Backend.cpp:323:13: error: use of undeclared identifier 'close'
  323 |             close(newFD);
      |             ^
2024-07-16 11:53:20 +02:00
Ikalco db417a49e8
drm: handle monitor hotplugs and fix a few bugs that it revealed (#14)
* handle monitor hotplugs and fix a few bugs that it revealed

* fix cursorFB uaf and other stuf
2024-07-15 20:03:00 +02:00
Ikalco ad8261ba99
api: add getting monitor render formats (#13) 2024-07-14 11:06:13 +02:00
Vaxry 2efe4296f8 drm: fix build on 32b archs
fixes #5
2024-07-13 22:56:46 +02:00
Vaxry 8d73016db8 drm/renderer: use the duped fd for gl 2024-07-12 23:23:39 +02:00
Vaxry 5199868794 drm: reopen allocator node for mgpu 2024-07-12 21:25:53 +02:00
Vaxry 05219d5287 drm: reopen DRM node to avoid KMS refcounting issues 2024-07-12 20:53:11 +02:00
Vaxry 59fc21940d drm/renderer: properly save texture data in attachment 2024-07-12 17:31:28 +02:00
Vaxry 45bea6dab2 drm/renderer: support external rendering 2024-07-12 17:20:08 +02:00
Vaxry f3c6b673f9 drm: return render formats properly on mgpu 2024-07-12 16:46:26 +02:00
Vaxry 27008ef767 drm: avoid using unsupported modifiers for mgpu 2024-07-12 16:32:08 +02:00
UjinT34 815df06da2
gbm: Expose bo buffer mapping (#12)
* expose bo buffer mapping

* update comment

* implement endDataPtr to unmap gbm buffer
2024-07-12 15:59:47 +02:00
Vaxry 47d95b8a73 drm/renderer: log modifier in createEGLImage 2024-07-12 15:56:32 +02:00
Vaxry 13cf43497e drm: avoid crash on nullptr cursors 2024-07-12 15:52:23 +02:00
Vaxry 7bbdf32fb8 drm/renderer: handle external formats
shoutout nvidia...
2024-07-12 11:16:47 +02:00
Vaxry 996cc6f6a4 drm/atomic: fix gamma resetting
thanks @ikalco
2024-07-12 10:52:05 +02:00
Vaxry ee0dea62e2 drm/renderer: also use blitting for cursor planes 2024-07-12 10:48:59 +02:00
Vaxry 0faf47cf2f drm/atomic: fix dpms 2024-07-12 00:39:38 +02:00
Vaxry f485ad7546 drm: guard connector in calculateMode 2024-07-11 23:06:26 +02:00
Vaxry 4fd590af94 drm: fix synchronization on amd 2024-07-11 23:00:56 +02:00
Mihai Fufezan 6dda80224a
nix: add libGL dep 2024-07-11 23:49:52 +03:00
Vaxry d619af4971 drm: better handle drm blits 2024-07-11 22:17:57 +02:00
Vaxry 46ce868cbb wayland: band-aid for frame scheduling
thanks @phonetic112
2024-07-11 20:54:23 +02:00
Vaxry c4a5fafe76 drm: properly blit multigpu surfaces 2024-07-11 20:41:57 +02:00
Tom Englund c3bfe3de89
buffer: add a NONE flag to eBufferCapability (#11)
ensure we dont cast out of range in caps(),
return (Aquamarine::eBufferCapability)0; in GBM.cpp
2024-07-11 17:09:48 +02:00
UjinT34 1ae9ead82c
drm: pass explicitOutFence pointer and do not touch the value (#10)
* pass explicitOutFence pointer and do not touch the value

* add resetExplicitFences
2024-07-11 16:13:44 +02:00
Vaxry d92d55d454 drm: handle mismatched formats in commit 2024-07-11 12:19:41 +02:00
Vaxry 965f429b29 drm: avoid crashes on non-existent modes in restoring after vt 2024-07-10 12:28:38 +02:00
Vaxry e3f2c0d5cc drm: split allocators per drm device 2024-07-09 14:10:52 +02:00