From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Airlie Subject: Re: [PATCH 15/16] drm/mgag200: Reject modes when h-parameters are no multiple of 8 Date: Tue, 23 Jul 2013 15:46:01 +1000 Message-ID: References: <1374066449-21714-1-git-send-email-eich@suse.com> <1374066449-21714-16-git-send-email-eich@suse.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-lb0-f171.google.com (mail-lb0-f171.google.com [209.85.217.171]) by gabe.freedesktop.org (Postfix) with ESMTP id 80AB2E5DD0 for ; Mon, 22 Jul 2013 22:46:02 -0700 (PDT) Received: by mail-lb0-f171.google.com with SMTP id 13so5936957lba.16 for ; Mon, 22 Jul 2013 22:46:01 -0700 (PDT) In-Reply-To: <1374066449-21714-16-git-send-email-eich@suse.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: Egbert Eich Cc: Dave Airlie , Christopher Harvey , Mathieu Larouche , dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org On Wed, Jul 17, 2013 at 11:07 PM, Egbert Eich wrote: > Matrox hardware only supports modes whose horizontal parameters are > multiples of 8. This rules out a mode like 1366x768 for example. > > Signed-off-by: Egbert Eich I'd like to get a second opinion from ajax for where this should be dealt with, though this is probably okay. Dave.