From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Marius_Gr=F6ger?= Subject: Re: [PATCH] drm/radeon/kms: don't enable underscan with interlaced modes Date: Wed, 22 Sep 2010 20:24:46 +0200 Message-ID: <4C9A49EE.8050108@googlemail.com> References: <1284103145-6644-1-git-send-email-alexdeucher@gmail.com> <4C8A271B.30601@googlemail.com> <4C9908A0.3060407@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; Format="flowed" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mail-ey0-f177.google.com (mail-ey0-f177.google.com [209.85.215.177]) by gabe.freedesktop.org (Postfix) with ESMTP id 1B7599E779 for ; Wed, 22 Sep 2010 11:24:49 -0700 (PDT) Received: by eye22 with SMTP id 22so308719eye.36 for ; Wed, 22 Sep 2010 11:24:49 -0700 (PDT) In-Reply-To: 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: Alex Deucher Cc: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org Am 22.09.2010 06:40, schrieb Alex Deucher: > 2010/9/21 Marius Gr=F6ger: >> On 10.09.2010 17:20 Alex Deucher wrote: >>> >>> The scaler doesn't appear to work with interlaced modes as you've >>> noticed; I don't off hand know whether it can be made to or not. >>> Unfortunately, I won't have time to dig into this more for a while. >> >> Is there public documentation available wrt this matter? www.x.org/docs/= AMD/ >> appears to focus on 3D stuff primarily... >> > > Not at the moment, however, you could implement underscan using the 3D > engine to do the scaling rather than the display scalers. I think you > could even do it with randr crtc transforms (which use the 3d engine). Are you referring to xrandr --transpose? At least for me this seems to = be only partially implemented. For example: xrandr --output HDMI-0 --mode 1920x1080@50i --transform = 0.5,0,0,0,0.5,0,0,0,1 This does in fact render the image scaled down by 50%. However, xrandr --verbose yields: HDMI-0 connected 1920x1080+0+0 (0xfd) normal (normal left inverted right = x axis y axis) 1600mm x 900mm ... Transform: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000 Translation doesn't work at all, so it's not a viable workaround. Sigh. This is all kind of frustrating... Regards, Marius