From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Tobias Schandinat Date: Mon, 05 Sep 2011 17:19:08 +0000 Subject: Re: [PATCH v2 0/8] sh_mobile_lcdc: Support format changes at runtime Message-Id: <4E65048C.4080908@gmx.de> List-Id: References: <1314788459-31791-1-git-send-email-laurent.pinchart@ideasonboard.com> In-Reply-To: <1314788459-31791-1-git-send-email-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: linux-fbdev@vger.kernel.org Hi Laurent, On 08/31/2011 11:00 AM, Laurent Pinchart wrote: > Hi everybody, >=20 > Here's the second version of the .fb_set_par() support for the sh_mobile_= lcdc > driver patch set. It allows userspace to change the frame buffer format a= nd > size at runtime. The patches apply on top of Florian's fbdev-next branch > available at git://github.com/schandinat/linux-2.6.git. >=20 > Compared to v1, this version includes an additional MERAM fix. >=20 > Frame buffer memory reallocation is currently not supported. You will nee= d to > make sure platform data sets the maximum size and bpp to high enough valu= es > for all formats and sizes you want to support at runtime. As you've asked me in "[PULL] SH mobile LCDC cleanups and fixes" I've applied this series as it looks okay to me. Thanks, Florian Tobias Schandinat >=20 > The patches have been tested with the fbdev-test utility > (http://git.ideasonboard.org/?p=FBdev-test.git;a=3Dsummary) on a Mackerel= board. >=20 > Laurent Pinchart (8): > sh_mobile_meram: Reset ICBs at unregistration time > fbdev: sh_mobile_lcdc: Adjust requested parameters in .fb_check_var > fbdev: sh_mobile_lcdc: Add support for format changes at runtime > fbdev: sh_mobile_lcdc: use display information in info for panning > fbdev: sh_mobile_lcdc: Update fix.line_length in .fb_set_par() > fbdev: sh_mobile_lcdc: Avoid forward declarations > fbdev: sh_mobile_lcdc: Split channel initialization from probe > function > fbdev: sh_mobile_lcdc: Remove sh_mobile_lcdc_set_bpp() >=20 > drivers/video/sh_mobile_lcdcfb.c | 570 +++++++++++++++++++++-----------= ------ > drivers/video/sh_mobile_meram.c | 6 +- > 2 files changed, 313 insertions(+), 263 deletions(-) >=20