From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Stone Subject: Re: [PATCH] drm/fb-helper: Allow var->x/yres(_virtual) < fb->width/height again Date: Thu, 23 Mar 2017 12:01:30 +0000 Message-ID: References: <20170316095553.1586-1-michel@daenzer.net> <20170323085326.20185-1-michel@daenzer.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20170323085326.20185-1-michel@daenzer.net> Sender: linux-kernel-owner@vger.kernel.org To: =?UTF-8?Q?Michel_D=C3=A4nzer?= Cc: Stefan Agner , dri-devel , Linux Kernel Mailing List , =?UTF-8?B?VmlsbGUgU3lyasOkbMOk?= List-Id: dri-devel@lists.freedesktop.org Hi Michel, On 23 March 2017 at 08:53, Michel D=C3=A4nzer wrote: > Otherwise this can also prevent modesets e.g. for switching VTs, when > multiple monitors with different native resolutions are connected. > > The depths must match though, so keep the !=3D test for that. > > Also update the DRM_DEBUG output to be slightly more accurate, this > doesn't only affect requests from userspace. This test looks much more sensible, and also fixes VT switching for me. Reviewed-by: Daniel Stone Cheers, Daniel