From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.1 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 805B6C47085 for ; Tue, 25 May 2021 09:29:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5CB426141B for ; Tue, 25 May 2021 09:29:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232582AbhEYJbC (ORCPT ); Tue, 25 May 2021 05:31:02 -0400 Received: from esa.microchip.iphmx.com ([68.232.153.233]:60417 "EHLO esa.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232589AbhEYJas (ORCPT ); Tue, 25 May 2021 05:30:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1621934959; x=1653470959; h=subject:to:cc:references:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=PNtSVoFGvQfnAIpiiUi+iXcvVNJqpwQgjDgGgtw17jA=; b=nxfTFbSpGpasvZ5edpqn25hZemTEVjIeKP0se91AcyLxpXNxdyoNqCSh YMoTuK8aMemnUq5zdo4jvwERus7rtGYOKY1LjIAiC7OpzrzDKMZP4hT+e Zv/YEoT2fdDz+gCmaT8xUdd0T45d2jDIwNIDo825xgmsaFij9KeyjQPV2 OGMODWjVeHnQWXyPy8YzGqFljxqaJpX8hsYvEhrjAuYihEnePjg7QN7mK xgPP//OOOw1qiV6bxTI0pkVw/ipdJaaSeGAsuJsFhBcHv7IOmqYYXKE1K aPKrKr6378D8Gp1V3uF1cM2ArXvpu7k93e/y8QDxzcBbe1fmVaNN9PWkr g==; IronPort-SDR: oVFErXGWnMpgDMPxjuargxQbDAEdCErqM7QMOzVj2hFdWabAee0XBW4ltcKoUhBJC3cGmXnhRI 6pDuIxd6W+3v2kfcjmkJ7Eta8ka63okHwmDsu4zK0sgaZS8UXka8tQzSHM8aBEmhE1C2A8JNmb WxGRLO0T+7n2/m4NPHdcC4E6ESVcKwphaoOATPDaD5oKZXJ6Dh/i5uzkcBxxmyoamfDziNF7xx sTXEd0u81tEMT7L/VjHcLLnez6S8rRciHZULmgbASWFrIXmOiW5U7LRwB7qGzMTKBja9f2rD+z XB4= X-IronPort-AV: E=Sophos;i="5.82,328,1613458800"; d="scan'208";a="129362978" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa1.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 25 May 2021 02:29:18 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2176.2; Tue, 25 May 2021 02:29:18 -0700 Received: from [10.12.74.7] (10.10.115.15) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.2176.2 via Frontend Transport; Tue, 25 May 2021 02:29:16 -0700 Subject: Re: [PATCH] drm/atmel-hlcdc: Allow async page flips To: Sam Ravnborg , Dan Sneddon - C50748 CC: Ludovic Desroches - M43218 , "Boris Brezillon" , David Airlie , "Daniel Vetter" , Alexandre Belloni , "dri-devel@lists.freedesktop.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" References: <20210330151721.6616-1-dan.sneddon@microchip.com> <20210409105816.cfffdr3edzi4yntm@sekiro> From: Nicolas Ferre Organization: microchip Message-ID: <088b0446-85c2-2d87-0439-a0cc14772c6a@microchip.com> Date: Tue, 25 May 2021 11:29:15 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <20210409105816.cfffdr3edzi4yntm@sekiro> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/04/2021 at 12:58, Ludovic Desroches - M43218 wrote: > On Tue, Mar 30, 2021 at 08:17:20AM -0700, Dan Sneddon wrote: >> The driver is capable of doing async page flips so we need to tell the >> core to allow them. >> >> Signed-off-by: Dan Sneddon > Tested-by: Ludovic Desroches Sam, Do you need more from us or can you queue this patch (aka "ping")? Best regards, Nicolas >> --- >> >> drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c b/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c >> index 871293d1aeeb..f6c3d8809fd8 100644 >> --- a/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c >> +++ b/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c >> @@ -686,6 +686,7 @@ static int atmel_hlcdc_dc_modeset_init(struct drm_device *dev) >> dev->mode_config.max_width = dc->desc->max_width; >> dev->mode_config.max_height = dc->desc->max_height; >> dev->mode_config.funcs = &mode_config_funcs; >> + dev->mode_config.async_page_flip = true; >> >> return 0; >> } >> -- >> 2.17.1 >> -- Nicolas Ferre From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D6EB5C2B9F8 for ; Tue, 25 May 2021 09:32:04 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9966061413 for ; Tue, 25 May 2021 09:32:04 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9966061413 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=microchip.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From: References:CC:To:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=7yGaLQz9urHBm1wjpeZAbNGKsRzTCeUm/J3/q0Uu6Lg=; b=KrMlSKdEOqOGaT4bMSI/DjxK/j O5sUD9i94+mvtUZtxQ/phWaAjFacbDgh5bmsHEcTcmctPd6HzQfzqw2f7ruPM8iPHXwU4Ek/utFxg iugev2KgGR1DzXdu8eiIDEna9QSJqw0FAto7MGhIUv1on32CQD04L+e5jtl9z4KpH1q/ElZq6SNXG bKjLJYKhcvv5Aku4ahT25goizryjEfEW1afzRGuTS3fT5wWKMHLb+Qy+dqRPjbl9Rt+xjEcume/ky QUGi9YbltTA16WByH6mGw320XrbCOD3AHLq23f891tiBHsy24O3E8JzZ2IAR3pT5VG+l7nf/fGokr k6B4MFVQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1llTNQ-004NIV-Vq; Tue, 25 May 2021 09:29:29 +0000 Received: from esa.microchip.iphmx.com ([68.232.153.233]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1llTNH-004NDc-WF for linux-arm-kernel@lists.infradead.org; Tue, 25 May 2021 09:29:24 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1621934959; x=1653470959; h=subject:to:cc:references:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=PNtSVoFGvQfnAIpiiUi+iXcvVNJqpwQgjDgGgtw17jA=; b=nxfTFbSpGpasvZ5edpqn25hZemTEVjIeKP0se91AcyLxpXNxdyoNqCSh YMoTuK8aMemnUq5zdo4jvwERus7rtGYOKY1LjIAiC7OpzrzDKMZP4hT+e Zv/YEoT2fdDz+gCmaT8xUdd0T45d2jDIwNIDo825xgmsaFij9KeyjQPV2 OGMODWjVeHnQWXyPy8YzGqFljxqaJpX8hsYvEhrjAuYihEnePjg7QN7mK xgPP//OOOw1qiV6bxTI0pkVw/ipdJaaSeGAsuJsFhBcHv7IOmqYYXKE1K aPKrKr6378D8Gp1V3uF1cM2ArXvpu7k93e/y8QDxzcBbe1fmVaNN9PWkr g==; IronPort-SDR: oVFErXGWnMpgDMPxjuargxQbDAEdCErqM7QMOzVj2hFdWabAee0XBW4ltcKoUhBJC3cGmXnhRI 6pDuIxd6W+3v2kfcjmkJ7Eta8ka63okHwmDsu4zK0sgaZS8UXka8tQzSHM8aBEmhE1C2A8JNmb WxGRLO0T+7n2/m4NPHdcC4E6ESVcKwphaoOATPDaD5oKZXJ6Dh/i5uzkcBxxmyoamfDziNF7xx sTXEd0u81tEMT7L/VjHcLLnez6S8rRciHZULmgbASWFrIXmOiW5U7LRwB7qGzMTKBja9f2rD+z XB4= X-IronPort-AV: E=Sophos;i="5.82,328,1613458800"; d="scan'208";a="129362978" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa1.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 25 May 2021 02:29:18 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2176.2; Tue, 25 May 2021 02:29:18 -0700 Received: from [10.12.74.7] (10.10.115.15) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.2176.2 via Frontend Transport; Tue, 25 May 2021 02:29:16 -0700 Subject: Re: [PATCH] drm/atmel-hlcdc: Allow async page flips To: Sam Ravnborg , Dan Sneddon - C50748 CC: Ludovic Desroches - M43218 , "Boris Brezillon" , David Airlie , "Daniel Vetter" , Alexandre Belloni , "dri-devel@lists.freedesktop.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" References: <20210330151721.6616-1-dan.sneddon@microchip.com> <20210409105816.cfffdr3edzi4yntm@sekiro> From: Nicolas Ferre Organization: microchip Message-ID: <088b0446-85c2-2d87-0439-a0cc14772c6a@microchip.com> Date: Tue, 25 May 2021 11:29:15 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <20210409105816.cfffdr3edzi4yntm@sekiro> Content-Language: en-US X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210525_022920_197221_AB324765 X-CRM114-Status: GOOD ( 15.27 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 09/04/2021 at 12:58, Ludovic Desroches - M43218 wrote: > On Tue, Mar 30, 2021 at 08:17:20AM -0700, Dan Sneddon wrote: >> The driver is capable of doing async page flips so we need to tell the >> core to allow them. >> >> Signed-off-by: Dan Sneddon > Tested-by: Ludovic Desroches Sam, Do you need more from us or can you queue this patch (aka "ping")? Best regards, Nicolas >> --- >> >> drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c b/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c >> index 871293d1aeeb..f6c3d8809fd8 100644 >> --- a/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c >> +++ b/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c >> @@ -686,6 +686,7 @@ static int atmel_hlcdc_dc_modeset_init(struct drm_device *dev) >> dev->mode_config.max_width = dc->desc->max_width; >> dev->mode_config.max_height = dc->desc->max_height; >> dev->mode_config.funcs = &mode_config_funcs; >> + dev->mode_config.async_page_flip = true; >> >> return 0; >> } >> -- >> 2.17.1 >> -- Nicolas Ferre _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.1 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E645CC47084 for ; Tue, 25 May 2021 11:03:19 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A57016141C for ; Tue, 25 May 2021 11:03:19 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A57016141C Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=microchip.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4B9726E9F2; Tue, 25 May 2021 11:03:17 +0000 (UTC) X-Greylist: delayed 469 seconds by postgrey-1.36 at gabe; Tue, 25 May 2021 09:37:14 UTC Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.153.233]) by gabe.freedesktop.org (Postfix) with ESMTPS id 08CBB6E9DD for ; Tue, 25 May 2021 09:36:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1621935438; x=1653471438; h=subject:to:cc:references:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=PNtSVoFGvQfnAIpiiUi+iXcvVNJqpwQgjDgGgtw17jA=; b=BhS0auPK8bqPtE39JtWtDW5rZ9IPg1pDLUa1UzDPxVPdthhOf+qKHAFx cR6B8d/P9ncuDejrnlWMipUE5irgscSxsQzy9+TGJmYNnaxuyM3+Z743l MML0so7T+t/p93dWZ928fh4NIm0xSskIKi9U+H1DFyiq2bbrTd4AE4tjg qQk+mOVhsPNs4sIwtnDn09KHQf34jeewy688nA8Sx9u3zEEb0XybriHMi QsHxumFLSUMNSR8X/Oab4yomYgNDMDAeYd+28IT2fmk2lRHy78YhXrZWw IpDrmKZRmVBELS942S9YJ89cWmxsLZIZY/YbLYBcmndLTOcpXNmLsPA76 g==; IronPort-SDR: oVFErXGWnMpgDMPxjuargxQbDAEdCErqM7QMOzVj2hFdWabAee0XBW4ltcKoUhBJC3cGmXnhRI 6pDuIxd6W+3v2kfcjmkJ7Eta8ka63okHwmDsu4zK0sgaZS8UXka8tQzSHM8aBEmhE1C2A8JNmb WxGRLO0T+7n2/m4NPHdcC4E6ESVcKwphaoOATPDaD5oKZXJ6Dh/i5uzkcBxxmyoamfDziNF7xx sTXEd0u81tEMT7L/VjHcLLnez6S8rRciHZULmgbASWFrIXmOiW5U7LRwB7qGzMTKBja9f2rD+z XB4= X-IronPort-AV: E=Sophos;i="5.82,328,1613458800"; d="scan'208";a="129362978" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa1.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 25 May 2021 02:29:18 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2176.2; Tue, 25 May 2021 02:29:18 -0700 Received: from [10.12.74.7] (10.10.115.15) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.2176.2 via Frontend Transport; Tue, 25 May 2021 02:29:16 -0700 Subject: Re: [PATCH] drm/atmel-hlcdc: Allow async page flips To: Sam Ravnborg , Dan Sneddon - C50748 References: <20210330151721.6616-1-dan.sneddon@microchip.com> <20210409105816.cfffdr3edzi4yntm@sekiro> From: Nicolas Ferre Organization: microchip Message-ID: <088b0446-85c2-2d87-0439-a0cc14772c6a@microchip.com> Date: Tue, 25 May 2021 11:29:15 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <20210409105816.cfffdr3edzi4yntm@sekiro> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Tue, 25 May 2021 11:03:16 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Alexandre Belloni , Boris Brezillon , David Airlie , "linux-kernel@vger.kernel.org" , "dri-devel@lists.freedesktop.org" , Ludovic Desroches - M43218 , "linux-arm-kernel@lists.infradead.org" Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On 09/04/2021 at 12:58, Ludovic Desroches - M43218 wrote: > On Tue, Mar 30, 2021 at 08:17:20AM -0700, Dan Sneddon wrote: >> The driver is capable of doing async page flips so we need to tell the >> core to allow them. >> >> Signed-off-by: Dan Sneddon > Tested-by: Ludovic Desroches Sam, Do you need more from us or can you queue this patch (aka "ping")? Best regards, Nicolas >> --- >> >> drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c b/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c >> index 871293d1aeeb..f6c3d8809fd8 100644 >> --- a/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c >> +++ b/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c >> @@ -686,6 +686,7 @@ static int atmel_hlcdc_dc_modeset_init(struct drm_device *dev) >> dev->mode_config.max_width = dc->desc->max_width; >> dev->mode_config.max_height = dc->desc->max_height; >> dev->mode_config.funcs = &mode_config_funcs; >> + dev->mode_config.async_page_flip = true; >> >> return 0; >> } >> -- >> 2.17.1 >> -- Nicolas Ferre