mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-14 14:32:57 -04:00
backend/drm: add support for PAGE_FLIP_EVENT property
This commit is contained in:
parent
b287e361fc
commit
8e5f68833d
5 changed files with 39 additions and 9 deletions
|
|
@ -44,6 +44,7 @@ static const struct prop_info crtc_info[] = {
|
|||
{ "GAMMA_LUT_SIZE", INDEX(gamma_lut_size) },
|
||||
{ "MODE_ID", INDEX(mode_id) },
|
||||
{ "OUT_FENCE_PTR", INDEX(out_fence_ptr) },
|
||||
{ "PAGE_FLIP_EVENT", INDEX(page_flip_event) },
|
||||
{ "VRR_ENABLED", INDEX(vrr_enabled) },
|
||||
#undef INDEX
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue