Re: X Segmentation fault with i810

2012-01-03 Thread Chris Wilson
ch point, I'm far beyond my comfort zone... -Chris -- Chris Wilson, Intel Open Source Technology Centre ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.x.org/mailman/listinfo/xorg Your su

[ANNOUNCE] xf86-video-intel 2.18.0

2012-02-24 Thread Chris Wilson
opt in by either compiling with --enable-sna or with --enable-glamor. Have fun, -Chris Chris Wilson (678): Revert "Disable adding normal RTF modes for an eDP" glamor: Include glamor cflags and libs for atypical builds sna/gen7: minor tidy of redundant defines

Re: [ANNOUNCE] xf86-video-intel 2.18.0

2012-03-06 Thread Chris Wilson
own is coincidental with a mode change and the results are characteristic of a bug that was fixed for Xserver-1.12. Can you please attach your Xorg.log? Also investigate what occurs at the 5 minute mark that triggers a change, perhaps a screen saver setting, and try xset -dpms. -Chris -- Chris

[ANNOUNCE] xf86-video-intel 2.19.0 [resend]

2012-05-01 Thread Chris Wilson
* Fix crash upon server start with multiple monitors https://bugs.freedesktop.org/show_bug.cgi?id=47395 * Fix composition issues resulting from overly aggressive Pixmap reuse https://bugs.freedesktop.org/show_bug.cgi?id=47345 Chris Wilson (229): legacy: Delete unused XF86DRI_DEVEL #define

[ANNOUNCE] xf86-video-intel 2.20.0

2012-07-15 Thread Chris Wilson
bugs.freedesktop.org/show_bug.cgi?id=50668 * Update to new Xorg APIs. Future proofing for the next generation of hotplug Xorg display servers. Many thanks to everyone who has reported a bug and otherwise helped to improve the driver. -Chris Chris Wilson (456): sna: Fast-path unclipped gl

Re: Xorg CPU consumption extremely high

2012-07-19 Thread Chris Wilson
ike that. If you install the debug symbols for your packages and run perf record whilst you login. The hottest functions in that profile will give us a probably cause for why it is so slow. Also it is likely that there is some information already in your Xorg.0.log. -Chris -- Chris Wilson, Intel

[ANNOUNCE] xf86-video-intel 2.20.1

2012-07-23 Thread Chris Wilson
neither complete nor correct, use SNA instead. -Chris Chris Wilson (83): uxa: Remove Shadow hack intel: Don't use stdbool without declaring it sna: Disable the scanout flush when switch off via DPMS sna: Add a few DBG to show when CPU bos are being used for xfer

[ANNOUNCE] xf86-video-intel 2.20.2

2012-07-27 Thread Chris Wilson
rotations * Corruption in SNA observed in kwin on IvyBridge https://bugs.freedesktop.org/show_bug.cgi?id=52473 -Chris Chris Wilson (34): sna: Hold a reference to the full stipple pattern for repeated tiles sna: Flesh out tiled operations using the BLT sna: Refactor PutImage to avoid

[ANNOUNCE] xf86-video-intel 2.20.3

2012-08-04 Thread Chris Wilson
ausing corruption in the command stream. -Chris Chris Wilson (41): sna/gen4: Further refinement to the GT allocation sna/gen4: Move the common vertex_offset==0 check into the flush() sna: Honour the Option "DRI" Don't disable acceleration on 830/845g by def

Re: very bad performance

2012-08-07 Thread Chris Wilson
r time is not unheard of. One of the key questions is if we have no errors reported how do the performance characteristics of the system vary over time? Running x11perf along with the benchmarks from intel-gpu-tools would be a good way to get some results that should help give some insight as

Re: very bad performance

2012-08-08 Thread Chris Wilson
On Wed, 8 Aug 2012 16:42:36 +0300, Mihai Donțu wrote: > On Tue, 07 Aug 2012 17:28:40 +0100 Chris Wilson wrote: > > There have bugs where the cacheability flags of the pages in memory > > have been lost over suspend and resume, and where the GPU became > > stuck in a lo

Re: very bad performance

2012-08-08 Thread Chris Wilson
On Thu, 9 Aug 2012 01:16:33 +0300, Mihai Donțu wrote: > I suppose that this particular GPU does not support dynamic clocking. :| It does. I just gave the wrong file. Try cat /sys/kernel/debug/dri/0/i915_cur_delayinfo instead. -Chris -- Chris Wilson, Intel Open Source Technology Cen

[ANNOUNCE] xf86-video-intel 2.20.4

2012-08-18 Thread Chris Wilson
://bugs.freedesktop.org/show_bug.cgi?id=53119 * Restore preferred use of the RENDER ring for SNB+ DRI copies. -Chris Chris Wilson (56): sna/gen4: Restore w/a flush for video sna/gen7: Use a temporary to avoid switching rings for overlapping copies sna/gen6: Reduce ring switching

[ANNOUNCE] xf86-video-intel 2.20.5

2012-08-26 Thread Chris Wilson
by this driver. Bugs fixed since 2.20.4: * Only bind to Intel devices using the i915 kernel module * Regression in the bitmap-to-region code, e.g. icewm window buttons https://bugs.freedesktop.org/show_bug.cgi?id=53699 -Chris Chris Wilson (58): sna: Add damage for the whole unaligned

[ANNOUNCE] xf86-video-intel 2.20.6

2012-09-02 Thread Chris Wilson
ow_bug.cgi * Add Option "Backlight" to override automatic selection of the backlight interface. * Avoid overwriting the composite operation info when testing if we can transfer the operation to the BLT. -Chris Chris Wilson (32): sna/gen4+: Check for allocation failure fo

Re: [Intel-gfx] [ANNOUNCE] xf86-video-intel 2.20.6

2012-09-04 Thread Chris Wilson
On Tue, 04 Sep 2012 09:52:10 -0400, Adam Jackson wrote: > On 9/2/12 5:40 AM, Chris Wilson wrote: > > > * Incoherent concurrent access with the CPU and GPU > > https://bugs.freedesktop.org/show_bug.cgi > > https://bugs.freedesktop.org/show_bu

[ANNOUNCE] xf86-video-intel 2.20.7

2012-09-08 Thread Chris Wilson
/show_bug.cgi?id=54397 * Unbreak ZaphodHeads. https://bugs.freedesktop.org/show_bug.cgi?id=52438 -Chris Chris Wilson (49): sna: Don't retire when searching for a snoopable buffer without hw support sna: Cache the temporary upload buffer when copying boxes man: Malformed "

[ANNOUNCE] xf86-video-intel 2.20.8

2012-09-16 Thread Chris Wilson
/show_bug.cgi?id=434860 * Don't discard the CPU damage if only part is being replaced. This is most evident when combining software renders like Opera with accelerated rendering. https://bugs.freedesktop.org/show_bug.cgi?id=54937 -Chris Chris Wilson (32): NEWS: Fix version refe

[ANNOUNCE] xf86-video-intel 2.20.9

2012-09-29 Thread Chris Wilson
shadow/CPU copy https://bugs.freedesktop.org/show_bug.cgi?id=54978 * Fix use of an uninitialised GC when drawing glyphs to a depth=1 pixmap -Chris Chris Wilson (39): sna: Check that we do not keep a GPU bo around after flushing a ShmPixmap sna: Remove special casing of drawing depth

[ANNOUNCE] xf86-video-intel 2.20.10

2012-10-14 Thread Chris Wilson
sign extension when packing the upload data for CopyPlane https://bugs.freedesktop.org/show_bug.cgi?id=55823 * Fix some render corruption with a UDL slave output and pageflipping Chris Wilson (54): sna: Release the front buffer and drop DRM master early during shutdown sna/dri

[ANNOUNCE] xf86-video-intel 2.20.12

2012-10-20 Thread Chris Wilson
ng a stall on a busy CPU bo https://bugs.freedesktop.org/show_bug.cgi?id=56180 -Chris [Release 2.20.11 contained a typo causing UXA to fail immediately.] Chris Wilson (14): sna: Drop fake tiled CPU mapping sna/gen7: Filter BLEND flags for CA glyphs sna/dri: Defensively check fo

Re: [xinerama+nouveau] "screen" issue, 1.13.0

2012-10-22 Thread Chris Wilson
It is a bug in the -nouveau NVPlatformProbe routine (used by xorg-1.13+) in that it does not mark the entity as Shared for ZaphodHeads. -Chris -- Chris Wilson, Intel Open Source Technology Centre ___ xorg@lists.x.org: X.Org support Archives: http://l

Re: Random stalls in graphical apps with Intel G41 Chipset and linux-3.7-rc2 x86_64

2012-10-28 Thread Chris Wilson
tern seems to be that the writev used for sending the requests to X is stalling. As X11 and its clients is likely to be the most frequent such user of those interfaces on your system, it is likely to trigger any such bug more frequently. Since it is spinning in the kernel, can yo

[ANNOUNCE] xf86-video-intel 2.20.13

2012-11-11 Thread Chris Wilson
use of invalid damage pointers when redirecting rendering https://bugs.freedesktop.org/show_bug.cgi?id=56785 Chris Wilson (46): sna: Move the source region to the CPU for a self-copy fallback CopyArea sna: Mark the to-be-damaged region first, then Process afterwards intel

[ANNOUNCE] xf86-video-intel 2.20.14

2012-11-26 Thread Chris Wilson
lised pixmap for use as a render source https://bugs.freedesktop.org/show_bug.cgi?id=47597 * Improve handing of texture fallbacks for 830/845. https://bugs.freedesktop.org/show_bug.cgi?id=57392 Chris Wilson (45): sna: Compile against ancient libdrm sna/dri: Prevent scheduling a sw

[ANNOUNCE] xf86-video-intel 2.20.15

2012-12-03 Thread Chris Wilson
(e.g. rotation) is in effect. https://bugs.freedesktop.org/show_bug.cgi?id=52255 https://bugs.freedesktop.org/show_bug.cgi?id=56608 Chris Wilson (16): sna: Use a single execobject flag to mark read/write domains sna: Disable shadow tracking upon regen sna/blt: Avoid

Re: i915 modesetting doesn't load with i915.modeset=1

2012-12-07 Thread Chris Wilson
;t it an aspect of the > driver? And doesn't the kernel parameter turn it "on"? 'modesetting' here refers to xf86-video-modesetting which is the minimal driver to enable X to run on top of a KMS device. Similar in nature to vesa (and fbdev), it is u

Re: i915 modesetting doesn't load with i915.modeset=1

2012-12-08 Thread Chris Wilson
l (xorg-x11-drv-intel) which supports everything i915.ko attaches to. -Chris -- Chris Wilson, Intel Open Source Technology Centre ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.x.org/mailman/li

[ANNOUNCE] xf86-video-intel 2.20.16

2012-12-15 Thread Chris Wilson
switch (i.e. booting, after resume with 3 incompatible pipes on Ivybridge) * Pin batches to avoid CS incoherence on 830/845 https://bugs.freedesktop.org/show_bug.cgi?id=26345 Chris Wilson (53): sna: Tidy addition of fake GTF modes for panels sna/gen4: Avoid emitting URB_FENCE across

[ANNOUNCE] xf86-video-intel 2.20.17

2012-12-26 Thread Chris Wilson
=58552 https://bugs.freedesktop.org/show_bug.cgi?id=58406 * Fixed the origin of cropped (textured) video windows (Xv and XvMC) https://bugs.freedesktop.org/show_bug.cgi?id=23033 * Fix potential corruption when using images larger than ~1GiB Chris Wilson (49): sna: Include shm hint in

[ANNOUNCE] xf86-video-intel 2.20.18

2013-01-16 Thread Chris Wilson
lback to swrast. Chris Wilson (98): sna: Explicitly track self-relocation entries sna/gen6+: Tweak to only consider active ring on destination sna: Do not try and set a 0x0 mode sna/gen6+: Tidy up ring preferences sna/gen2,3: Remove gen-specific vertex_offset

[ANNOUNCE] xf86-video-intel 2.20.19

2013-01-20 Thread Chris Wilson
(for vsync). * Clip dirty region to slave pixmaps (otherwise UDL is nigh unusuable) https://bugs.freedesktop.org/show_bug.cgi?id=59539 Adam Jackson (1): configure: Drop AM_MAINTAINER_MODE Chris Wilson (16): sna: Refactor to remove a goto from sna_put_zpixmap_blt() sna

Re: display is stale until mouse wiggled or screen touched

2013-01-30 Thread Chris Wilson
gh (sometimes minutes) then display will update. >   > These problems go away if the user is constantly tapping the screen or > wiggling > the mouse. That would be a bug in your graphics driver not flushing its render queue. May I suggest you update xf86-vi

[ANNOUNCE] xf86-video-intel 2.21.0

2013-02-01 Thread Chris Wilson
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1104180 Chris Wilson (74): sna/gen3: Always close the vertices for a batch, even if the vbo is empty sna: Adapt error detection and handling for invalid batchbuffers sna/gen3+: Handle flushing vbo for

[ANNOUNCE] xf86-video-intel 2.21.1

2013-02-10 Thread Chris Wilson
2.21.0 - Chris Wilson (36): sna: Do not add the INPLACE hint if we have the ASYNC hint set sna: Drop bogus refcnt assertion during kgem_bo_retire() sna/gen4: Disable non-rectilinear GPU span compositing sna/gen4: Remove old single-thread

[ANNOUNCE] xf86-video-intel 2.21.2

2013-02-10 Thread Chris Wilson
Release 2.21.2 (2013-02-10) === Pass the brown paper bags, I need half a dozen or so. That seemingly innocuous build fix with xorg-1.13 happned to have the little side-effect of breaking glyph rendering with xorg-1.12 and older on 64-bit machines. Chris Wilson (4

Re: intel pixmap sharing bug on i915/kms

2013-02-10 Thread Chris Wilson
_CRTC_VERSION 4. -Chris -- Chris Wilson, Intel Open Source Technology Centre ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.x.org/mailman/listinfo/xorg Your subscription address: arch...@mail-archive.com

Re: Trying to figure out how to render a single character represented by a FT_Bitmap in X

2013-02-16 Thread Chris Wilson
t;bitmap" is likely 8 bits per pixel, not 1. Considering you haven't told FT how you are going to render it, it may not even be a single channel... -Chris -- Chris Wilson, Intel Open Source Technology Centre ___ xorg@lists.x.org: X.Org support Ar

[ANNOUNCE] xf86-video-intel 2.21.3

2013-02-20 Thread Chris Wilson
/show_bug.cgi?id=60987 * Fix the UXA render programs for projective transforms on Ivybridge. Complete list of changes since 2.21.2 (not 2.22.2 as I kept typing!) Chris Wilson (34): configure: Add -lX11 required to link the legacy

Re: [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung

2013-03-06 Thread Chris Wilson
org (under Xorg Driver/Intel for simplicity) and attach those files. -Chris -- Chris Wilson, Intel Open Source Technology Centre ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.x.org/mailman/listi

[ANNOUNCE] xf86-video-intel 2.21.4

2013-03-11 Thread Chris Wilson
(1): Refuse to load driver for depth-8 X server. Chris Wilson (94): sna: Honour LinearFramebuffer sna: Always enable the solid-cache and gradient-cache sna/dri: Eradicate the DRI2 name exchange mechanism sna/gen7: Only a pipeline stall is required for the CA pass

Re: [xorg] Problem with sna/xcomposite? (i915 video driver related)

2013-03-17 Thread Chris Wilson
On Sun, Mar 17, 2013 at 01:21:57PM -0700, animelo...@gmail.com wrote: > Hi, > > After upgrade to intel-xorg-video 2.21.4 driver, (Intel 945GM chipset) > xserver 1.12.4 crash repeatingly > with sna enabled in xorg.conf. Your kernel is buggy. -Chris -- Chris Wilson, In

Re: [xorg] Problem with sna/xcomposite? (i915 video driver related)

2013-03-17 Thread Chris Wilson
On Sun, Mar 17, 2013 at 03:11:21PM -0700, animelo...@gmail.com wrote: > On Sun, 17 Mar 2013 21:37:23 + > Chris Wilson wrote: > > > On Sun, Mar 17, 2013 at 01:21:57PM -0700, animelo...@gmail.com wrote: > > > Hi, > > > > > > After upgrade to in

[ANNOUNCE] xf86-video-intel 2.21.5

2013-03-21 Thread Chris Wilson
Haswell https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1156679 Complete list of changes from 2.21.4 Aaron Plattner (1): uxa: don't crash when freeing an uninitialized screen Chris Wilson (33): test: Try to exercise

Re: xorg error - compaq cq56 - i915 driver

2013-04-03 Thread Chris Wilson
inter in right direction > if thats possible. The Xorg.log doesn't provide much clue, but at least it does rule out many contributing factors. Given the description of the problem, I would first check for swap thrashing and a memory leak. Or perhaps the Xorg.log is from before the problem is e

[ANNOUNCE] xf86-video-intel 2.21.6

2013-04-06 Thread Chris Wilson
- Chris Wilson (32): sna/dri: Disable assertion and associated bookkeeping sna: Fix computation of clip extents for stippling sna: Add backlight control implementation sna: Fix assertions that the pixmap points into the CPU bo for fallbacks sna: Fix an assertion to

[ANNOUNCE] xf86-video-intel 2.21.7

2013-05-21 Thread Chris Wilson
- most importantly because of the inefficient way it now implements scrolling. Complete list of changes since 2.21.6 - Chris Wilson (47): sna: Remove assertions for mapped GPU bo if priv->cpu after GPU bo creation sna/video: Expand passthro

[ANNOUNCE] xf86-video-intel 2.21.8

2013-05-27 Thread Chris Wilson
under certain circumstances https://bugs.freedesktop.org/show_bug.cgi?id=64978 Complete list of changes since 2.21.7 - Chris Wilson (17): sna: Re-enable read-read optimisations sna/video: Convert to a pure Xv backend sna: Warn about the

[ANNOUNCE] xf86-video-intel 2.21.9

2013-06-06 Thread Chris Wilson
performing a DRI2CopyRegion [regression from 2.21.7] https://bugs.freedesktop.org/show_bug.cgi?id=65250 Complete list of changes since 2.21.8 - Chris Wilson (23): sna/video: Correct interpretation of 'sync' test: Add an easily visible te

[ANNOUNCE] xf86-video-intel 2.21.10

2013-06-22 Thread Chris Wilson
.21.7] https://bugs.freedesktop.org/show_bug.cgi?id=65665 Complete list of changes since 2.21.9 ----- Chris Wilson (52): sna: Fix format specifier for mismatching int/long in DBG sna/dri: Handle fast double flips across mode changes sna/dri: Mak

[ANNOUNCE] xf86-video-intel 2.21.11

2013-06-30 Thread Chris Wilson
his week was: commit 22fd5ca947b58901927d100d2b1aa0f1672b3435 Author: Chris Wilson Date: Fri Jun 28 16:54:08 2013 +0100 drm/i915: Only clear write-domains after a successful wait-seqno which affects kernels 3.7 - 3.10, coming to a stable kernel near you soon. Complete list of changes si

Re: [PATCH] Flicker free initialization fix for xf86-video-intel 2.21.11

2013-07-03 Thread Chris Wilson
ion of ZoomModes which threw my counting off by one. Makes the hack in the driver even uglier I am afraid. (Tempting to build my own option array...) -Chris -- Chris Wilson, Intel Open Source Technology Centre ___ xorg@lists.x.org: X.Org support Archive

[ANNOUNCE] xf86-video-intel 2.21.12

2013-07-14 Thread Chris Wilson
when performing tiled uploads and operations on very large (>28k pixels wide or tall pixmaps) https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1200766 Complete list of changes since 2.21.11 --- Chris Wilson (49): sna: Do

[ANNOUNCE] xf86-video-intel 2.21.13

2013-07-28 Thread Chris Wilson
clients of certain invalidation events.) https://bugs.freedesktop.org/show_bug.cgi?id=67210 * Handle a failure to use a GTT mmap for a pixmap upload and try an alternative method before giving up. Complete list of changes since 2.21.12 -- Chris Wilson

[ANNOUNCE] xf86-video-intel 2.21.14

2013-08-04 Thread Chris Wilson
://bugs.freedesktop.org/show_bug.cgi?id=67504 Complete list of changes since 2.21.13 -- Chris Wilson (43): intel: Source our PCI IDs table from the copy in the kernel intel: Cross-check an unnamed chipset against the list of known PCI-IDs intel

[ANNOUNCE] xf86-video-intel 2.21.15

2013-08-21 Thread Chris Wilson
to reduce use of semaphores on Sandybridge and later - a delicate balancing act between trying to use the faster engine for the task and preventing concurrent use of multiple rings. Complete list of changes since 2.21.14 ------ Chris Wilson (50): s

[ANNOUNCE] xf86-video-intel 2.99.901

2013-09-04 Thread Chris Wilson
ease file bugs! Complete list of changes since 2.21.15 -- Chris Wilson (75): sna/gen7: Prefer the render ring for more operations sna/video: Disable the existing sprite when switching CRTCs sna/dri: Make async blits async again intel: Add experimental rendernode support

[ANNOUNCE] xf86-video-intel 2.99.902

2013-09-07 Thread Chris Wilson
Snapshot 2.99.902 (2013-09-07) == We do not condone or support Canonical in the course of action they have chosen, and will not carry XMir patches upstream. -The Management Chris Wilson (26): sna: Add a DBG to track calls to SetScreenPixmap intel-virtual

Re: XComposite Overlay Window usage

2013-09-23 Thread Chris Wilson
ows the user to write to the scanout without waking the GPU.) Using the overlay also ensures that it appears over all windows, including the compositing manager or fullscreen games (without interferring with those). -Chris -- Chris Wilson, Intel Open Source Technology Centre

Re: XComposite Overlay Window usage

2013-09-24 Thread Chris Wilson
On Tue, Sep 24, 2013 at 09:48:06PM +0200, Jochen Keil wrote: > Hello Chris, > > On 23.09.2013 15:19, Chris Wilson wrote: > > On Mon, Sep 23, 2013 at 01:23:08PM +0200, Jochen Keil wrote: > >> Hello, > >> > >> I'm trying to write an application with w

[ANNOUNCE] xf86-video-intel 2.99.903

2013-09-28 Thread Chris Wilson
start issuing SIGBUS even for CPU mmaps. Untrapped these will cause X to die. https://bugs.freedesktop.org/show_bug.cgi?id=67889 Complete list of changes since 2.99.902 --- Chris Wilson (72): NEWS: Fix release dates, missed the transition to

Re: Random ocassional graphics freeze on Intel chipset

2013-10-02 Thread Chris Wilson
is a more obvious lockup. Then begin the painful process of tracing the interoperation of those two processes to try and catch the breakdown. -Chris -- Chris Wilson, Intel Open Source Technology Centre ___ xorg@lists.x.org: X.Org support Arc

Re: Random ocassional graphics freeze on Intel chipset

2013-10-02 Thread Chris Wilson
On Wed, Oct 02, 2013 at 09:22:18AM -0500, Alex Villací­s Lasso wrote: > El 02/10/13 05:19, Chris Wilson escribió: > >On Tue, Oct 01, 2013 at 06:15:00PM -0500, Alex Villací­s Lasso wrote: > >>I have seen this graphics freeze under stock 3.10.x from the Fedora > >>18 x

[ANNOUNCE] xf86-video-intel 2.99.904

2013-10-09 Thread Chris Wilson
-- Chris Wilson (52): sna/video: Discard old video buffers when the frame size changes sna/video: Don't allow caching of yuv scanouts sna: Resize an existing framebuffer if possible sna/video: The sprite framebuffer also encodes its format

Re: [ANNOUNCE] xf86-video-intel 2.99.904

2013-10-10 Thread Chris Wilson
On Thu, Oct 10, 2013 at 04:27:20PM +0200, Łukasz Maśko wrote: > Dnia środa, 9 października 2013 17:24:19 Chris Wilson pisze: > > Snapshot 2.99.904 (2013-10-09) > > == > > There is one more feature planned to be completed for 3.0, so time for a >

Re: [ANNOUNCE] xf86-video-intel 2.99.904

2013-10-16 Thread Chris Wilson
On Tue, Oct 15, 2013 at 11:24:46PM +0200, Łukasz Maśko wrote: > Dnia czwartek, 10 października 2013 16:28:28 Chris Wilson pisze: > > On Thu, Oct 10, 2013 at 04:27:20PM +0200, Łukasz Maśko wrote: > > > Dnia środa, 9 października 2013 17:24:19 Chris Wilson pisze: > > > &

[ANNOUNCE] xf86-video-intel 2.99.905

2013-10-23 Thread Chris Wilson
ainst clip regions https://bugs.freedesktop.org/show_bug.cgi?id=67865 * Support TearFree rendering of rotated outputs https://bugs.freedesktop.org/show_bug.cgi?id=22969 Complete list of changes since 2.99.904 --- Chris Wilson (66): sna: Upon unwi

Re: [ANNOUNCE] xf86-video-intel 2.99.905

2013-10-31 Thread Chris Wilson
f it would help, although I guess that's > > unlikely. > > > > Do you have any immediate ides which change might be the "culprit" and I > > could try reverting? If not, I can clone the > > git tree and do a bisect. > > > > I've done a bisect

Re: [ANNOUNCE] xf86-video-intel 2.99.905

2013-11-04 Thread Chris Wilson
On Mon, Nov 04, 2013 at 09:19:51AM +, Chris Clayton wrote: > Hi Chris. > > On 10/31/13 16:09, Chris Clayton wrote: > > > > > > On 10/31/13 13:58, Chris Wilson wrote: > >> On Thu, Oct 31, 2013 at 08:29:02AM +, Chris Clayton wrote: > >>>

[ANNOUNCE] xf86-video-intel 2.99.906

2013-11-13 Thread Chris Wilson
://bugs.freedesktop.org/show_bug.cgi?id=70527 Complete list of changes since 2.99.905 --- Chris Wilson (113): sna: Reset bo after allocation failure during wait-for-shadow man: Describe the TearFree option Revert "sna: Remove the move-to-gpu shortcircu

[ANNOUNCE] xf86-video-intel 2.99.907

2013-12-30 Thread Chris Wilson
ption) https://bugs.freedesktop.org/show_bug.cgi?id=72690 * Hide the gen4 render corruption by crippling the GPU https://bugs.freedesktop.org/show_bug.cgi?id=55500 Complete list of changes since 2.99.906 --- Chris Wilson (86): sna: Eliminate a com

[ANNOUNCE] xf86-video-intel 2.99.908

2014-02-01 Thread Chris Wilson
--- Chris Wilson (78): sna/gen7+: Emit invalidate between operations if rendering to source/mask uxa/dri: Pixmap are offscreen and not attached to any display sna: Always treat DPMSModeSuspend/Standby similar to DPMSModeOff uxa: Disable updating properties upon reading

[ANNOUNCE] xf86-video-intel 2.99.909

2014-02-01 Thread Chris Wilson
in 2.99.908 :( https://bugs.freedesktop.org/show_bug.cgi?id=74327 Complete list of changes since 2.99.908 --- Chris Wilson (6): glamor: Enable Xv support sna: Only discard CPU damage for an replacing region sna: Remark the region as damaged

[ANNOUNCE] xf86-video-intel 2.99.910

2014-02-10 Thread Chris Wilson
occasional black box). Regression from 2.99.906 https://bugs.freedesktop.org/show_bug.cgi?id=7237 Complete list of changes since 2.99.910 --- Chris Wilson (18): sna: Undo region translation before returning sna: Allow more inplace promotions of

[ANNOUNCE] xf86-video-intel 2.99.911

2014-03-19 Thread Chris Wilson
/ubuntu/+source/xserver-xorg-video-intel/+bug/1289923 * Actually turn off displays with DPMS off for UXA. Regression from 2.99.903, but requires kernel commit c9976dcf55c8aaa7037427b239f15e5acfc01a3a Author: Chris Wilson Date: Sun Sep 29 19:15:07 2013 +0100 drm/i915: Only apply

[ANNOUNCE] xf86-video-intel 2.99.912

2014-06-10 Thread Chris Wilson
atch error for DRI2GetMsc - as clients are often unprepared and die when they get the unexpected error. Complete list of changes since 2.99.911 --- Adam Jackson (1): configure: Don't link the driver against libX11 Chris Wilson (287): intel: R

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

2014-06-23 Thread Chris Wilson
code somewhere > adds the vertical screen offset twice. 8 is significant as it is the tile row height. The kernel tries to be smart and extract the panning from the surface address so that we can display a larger virtual framebuffer than the hardware can actually use. Can yo

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

2014-06-23 Thread Chris Wilson
On Mon, Jun 23, 2014 at 11:33:52AM +0200, Krzysztof Halasa wrote: > Chris Wilson writes: > > >> switch to mode 1920x1200@60.0 on pipe 0 using HDMI1, position (2176, 7), > >> rotation normal > >> > >> Now I scroll down 1 pixel: > >> switch to

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 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 &

[ANNOUNCE] xf86-video-intel 2.99.913

2014-07-23 Thread Chris Wilson
are very much still under early testing. Also be aware that Mesa provides no support for explicit fencing so Damage tracking between compositors and clients is unserialised. Complete list of changes since 2.99.912 --- Chris Wilson (254): sna: Handle the

[ANNOUNCE] xf86-video-intel 2.99.914

2014-07-23 Thread Chris Wilson
xf86-video-intel-2.99.914.tar.gz -- Chris Wilson, Intel Open Source Technology Centre signature.asc Description: Digital signature ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.x.org/mailman/lis

[ANNOUNCE] xf86-video-intel 2.99.915

2014-09-08 Thread Chris Wilson
flicker in rapidly updated elements (like simple video panes). https://bugs.freedesktop.org/show_bug.cgi?id=81973 Complete list of changes since 2.99.914 --- Chris Wilson (93): sna: Disable rendering with the DRM device whilst away from VT

[ANNOUNCE] xf86-video-intel 2.99.916

2014-09-08 Thread Chris Wilson
Snapshot 2.99.916 (2014-09-08) == Quick update for MST in UXA - we need to hook up the RandR outputs for dynamicaly added connectors. Complete list of changes since 2.99.915 --- Chris Wilson (1): 2.99.916 snapshot Dave Airlie

Re: how can I identify which video card on a mutli-card linux box a display belongs to

2014-11-10 Thread Chris Wilson
7; of each display > but it seems volatile and might change after reboot and has nothing > to do with the information in /sys/class/drm. If your devices support DRI2/DRI3, you can send a DRI request to query the device node for a screen. Might be a nice extension to xrandr --verbose, or per

[ANNOUNCE] xf86-video-intel 2.99.917

2014-12-21 Thread Chris Wilson
://bugs.freedesktop.org/show_bug.cgi?id=81583 * Fix crash when using Xinerama. https://bugs.freedesktop.org/show_bug.cgi?id=87207 * Fix rendering of right-to-left or bottom-to-top PolySegments in UXA Complete list of changes since 2.99.916 --- Chris Wilson (165

Re: combining Render's Composite + SHM's PutImage

2015-04-09 Thread Chris Wilson
On Thu, Apr 09, 2015 at 07:22:34PM +1000, Nigel Tao wrote: > On Thu, Apr 9, 2015 at 6:39 PM, Chris Wilson wrote: > > You can either read cairo for an example of how to mix SHM and Render, > > or > > http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/tree/tools/virtua

Re: combining Render's Composite + SHM's PutImage

2015-04-09 Thread Chris Wilson
n guarranteed to be sent after the rendering by X's very strict protocol ordering. -Chris -- Chris Wilson, Intel Open Source Technology Centre ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.x.org/mailman/listinfo/xorg Your subscription address: %(user_address)s

Re: RandR + i915 (HD 4600 / Haswell) -- Cannot switch from internal to 3x external

2015-06-17 Thread Chris Wilson
@ -3029,7 +3029,7 @@ main (int argc, char **argv) if (!config_output) argerr ("%s must be used after --output\n", argv[i]); set_name_xid (&config_output->mode, None); set_name_xid (&config_output->

Re: RandR + i915 (HD 4600 / Haswell) -- Cannot switch from internal to 3x external

2015-06-17 Thread Chris Wilson
On Wed, Jun 17, 2015 at 09:46:25AM +0100, Chris Wilson wrote: > On Tue, Jun 16, 2015 at 10:40:17AM -0500, Nathan Schulte wrote: > > I am running Debian Sid on a laptop machine with an Intel Haswell > > CPU with Intel HD 4600 graphics. > > > > >$ Xorg -version &g

Re: RandR + i915 (HD 4600 / Haswell) -- Cannot switch from internal to 3x external

2015-06-17 Thread Chris Wilson
d upstream? I'll taked that as a reported-and-tested-by and proceed. Thanks, -Chris -- Chris Wilson, Intel Open Source Technology Centre ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.x.or

Re: libxrandr XRRGetCrtcInfo() misinterpretation by nouveau or NVIDIA?

2015-06-19 Thread Chris Wilson
equests is not yet implemented. which explains the difference (since RRGetPanning is used by Xorg to determine the presented area for RRCrtcGetInfo). For Nvidia, Xorg can only report the current location of the CRTC with respect to the frontbuffer, for other RandR1.3 drivers like nouveau,

Re: libxrandr XRRGetCrtcInfo() misinterpretation by nouveau or NVIDIA?

2015-06-19 Thread Chris Wilson
rea of the CRTC is exactly defined by the mode, rotation, transformation and offset. Basically nvidia have only implemented half of the extension. They allow you to set panning, but don't report it back to the application. -Chris -- Chris Wilson, Intel Open Source Technology Centre ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.x.org/mailman/listinfo/xorg Your subscription address: %(user_address)s

Re: How to setup independent screens with the Intel driver?

2015-10-30 Thread Chris Wilson
> Section "Device" > Identifier "Intel1" > Driver "intel" > BusID "PCI:0:2:0" > Screen 1 > Option "AccelMethod" "sna" > Option "Monitor-VGA1" "VGA1" Option "ZaphodHeads" "VGA1" > Option "TearFree" "on" > EndSection -Chris -- Chris Wilson, Intel Open Source Technology Centre ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.x.org/mailman/listinfo/xorg Your subscription address: %(user_address)s

Re: How to setup independent screens with the Intel driver?

2015-10-30 Thread Chris Wilson
On Fri, Oct 30, 2015 at 05:46:51PM +0100, Boszormenyi Zoltan wrote: > 2015-10-30 17:36 keltezéssel, Chris Wilson írta: > > On Fri, Oct 30, 2015 at 04:58:49PM +0100, Boszormenyi Zoltan wrote: > >> Section "Device" > >> Identifier "Intel0" >

Re: How to setup independent screens with the Intel driver?

2015-10-30 Thread Chris Wilson
On Fri, Oct 30, 2015 at 05:56:35PM +0100, Boszormenyi Zoltan wrote: > 2015-10-30 17:46 keltezéssel, Boszormenyi Zoltan írta: > > 2015-10-30 17:36 keltezéssel, Chris Wilson írta: > >> On Fri, Oct 30, 2015 at 04:58:49PM +0100, Boszormenyi Zoltan wrote: > >>> Section &qu

Re: How to setup independent screens with the Intel driver?

2015-10-30 Thread Chris Wilson
On Fri, Oct 30, 2015 at 06:17:50PM +0100, Boszormenyi Zoltan wrote: > 2015-10-30 18:03 keltezéssel, Chris Wilson írta: > > On Fri, Oct 30, 2015 at 05:56:35PM +0100, Boszormenyi Zoltan wrote: > >> 2015-10-30 17:46 keltezéssel, Boszormenyi Zoltan írta: > >>> 2015-

Re: How to setup independent screens with the Intel driver?

2015-10-30 Thread Chris Wilson
On Fri, Oct 30, 2015 at 08:00:46PM +0100, Boszormenyi Zoltan wrote: > 2015-10-30 19:15 keltezéssel, Chris Wilson írta: > > On Fri, Oct 30, 2015 at 06:17:50PM +0100, Boszormenyi Zoltan wrote: > >> In my case with this particular POS machine, the intended primary display, > >

Re: How to refresh the list of outputs detected by xrandr?

2015-11-19 Thread Chris Wilson
ocking stations, it remembers the layout of available monitors and when > I > dock it onto the other station and resume, it still shows me the old list of > outputs and modes. I need to undock it while running and dock it again to > make > it notify the change in outputs. >

Re: How to refresh the list of outputs detected by xrandr?

2015-11-19 Thread Chris Wilson
On Thu, Nov 19, 2015 at 02:39:21PM +0100, Łukasz Maśko wrote: > Dnia czwartek, 19 listopada 2015 13:27:37 Chris Wilson pisze: > [...] > > The kernel is supposed to send a hotplug notification on resume that > > should result in the list being updated. > > If I get you ri

Re: xrandr only lists mode after a while of waiting

2015-12-14 Thread Chris Wilson
de-after-a-while-of-waiting Should be resolved by now. It was just bug that mistakenly marked the first current-only probe as valid on the initial modesetting. -Chris -- Chris Wilson, Intel Open Source Technology Centre ___ xorg@lists.x.org: X

  1   2   >