Merge drm/drm-next into drm-misc-next
drm-next has been forwarded to 5.0-rc1, and we need it to apply the damage helper for dirtyfb series from Noralf Trønnes. Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
@@ -290,6 +290,15 @@ struct drm_crtc_state {
|
||||
*/
|
||||
u32 pageflip_flags;
|
||||
|
||||
/**
|
||||
* @vrr_enabled:
|
||||
*
|
||||
* Indicates if variable refresh rate should be enabled for the CRTC.
|
||||
* Support for the requested vrr state will depend on driver and
|
||||
* hardware capabiltiy - lacking support is not treated as failure.
|
||||
*/
|
||||
bool vrr_enabled;
|
||||
|
||||
/**
|
||||
* @event:
|
||||
*
|
||||
|
Reference in New Issue
Block a user