summaryrefslogtreecommitdiff
path: root/src/tests/native-kms-updates.c
Commit message (Expand)AuthorAgeFilesLines
* kms/update: Merge connector updates tooJonas Ådahl2023-03-021-0/+26
* kms/impl-device: Let process() always take ownership of the updateJonas Ådahl2023-03-021-2/+0
* kms/update: Change lock() to seal()Jonas Ådahl2023-03-011-1/+1
* kms: Make KMS feedback struct ref countedJonas Ådahl2023-03-011-2/+2
* kms/update: Support merging updates with mode setsJonas Ådahl2023-03-011-1/+16
* kms/update: Add API to merge two updatesJonas Ådahl2023-03-011-0/+189
* backends/native: Rename crtc_gamma to crtc_color_updatesSebastian Wick2023-02-231-1/+1
* tests/kms/update: Add test for page flip feedbacksJonas Ådahl2023-02-181-0/+153
* kms: Don't enter power saving via updatesJonas Ådahl2022-01-251-1/+0
* kms/connector: Add getter for preferred modeJonas Ådahl2022-01-251-22/+2
* tests/kms-utils: Add helpers for common buffer sizesJonas Ådahl2022-01-251-7/+3
* tests/kms-update: Add mode setting sanity testsJonas Ådahl2022-01-251-0/+35
* tests/kms: Add basic plane assignment update testsJonas Ådahl2022-01-251-32/+143
* kms/update: Add init helper macros for fixed 16 rectsJonas Ådahl2022-01-251-0/+19
* tests: Add some basic MetaKmsUpdate unit testsJonas Ådahl2022-01-251-0/+109