Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751417AbbEZHXW (ORCPT ); Tue, 26 May 2015 03:23:22 -0400 Received: from mail-pa0-f52.google.com ([209.85.220.52]:35512 "EHLO mail-pa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751011AbbEZHXT (ORCPT ); Tue, 26 May 2015 03:23:19 -0400 MIME-Version: 1.0 In-Reply-To: <55641D89.5020103@ti.com> References: <1430896145-8887-1-git-send-email-hs@denx.de> <5562B9CE.7050807@ti.com> <5563EEF9.3080901@denx.de> <556418A9.8010603@ti.com> <55641D89.5020103@ti.com> Date: Tue, 26 May 2015 09:23:18 +0200 X-Google-Sender-Auth: q-W-5cqj6AGkbFLBlULzsU9daxo Message-ID: Subject: Re: [RFC PATCH] video/logo: introduce new system state for checking if logos are freed From: Geert Uytterhoeven To: Tomi Valkeinen Cc: hs@denx.de, "linux-kernel@vger.kernel.org" , Linux Fbdev development list , Jean-Christophe Plagniol-Villard Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1178 Lines: 31 Hi Tomi, On Tue, May 26, 2015 at 9:15 AM, Tomi Valkeinen wrote: >> 3) Draw the logos from an initcall on all frame buffers that exist at that >> point in time. Yes, this will destroy (part of) the content that's >> currently shown. > > Isn't that almost the same as now? The problem is that the fb probes are > deferred to a very late stage, so we would not have the fbs when the > suggested initcall would be called. Currently it's drawn from fbcon_switch(). Some drivers draw it independently from the fbcon code (au1200fb_drv_probe() and mmpfb_probe()). Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/