From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967432AbdADJ6J (ORCPT ); Wed, 4 Jan 2017 04:58:09 -0500 Received: from mail-wj0-f172.google.com ([209.85.210.172]:33790 "EHLO mail-wj0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759005AbdADJ6G (ORCPT ); Wed, 4 Jan 2017 04:58:06 -0500 Subject: Re: [PATCH] drm/meson: Fix plane atomic check when no crtc for the plane To: airlied@linux.ie, linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, dri-devel@lists.freedesktop.org References: <1483435254-27955-1-git-send-email-narmstrong@baylibre.com> <20170104091020.rvikywzzfsqxxp5t@phenom.ffwll.local> From: Neil Armstrong Organization: Baylibre Message-ID: <21996aca-9bcb-fe88-390b-79c28189b27d@baylibre.com> Date: Wed, 4 Jan 2017 10:57:13 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20170104091020.rvikywzzfsqxxp5t@phenom.ffwll.local> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/04/2017 10:10 AM, Daniel Vetter wrote: > On Tue, Jan 03, 2017 at 10:20:54AM +0100, Neil Armstrong wrote: >> When no CRTC is associated with the plane, the meson_plane_atomic_check() >> call breaks the kernel with an Oops. >> >> Fixes: bbbe775ec5b5 ("drm: Add support for Amlogic Meson Graphic Controller") >> Signed-off-by: Neil Armstrong > > Makes sense, pls send a pull request with this to Dave. > -Daniel Hi Daniel, OK, I will push this one with the CVBS fixes I just pushed. Thanks, Neil