bjorn3
|
79e9e0987d
|
drivers/graphics: Move property values into individual objects
|
2026-03-19 22:26:55 +01:00 |
|
bjorn3
|
4ccdb59a47
|
drivers/graphics: Dedup property value conversion code
This will make it easier to change the way properties are represented
internally.
|
2026-03-19 19:45:55 +01:00 |
|
bjorn3
|
cd5e1ab4f4
|
drivers/graphics: Nicer debug printing of properties
|
2026-03-18 21:14:44 +01:00 |
|
bjorn3
|
e586c26fc7
|
drivers/graphics: Move enum variant fixed size name computation to property add time
|
2026-03-18 21:09:56 +01:00 |
|
bjorn3
|
3903fe4f5a
|
drivers/graphics: Implement MODE_DIRTYFB
|
2026-03-17 19:40:41 +01:00 |
|
bjorn3
|
d7974b3143
|
drivers/graphics: Nicer way to define standard properties
All standard properties are now pre-allocated at KmsObjects creation and
given a fixed object id.
|
2026-03-15 12:29:51 +01:00 |
|
bjorn3
|
be6ae85541
|
drivers/graphics: Implement proper support for framebuffers
Including support for creating and destroying framebuffers.
|
2026-03-15 11:19:59 +01:00 |
|
bjorn3
|
63ca9efb8c
|
drivers/graphics: Introduce CRTC objects
Currently still read-only.
|
2026-03-14 12:37:41 +01:00 |
|
bjorn3
|
fdb4d45e72
|
drivers/graphics: Replace KmsObject trait with an enum
The set of possible KMS object types is fixed.
|
2026-03-14 12:18:08 +01:00 |
|
bjorn3
|
20834544b7
|
drivers/graphics: Move KMS object handling to a submodule
|
2026-03-13 23:57:14 +01:00 |
|