]> git.baikalelectronics.ru Git - kernel.git/commit
drm: qxl: Replace CRTC .commit() helper operation with .enable()
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 27 Jun 2017 21:16:17 +0000 (00:16 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 28 Jun 2017 10:51:13 +0000 (12:51 +0200)
commitb80597fadad2153df8995a30c04a80111f2817db
tree192e32df55d4a250b9e58df906356843f5bbda18
parentd6e09b6b19be903effa0d5b99caab5467fe70c38
drm: qxl: Replace CRTC .commit() helper operation with .enable()

The CRTC helper .commit() operation is legacy code, the atomic helpers
prefer the .enable() operation. Replace the .commit() helper operation
with .enable() in the driver.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/20170627211621.27767-4-laurent.pinchart+renesas@ideasonboard.com
drivers/gpu/drm/qxl/qxl_display.c