mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-03-16 05:34:23 -04:00
backend/drm: parse TILE property
This commit is contained in:
parent
cbf921ccbb
commit
2a697512d7
6 changed files with 54 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
#include <wlr/backend/session.h>
|
||||
#include <wlr/render/drm_format_set.h>
|
||||
#include <wlr/types/wlr_output_layer.h>
|
||||
#include <wlr/types/wlr_output_group.h>
|
||||
#include <xf86drmMode.h>
|
||||
#include "backend/drm/iface.h"
|
||||
#include "backend/drm/properties.h"
|
||||
|
|
@ -219,6 +220,8 @@ struct wlr_drm_connector {
|
|||
uint32_t hdr_output_metadata;
|
||||
|
||||
int32_t refresh;
|
||||
|
||||
struct wlr_output_group_tile_info tile_info;
|
||||
};
|
||||
|
||||
struct wlr_drm_backend *get_drm_backend_from_backend(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue