lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 10 Feb 2014 16:29:45 +0200
From:	Ville Syrjälä <ville.syrjala@...ux.intel.com>
To:	One Thousand Gnomes <gnomes@...rguk.ukuu.org.uk>
Cc:	sagar.a.kamble@...el.com, daniel.vetter@...ll.ch,
	intel-gfx@...ts.freedesktop.org, linux-kernel@...r.kernel.org,
	vijay.a.purushothaman@...el.com, tomi.valkeinen@...com,
	dri-devel@...ts.freedesktop.org, gregkh@...uxfoundation.org,
	joe@...ches.com, airlied@...hat.com
Subject: Re: [PATCH v4 00/11] Enabling 180 degree rotation for sprite and
 crtc planes

On Mon, Feb 10, 2014 at 02:14:54PM +0000, One Thousand Gnomes wrote:
> > > Does this mean it should also handle horizontal mirroring in
> > > hardware (180° rotate, and scan lines backwards combined) ?
> > 
> > Our hardware doesn't support mirroring (h or v). Well, unless you
> > count h+v mirroring since that's 180 degree rotation :)
> > 
> > Anyways IIRC the old video overlay (present on gen2-4) was the only plane
> > to ever support mirroring on Intel hardware. With all other planes we're
> > limited to 0 and 180 degree rotation
> 
> It seems to do vertical mirroring providing your output buffer is
> allocated and aligned on page boundaries as the GTT can then be used to
> map the scan lines in any order you like ?

Oh, right. That would be possible, but that sounds like something that
needs to be done on the gem side rather than the kms side since it
impacts other things besides scanout memory access. Well either that
or we'd potentially need to map the same object multiple times into
the ggtt.

-- 
Ville Syrjälä
Intel OTC
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ