Merge airlied/drm-next into drm-misc-next
Refresh -misc-next Signed-off-by: Sean Paul <seanpaul@chromium.org>
This commit is contained in:
@@ -967,7 +967,7 @@ int drm_mode_page_flip_ioctl(struct drm_device *dev,
|
||||
if (r)
|
||||
return r;
|
||||
|
||||
current_vblank = drm_crtc_vblank_count(crtc);
|
||||
current_vblank = (u32)drm_crtc_vblank_count(crtc);
|
||||
|
||||
switch (page_flip->flags & DRM_MODE_PAGE_FLIP_TARGET) {
|
||||
case DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE:
|
||||
|
Reference in New Issue
Block a user