From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964996AbeBMNyi (ORCPT ); Tue, 13 Feb 2018 08:54:38 -0500 Received: from mail-lf0-f65.google.com ([209.85.215.65]:33588 "EHLO mail-lf0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964846AbeBMNyh (ORCPT ); Tue, 13 Feb 2018 08:54:37 -0500 X-Google-Smtp-Source: AH8x227AOQOvmXiFTxwGMJINFvyj7rwwmG+oD4HothiGdiVtd1m1hR4BddVSUMFTSTkP08SzPYHxzw== Subject: Re: [PATCH 3/4] drm/tve200: Do not use deprecated drm_driver.{enable|disable)_vblank To: Linus Walleij Cc: "open list:DRM PANEL DRIVERS" , "linux-kernel@vger.kernel.org" , Daniel Vetter , gustavo@padovan.org, Dave Airlie , Sean Paul , Oleksandr Andrushchenko References: <1518425574-32671-1-git-send-email-andr2000@gmail.com> <1518425574-32671-4-git-send-email-andr2000@gmail.com> From: Oleksandr Andrushchenko Message-ID: Date: Tue, 13 Feb 2018 15:54:33 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/13/2018 03:51 PM, Linus Walleij wrote: > On Mon, Feb 12, 2018 at 9:52 AM, Oleksandr Andrushchenko > wrote: > >> From: Oleksandr Andrushchenko >> >> Do not use deprecated drm_driver.{enable|disable)_vblank callbacks, >> but use drm_simple_kms_helpe's pipe callbacks instead. >> >> Signed-off-by: Oleksandr Andrushchenko >> Cc: Linus Walleij > The new way of doing these abstractions seem good, so if people > agree on the general subject (other patches in the series I guess) fair enough, thank you > Reviewed-by: Linus Walleij > > Yours, > Linus Walleij