From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751622AbbIZHPw (ORCPT ); Sat, 26 Sep 2015 03:15:52 -0400 Received: from mail-pa0-f47.google.com ([209.85.220.47]:36268 "EHLO mail-pa0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751314AbbIZHPu (ORCPT ); Sat, 26 Sep 2015 03:15:50 -0400 Date: Sat, 26 Sep 2015 12:45:39 +0530 From: Sudip Mukherjee To: Tomi Valkeinen Cc: Greg Kroah-Hartman , linux-fbdev , DRI Development , Teddy Wang , Thomas Petazzoni , Noralf =?iso-8859-1?Q?Tr=F8nnes?= , Laurent Pinchart , Dave Airlie , Daniel Vetter , "linux-kernel@vger.kernel.org" , Arnaud Patard Subject: Re: No more new fbdev drivers, please Message-ID: <20150926071539.GA30836@sudip-pc> References: <5603EC15.9090605@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5603EC15.9090605@ti.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 24, 2015 at 03:27:01PM +0300, Tomi Valkeinen wrote: > Hi all, > > fbdev is (more or less) maintained, but it's a deprecated framework. All > new Linux display drivers should be done on DRM. > > SM750 hardware seems to support multiple outputs, hardware overlays, 2D > accelerator... I think it's pointless to write an fbdev driver for such > a HW, as it's not possible to use those features with fbdev (without > custom API). Yes, it supports these and even SM712 which was recently moved out of staging to fbdev area (which is the main reason that this thread started) also supports dual display and 2D acceleration but those features are not yet done in that driver. SM750 will also have its code cleaned in few months so that it will be ready to be moved out of staging. Right now we only have the framebuffer driver and this hardware is being used in many laptops and notebooks. As of now drm driver is not there for both SM712 and SM750. So then what happens after SM750 is ready to be moved out? Will it be accepted in fbdev or it will have to stay in staging untill a drm driver is ready? BTW, I had a doubt about drm drivers. Is there any library or test suite to test the driver? I am almost halfway in making a KMS driver for SM712 but still don't know how to test it properly. I was thinkig of asking Daniel offlist but since this thread came up so asking here. regards sudip