Re: screen update problems with Intel HD 4600 + virtual screen

2014-06-23 Thread Krzysztof Halasa
khal...@piap.pl (Krzysztof Hałasa) writes: I'm having screen update problems problems with an Intel HD 4600 with panning + virtual screen. Fedora 20 + updates, CPU is Core i7 4770K, I'm using xrandr --output HDMI1 --panning 4096x2404. The physical screen size is 1920x1200. Another setup also

Re: screen update problems with Intel HD 4600 + virtual screen

2014-06-23 Thread Chris Wilson
On Mon, Jun 23, 2014 at 09:49:07AM +0200, Krzysztof Halasa wrote: khal...@piap.pl (Krzysztof Hałasa) writes: I'm having screen update problems problems with an Intel HD 4600 with panning + virtual screen. Fedora 20 + updates, CPU is Core i7 4770K, I'm using xrandr --output HDMI1 --panning

Re: screen update problems with Intel HD 4600 + virtual screen

2014-06-23 Thread Krzysztof Halasa
Chris Wilson ch...@chris-wilson.co.uk writes: Hmm. Whilst it seems odd to have a negative linear offset, I have seen it work elsewhere. Could you try setting options i915 i915_enable_fbc=0 enable_fbc=0 in /etc/modprobe.conf/intel.conf and rebuilding your initramfs? This fixed it. The

Re: screen update problems with Intel HD 4600 + virtual screen

2014-06-23 Thread Chris Wilson
On Mon, Jun 23, 2014 at 12:47:13PM +0200, Krzysztof Halasa wrote: Chris Wilson ch...@chris-wilson.co.uk writes: Hmm. Whilst it seems odd to have a negative linear offset, I have seen it work elsewhere. Could you try setting options i915 i915_enable_fbc=0 enable_fbc=0 in

Persistent triple-head setup

2014-06-23 Thread martin f krafft
Hello, I just got my triple-head setup across three GPUs working. Read below for the steps, in case you are struggling as well. Is there a way to write all this setup into xorg.conf, rather than having to execute xrandr-commands from xinitrc or similar? The reason is that I want the same setup

Re: [PATCH:mkfontscale] Remove extraneous duplicate checks for -r -n options

2014-06-23 Thread Hans de Goede
Hi, On 06/21/2014 08:26 AM, Alan Coopersmith wrote: Flagged by cppcheck 1.65: [mkfontscale.c:247]: (style) Expression is always false because 'else if' condition matches previous condition at line 224. [mkfontscale.c:245]: (style) Expression is always false because 'else if' condition

Re: [PATCH 0/2] Fixes for non-pci platform devices

2014-06-23 Thread Thierry Reding
On Mon, Jun 16, 2014 at 02:13:15PM -0400, Rob Clark wrote: This makes it possible for a DDX to implement platformProbe() for non- pci devices. The second patch implements a way that the DDX can detect whether or not it is safe to claim a device in platformProbe(), so as to work-around the

Re: [PATCH 1/2] platform: support non-pci platform devices

2014-06-23 Thread Thierry Reding
On Mon, Jun 16, 2014 at 02:13:16PM -0400, Rob Clark wrote: [...] diff --git a/hw/xfree86/common/xf86platformBus.c b/hw/xfree86/common/xf86platformBus.c [...] +static int +find_non_pci_driver(const char *busid, char *returnList[], int returnListMax) +{ +/* Add more entries here if we

Re: [PATCH 1/2] platform: support non-pci platform devices

2014-06-23 Thread Rob Clark
On Mon, Jun 23, 2014 at 10:54 AM, Thierry Reding thierry.red...@gmail.com wrote: On Mon, Jun 16, 2014 at 02:13:16PM -0400, Rob Clark wrote: [...] diff --git a/hw/xfree86/common/xf86platformBus.c b/hw/xfree86/common/xf86platformBus.c [...] +static int +find_non_pci_driver(const char *busid,

Re: [PATCH 13/13] mi: Draw all points/spans for miZeroPolyArc at once if possible

2014-06-23 Thread Keith Packard
Eric Anholt e...@anholt.net writes: Doesn't this have the an even worse overflow problem (width * height * narcs) than other patch you fixed up did? Yeah, will be easy to fix and just fall back to the one-at-a-time code though. -- keith.pack...@intel.com pgp3ZHAGHhpad.pgp Description: PGP

Re: [PATCH v3] present: restore screen pixmap when aborting a flip

2014-06-23 Thread Keith Packard
Frank Binns frank.bi...@imgtec.com writes: If a 2D application is started on top of a fullscreen 3D application, which is flipping, then we need to stop flipping and restore the root window, and possibly the flip window, to using the screen pixmap. Normally this would be done as part of an

Re: [PULL] glamor-fixes

2014-06-23 Thread Keith Packard
Eric Anholt e...@anholt.net writes: Eric Anholt (1): glamor: Don't leak a prepare_access_gc() in putimage fallbacks. Markus Wick (2): glamor: Fix no-mipmap allocations glamor: Choose max fbo size by texture + viewport size Merged. 334faab..ea47341 master - master --

Re: [PATCH v2] arch: Fix image and bitmap byte order for ppc64le

2014-06-23 Thread Keith Packard
Benjamin Herrenschmidt b...@kernel.crashing.org writes: On Mon, 2014-02-24 at 11:36 +0100, Egbert Eich wrote: From: Dinar Valeev dval...@suse.com So far PPC was big endian for sure. For ppc64le this is no longer true. What happened to this ? It never made it upstream... Lost in the mists

Re: [PATCH] present: Remove executing vblank from window list. Bug# 79709.

2014-06-23 Thread Keith Packard
Axel Davy axel.d...@ens.fr writes: Nice fix, Reviewed-by: Axel Davy axel.d...@ens.fr Merged. -- keith.pack...@intel.com pgpiO8lAck79R.pgp Description: PGP signature ___ xorg-devel@lists.x.org: X.Org development Archives:

Re: [PATCH] dri2: Use the PrimeScreen when creating/reusing buffers

2014-06-23 Thread Keith Packard
Chris Wilson ch...@chris-wilson.co.uk writes: This fixes a segfault when we attempt to call ds-ReuseBufferNotify() passing a Prime DRI2BufferPtr to the master backend. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=80001 Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk Cc:

Re: [PATCH] present: fix bad logic in cancelling scheduled operations.

2014-06-23 Thread Keith Packard
Axel Davy axel.d...@ens.fr writes: If we present several pixmaps in advance for different msc, the later one shouldn't cancel the previous ones. This reverts a change made by commit e6f5d9d7b7efdacea0f22f1808efca849bcede4c Without this fix, vblank_mode=0 glxgears doesn't update with the

Re: [PULL] coordinate scaling fix for external monitors

2014-06-23 Thread Keith Packard
Peter Hutterer peter.hutte...@who-t.net writes: Peter Hutterer (1): dix: fix up coordinate scaling when external monitors are present Merged. ce581ac..736bed2 master - master -- keith.pack...@intel.com pgpapLjpiZhET.pgp Description: PGP signature

Re: [PATCH 1/4] glamor: Drop unnecessary glTexParameteri() in SetSpans().

2014-06-23 Thread Keith Packard
Eric Anholt e...@anholt.net writes: If this path needed the filters set, so would all the other glDrawArrays() callers. But they don't. Reviewed-by: Keith Packard kei...@keithp.com -- keith.pack...@intel.com pgpfielp3LVsn.pgp Description: PGP signature

Re: [PATCH 2/4] glamor: Use MIN/MAX macros to clean up glamor_transfer.c

2014-06-23 Thread Keith Packard
Eric Anholt e...@anholt.net writes: Signed-off-by: Eric Anholt e...@anholt.net Reviewed-by: Keith Packard kei...@keithp.com -- keith.pack...@intel.com pgpFl19lV2MMj.pgp Description: PGP signature ___ xorg-devel@lists.x.org: X.Org development

Re: [PATCH 3/4] glamor: Drop unnecessary glTexParameteri() in upload of texture data.

2014-06-23 Thread Keith Packard
Eric Anholt e...@anholt.net writes: We're not drawing, and we're not initially setting up the texture for later drawing. Reviewed-by: Keith Packard kei...@keithp.com -- keith.pack...@intel.com pgpyPdEclfYxP.pgp Description: PGP signature ___

Re: [PATCH 4/4] glamor: Drop constant arguments to glamor_solid().

2014-06-23 Thread Keith Packard
Eric Anholt e...@anholt.net writes: After keithp's change to drop the old glamor_fill() code, nothing ever changed these values. Reviewed-by: Keith Packard kei...@keithp.com -- keith.pack...@intel.com pgpnZ5glAaHpD.pgp Description: PGP signature

Re: [PATCH 5/5] glamor: Drop the are we doing a series of blits or draws logic.

2014-06-23 Thread Keith Packard
Eric Anholt e...@anholt.net writes: All five of these are Reviewed-by: Keith Packard kei...@keithp.com -- keith.pack...@intel.com pgpNEMQZzMtuU.pgp Description: PGP signature ___ xorg-devel@lists.x.org: X.Org development Archives:

Re: [PATCH] glamor: Fix GLES2 non-VBO temporary memory allocation.

2014-06-23 Thread Keith Packard
Eric Anholt e...@anholt.net writes: We'd get a request for like 16 bytes, claim to have allocated GLAMOR_VBO_SIZE, and then not reallocate when something a request bigger than 16 came along. The intent was to always allocate at least GLAMOR_VBO_SIZE. Fixes segfaults with Xephyr

Re: [PATCH] dri2: Use the PrimeScreen when creating/reusing buffers

2014-06-23 Thread Keith Packard
David Airlie airl...@redhat.com writes: Chris Wilson ch...@chris-wilson.co.uk writes: This fixes a segfault when we attempt to call ds-ReuseBufferNotify() passing a Prime DRI2BufferPtr to the master backend. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=80001

Re: [PATCH] glamor: Remove always-true yInverted flag.

2014-06-23 Thread Keith Packard
Eric Anholt e...@anholt.net writes: All users of glamor had the same value set, and it complicated things for no reason. Reviewed-by: Keith Packard kei...@keithp.com -- keith.pack...@intel.com pgpYQazJmnUuZ.pgp Description: PGP signature ___

Re: [PATCH] dri2: Use the PrimeScreen when creating/reusing buffers

2014-06-23 Thread David Airlie
Chris Wilson ch...@chris-wilson.co.uk writes: This fixes a segfault when we attempt to call ds-ReuseBufferNotify() passing a Prime DRI2BufferPtr to the master backend. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=80001 Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk

Re: [PATCH] dri2: Invalidate DRI2Buffers upon SetWindowPixmap updates

2014-06-23 Thread Keith Packard
Chris Wilson ch...@chris-wilson.co.uk writes: When transitioning to a redirected or unredirected Window, the Composite layer modifies the Window's Pixmap. However, the DRI2Buffer for the Drawable is still pointing to the backing bo of the old Pixmap with the result that rendering goes astray.

[Bug 80255] Garbage around mouse pointer if setpointer is used with 2 cards and compositing

2014-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80255 --- Comment #9 from Michel Dänzer mic...@daenzer.net --- Dave Airlie confirmed on IRC that PRIME currently doesn't support HW cursors in this scenario. He suspects this issue is due to some lack of flushing / synchronization between the GPUs. --

[Bug 80255] Garbage around mouse pointer if setpointer is used with 2 cards and compositing

2014-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80255 --- Comment #10 from Bernardo Donadio bcdona...@gmail.com --- Is there any possible workaround? -- You are receiving this mail because: You are the assignee for the bug. ___ xorg-driver-ati mailing