- May 21, 2013
-
-
Chris Wilson authored
-
Chris Wilson authored
Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
- May 17, 2013
-
-
Chris Wilson authored
Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
Chris Wilson authored
Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
Chris Wilson authored
Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
Chris Wilson authored
Fix the leak from the previous commit. Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
Chris Wilson authored
Otherwise we end up cloning the scanout only to leave it dangling if the client copies the from the front-buffer and then writes to it. Reported-by:
Nick Bowler <nbowler@draconx.ca> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=64675 Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
Chris Wilson authored
Once cloned, we do not want to use inplace operations and instead force a copy. However, if we do not relinquish the hints when copying across the bo, then those hints become stale and lead to corruption. Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
- May 14, 2013
-
-
Chris Wilson authored
Reported-by:
Zdenek Kabelac <zkabelac@redhat.com> Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
Chris Wilson authored
Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
Chris Wilson authored
Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
Chris Wilson authored
Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
Chris Wilson authored
Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
Chris Wilson authored
Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
As Chris mentioned there is a tendency for us to find out more PCI IDs only when users report. So let's add all new reserved Haswell IDs. I didn't have better names for this reserved ids and didn't want to use rsvd1 and rsvd2 groups, so I decided to use "B" and "E" that stands for the last id digit. Cc: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by:
Rodrigo Vivi <rodrigo.vivi@gmail.com>
-
When publishing first HSW ids we weren't allowed to use "GT3" codname. But this is the correct codname and Mesa is using it already. So to avoid people getting confused why in Mesa it is called GT3 and here it is called GT2_PLUS let's fix this name in a standard and correct way. Signed-off-by:
Rodrigo Vivi <rodrigo.vivi@gmail.com>
-
Chris Wilson authored
Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
Chris Wilson authored
Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
- May 09, 2013
-
-
Chris Wilson authored
"src-x and src-y register the pattern to the floor of the top x and y coordinate of the left edge of the first trapezoid," Bugzilla: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1178020 Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
Chris Wilson authored
Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
Chris Wilson authored
Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
Chris Wilson authored
Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
Chris Wilson authored
Since the extended use of move_area_to_gpu for partial migration of render sources, we exposed the lack of handling of upload caches along that path. Reported-by:
Zdenek Kabelac <zkabelac@redhat.com> Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
- May 07, 2013
-
-
Chris Wilson authored
For simplicity, skip buffers that are still in use by the batch - they will be removed later. Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
- May 01, 2013
-
-
Chris Wilson authored
Only upload the portion of the pixmap being used for this rendering operation, as outside of that may remain undefined and to be written by the client before a future operation. Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
Chris Wilson authored
Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
- Apr 27, 2013
-
-
Chris Wilson authored
There is a tendency for a product to ship based on a 'reserved' PCI-ID prior to us being notified about it. In other words, the first we find out about such a product is when customers start complaining about their shiny new hardware not being supported... References: https://bugs.freedesktop.org/show_bug.cgi?id=63701 Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
- Apr 26, 2013
-
-
Chris Wilson authored
It appears that it is only accidentally pulled in on some systems, but not all. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=63957 Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
- Apr 24, 2013
-
-
Chris Wilson authored
If we skip the migration, we need to avoid using the unitialiased region. There is no bad consequence as both branches of the if are no-ops, but it does silence the static checkers and should make the predicate cheaper. Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
- Apr 18, 2013
-
-
Chris Wilson authored
"generic" sounds more impressive than "no" Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
- Apr 17, 2013
-
-
Chris Wilson authored
This reverts commit ddd75d65. This is a WIP patch, not ready for upstream. The danger of mixing topic branches.
-
Chris Wilson authored
Probe for i830_dri.so and, if it exists, use that driver in preference to i915_dri.so for DRI (i.e. GL clients). This was suggested in the context of distributions supplying i915g as the main DRI driver for gen3, in which case we need to provide a separate DRI driver for gen2. Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
- Apr 16, 2013
-
-
Chris Wilson authored
-
Chris Wilson authored
Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
- Apr 15, 2013
-
-
Chris Wilson authored
If we try to release the framebuffers whilst not DRM_MASTER, the operation will fail and we will leak the buffers. So do not bother during the normal expiration to clean the scanout cache if vt switched away. Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
- Apr 12, 2013
-
-
Chris Wilson authored
sna_video_hwmc.c: In function 'create_context': sna_video_hwmc.c:95: warning: assignment from incompatible pointer type Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
Chris Wilson authored
Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
Chris Wilson authored
And ensure that any new scanout allocations make the requested size. Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
Chris Wilson authored
There is a workaround that says the first RENDER command following use of the BLT should be a non-pipelined command. To be safe, emit a MI_FLUSH before setting up the invariants. Bugzilla: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1168066 Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
Chris Wilson authored
One particular buffer type is quite cunning and simultaneously sets both CPU/GPU as all damaged (the upload buffer) so be aware when making bold assertions. Reported-by:
Jiri Slaby <jirislaby@gmail.com> Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>
-