mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
backend/drm: apply gamma LUT on page-flip
This commit is contained in:
parent
69b2279092
commit
70883fd10b
6 changed files with 87 additions and 70 deletions
|
|
@ -44,6 +44,7 @@ struct wlr_drm_plane {
|
|||
|
||||
enum wlr_drm_crtc_field {
|
||||
WLR_DRM_CRTC_MODE = 1 << 0,
|
||||
WLR_DRM_CRTC_GAMMA_LUT = 1 << 1,
|
||||
};
|
||||
|
||||
struct wlr_drm_crtc {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue