Re: [PATCH 4/8] drm: qxl: Replace CRTC .commit() helper operation with .enable()

2017-06-28 Thread Daniel Vetter
On Wed, Jun 28, 2017 at 12:16:17AM +0300, Laurent Pinchart wrote: > 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 > --- > drivers/

[PATCH 4/8] drm: qxl: Replace CRTC .commit() helper operation with .enable()

2017-06-27 Thread Laurent Pinchart
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 --- drivers/gpu/drm/qxl/qxl_display.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[PATCH 4/8] drm: qxl: Replace CRTC .commit() helper operation with .enable()

2017-06-27 Thread Laurent Pinchart
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 --- drivers/gpu/drm/qxl/qxl_display.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions