mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
backend/drm: add basic support for direct scan-out
This commit is contained in:
parent
3dec88e455
commit
96d6fde5dc
7 changed files with 105 additions and 7 deletions
|
|
@ -34,6 +34,8 @@ struct wlr_output_impl {
|
|||
bool (*export_dmabuf)(struct wlr_output *output,
|
||||
struct wlr_dmabuf_attributes *attribs);
|
||||
bool (*schedule_frame)(struct wlr_output *output);
|
||||
bool (*set_dmabuf)(struct wlr_output *output,
|
||||
struct wlr_dmabuf_attributes *attribs);
|
||||
};
|
||||
|
||||
void wlr_output_init(struct wlr_output *output, struct wlr_backend *backend,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue