[Bug 84977] r300/compiler: register allocation pass generate invalid swizzle for r300/r400

2014-10-28 Thread bugzilla-dae...@freedesktop.org
ail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141028/071f9b89/attachment.html>

[PATCH V7 03/12] drm/bridge: Add helper functions for drm_bridge

2014-10-28 Thread Ajay kumar
On Tue, Oct 28, 2014 at 8:11 PM, Thierry Reding wrote: > On Tue, Oct 28, 2014 at 03:19:36PM +0100, Daniel Vetter wrote: >> On Tue, Oct 28, 2014 at 1:28 PM, Ajay kumar wrote: >> > On Tue, Oct 28, 2014 at 3:31 PM, Daniel Vetter wrote: > [...] >> >> Hm, if you do this can you pls also update

[Bug 79980] Random radeonsi crashes

2014-10-28 Thread bugzilla-dae...@freedesktop.org
ate or something completly different. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141028/5fe07e5a/attachment.html>

[Bug 79980] Random radeonsi crashes

2014-10-28 Thread bugzilla-dae...@freedesktop.org
of flags r600g: Drop references to destroyed blend state -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141028/f33dd

[PATCH 5/5] drm/radeon: Use TTM_PL_FLAG_BOTTOMUP

2014-10-28 Thread Michel Dänzer
From: Michel Dänzer We want to allocate small BOs strictly from the bottom up, just as large BOs are allocated strictly from the top down. Signed-off-by: Michel Dänzer --- drivers/gpu/drm/radeon/radeon_object.c | 6 -- 1 file changed, 4 insertions(+), 2

[PATCH 4/5] drm/ttm: Add TTM_PL_FLAG_BOTTOMUP

2014-10-28 Thread Michel Dänzer
From: Michel Dänzer For placing a BO strictly from the bottom up, i.e. in the lowest hole which can hold it. Signed-off-by: Michel Dänzer --- drivers/gpu/drm/ttm/ttm_bo_manager.c | 5 + include/drm/ttm/ttm_placement.h | 5 - 2 files changed, 9

[PATCH 3/5] drm/ttm: Use only DRM_MM_SEARCH_BELOW for TTM_PL_FLAG_TOPDOWN

2014-10-28 Thread Michel Dänzer
From: Michel Dänzer DRM_MM_SEARCH_BEST gets the smallest hole which can fit the BO. That seems against the idea of TTM_PL_FLAG_TOPDOWN: * The smallest hole may be in the overall bottom of the area * If the hole isn't much larger than the BO, it doesn't make much

[PATCH 2/5] drm/ttm: Add DRM_MM_SEARCH_BELOW for TTM_PL_FLAG_TOPDOWN

2014-10-28 Thread Michel Dänzer
From: Michel Dänzer If the BO should be placed at the top of the area, we should start looking for holes from the top. Signed-off-by: Michel Dänzer --- drivers/gpu/drm/ttm/ttm_bo_manager.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git

[PATCH 1/5] drm/radeon: Set TTM_PL_FLAG_TOPDOWN also for RADEON_GEM_CPU_ACCESS BOs

2014-10-28 Thread Michel Dänzer
From: Michel Dänzer I wasn't sure if TTM_PL_FLAG_TOPDOWN works correctly with non-0 lpfn, but AFAICT it does. Signed-off-by: Michel Dänzer --- drivers/gpu/drm/radeon/radeon_object.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git

[PATCH] drm/radeon: Clean up radeon_uvd_force_into_uvd_segment

2014-10-28 Thread Michel Dänzer
From: Michel Dänzer It was adding a second placement for the second 256MB segment of VRAM, which is not a good idea for several reasons: * It fills up the first 256MB segment (which is also typically the CPU accessible part) of VRAM first, even for BOs which could go

[Bug 85564] Dead Island rendering issues

2014-10-28 Thread bugzilla-dae...@freedesktop.org
sp=sharing -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141028/49e1226a/attachment.html>

[PATCH V7 03/12] drm/bridge: Add helper functions for drm_bridge

2014-10-28 Thread Ajay kumar
On Tue, Oct 28, 2014 at 3:31 PM, Daniel Vetter wrote: > On Tue, Oct 28, 2014 at 10:21 AM, Ajay kumar wrote: >> Hi Daniel and Sean, >> >> Thanks for the comments! >> >> On Tue, Oct 28, 2014 at 1:28 AM, Sean Paul wrote: >>> On Mon, Oct 27, 2014 at 3:01 PM, Daniel Vetter wrote: So don't ask

[Bug 79980] Random radeonsi crashes

2014-10-28 Thread bugzilla-dae...@freedesktop.org
was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141028/06e9499e/attachment.html>

[Bug 85564] Dead Island rendering issues

2014-10-28 Thread bugzilla-dae...@freedesktop.org
- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141028/3a6ec20b/attachment.html>

[Bug 85564] Dead Island rendering issues

2014-10-28 Thread bugzilla-dae...@freedesktop.org
art -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141028/063f0881/attachment.html>

[Bug 84021] [game][the cave] not rendered properly

2014-10-28 Thread bugzilla-dae...@freedesktop.org
art -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141028/c03481de/attachment-0001.html>

[Bug 84021] [game][the cave] not rendered properly

2014-10-28 Thread bugzilla-dae...@freedesktop.org
d properly. The anti-aliasing visual effect is killing performance. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/2014

NULL derefs after failed suspend (i915, pm, ext4, slub)

2014-10-28 Thread Jani Nikula
On Tue, 28 Oct 2014, Johan Hovold wrote: > Hi, > > I have had some problems with crashes involving suspend-to-disk after > updating to v3.16. > > Below is a log with 3.16.6 from a failed suspend attempt after which I > get a NULL deref in ext4 code. > > A couple of weeks ago I got something

[PATCH] allow 32bpp framebuffers for cirrus drm

2014-10-28 Thread Zachary Reizner
B pitch because of the registers, so I kept that limitation in the driver. That means no revision bump is necessary. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141028/727754b0/attachment.html>

[Bug 85564] Dead Island rendering issues

2014-10-28 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20141028/deae2d1e/attachment.html>

Standard VGA console with DRI/DRM under X?

2014-10-28 Thread Christian König
> Is this possible and if not, why not? Long story short on modern hardware the VGA console is just an emulation working on top of the real hardware. When the driver wants to talk to the real hardware it must simply disable the VGA emulation first. But to me all points why you don't like the

[RFC PATCH 3/3] libdrm: user mode helper for ipvr drm driver

2014-10-28 Thread Daniel Stone
mil > >> > > ___ > dri-devel mailing list > dri-devel at lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/dri-devel > -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141028/59aeb816/attachment.html>

[PATCH 2/6] drm: add tile_group support. (v2)

2014-10-28 Thread Dave Airlie
> @@ -5156,3 +5158,100 @@ struct drm_property > *drm_mode_create_rotation_property(struct drm_device *dev, >supported_rotations); > } > EXPORT_SYMBOL(drm_mode_create_rotation_property); > + > +/** > + * DOC: Tile group > + * > + * Tile groups are used

[PATCH V7 11/12] Documentation: bridge: Add documentation for ps8622 DT properties

2014-10-28 Thread Ajay kumar
On Tue, Oct 28, 2014 at 2:42 PM, Javier Martinez Canillas wrote: > Hello Ajay, > > On Thu, Oct 16, 2014 at 11:04 AM, Laurent Pinchart > wrote: >>> >>> Right. It would be great if you guys come to agreement ASAP! >> >> I don't think we'll agree any time soon, so I believe it's up to you to >>

[Bug 85564] New: Dead Island rendering issues

2014-10-28 Thread bugzilla-dae...@freedesktop.org
for it. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141028/3e13020a/attachment.html>

[PATCH 2/2] drm/edid: fix Baseline_ELD_Len field in drm_edid_to_eld()

2014-10-28 Thread Jani Nikula
The Baseline_ELD_Len field does not include ELD Header Block size. >From High Definition Audio Specification, Revision 1.0a: The header block is a fixed size of 4 bytes. The baseline block is variable size in multiple of 4 bytes, and its size is defined in the header

[PATCH 1/2] drm/edid: add #defines and helpers for ELD

2014-10-28 Thread Jani Nikula
In the interest of reducing magic numbers and having to cross check with the specs all the time. Signed-off-by: Jani Nikula --- include/drm/drm_edid.h | 102 + 1 file changed, 102 insertions(+) diff --git a/include/drm/drm_edid.h

Standard VGA console with DRI/DRM under X?

2014-10-28 Thread Deucher, Alexander
> -Original Message- > From: Bjorn Helgaas [mailto:bhelgaas at google.com] > Sent: Tuesday, October 28, 2014 11:48 AM > To: Michael Shell > Cc: linux-kernel at vger.kernel.org; David Airlie; DRI mailing list; Deucher, > Alexander; Koenig, Christian > Subject: Re: Standard VGA console with

[PATCH V7 03/12] drm/bridge: Add helper functions for drm_bridge

2014-10-28 Thread Thierry Reding
T. I don't think we should strive for that, even if only DT-enabled platforms currently use them. Thierry -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 819 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141028/66fd1f77/attachment-0001.sig>

[Bug 83461] hdmi screen flicker/unusable

2014-10-28 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=83461 --- Comment #14 from Christian König --- Created attachment 155721 --> https://bugzilla.kernel.org/attachment.cgi?id=155721=edit Add more debugging output. Please apply the attached patch and provide new dmesg created with drm.debug=0xE It

[PATCH V7 03/12] drm/bridge: Add helper functions for drm_bridge

2014-10-28 Thread Thierry Reding
there's some kerneldoc in include/drm/drm_panel.h but I guess I could write up something more complete and integrate it into DocBook. Thierry -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 819 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141028/cea53b8f/attachment.sig>

[PATCH V7 03/12] drm/bridge: Add helper functions for drm_bridge

2014-10-28 Thread Thierry Reding
ou think is wrong with it. > It doesn't help that we have drm_of.[hc] around but not all the of > code is in there. Adding Russell too. DRM panel and DRM bridge aren't just OF helpers. They can be used with whatever type of device you want. Thierry -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 819 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141028/c55c18b0/attachment.sig>

[PATCH v3 0/9] Renesas R-Car DU HDMI support

2014-10-28 Thread Dave Airlie
> > The last patch instantiates the HDMI encoder in the Koelsch board DT file and > connects it to the DU output. > > The patch series depends on Koelsch DU DT enablement (scheduled for merge in > v3.19-rc1). Dave, I'd like to get this merged in v3.19-rc1, how would you like > to proceed ? Could

[PATCH V7 03/12] drm/bridge: Add helper functions for drm_bridge

2014-10-28 Thread Thierry Reding
g access to the proper device and its name. Also you get access to the device_node * via dev->of_node anyway. I don't see any advantage in switching to just a struct device_node *, only disadvantages. Thierry -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 819 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141028/4208db32/attachment.sig>

NULL derefs after failed suspend (i915, pm, ext4, slub)

2014-10-28 Thread Johan Hovold
Hi, I have had some problems with crashes involving suspend-to-disk after updating to v3.16. Below is a log with 3.16.6 from a failed suspend attempt after which I get a NULL deref in ext4 code. A couple of weeks ago I got something similar, with backtraces from ext4 (ext4_alloc_inode) and

[PATCH V7 03/12] drm/bridge: Add helper functions for drm_bridge

2014-10-28 Thread Daniel Vetter
On Tue, Oct 28, 2014 at 1:28 PM, Ajay kumar wrote: > On Tue, Oct 28, 2014 at 3:31 PM, Daniel Vetter wrote: >> On Tue, Oct 28, 2014 at 10:21 AM, Ajay kumar wrote: >>> Hi Daniel and Sean, >>> >>> Thanks for the comments! >>> >>> On Tue, Oct 28, 2014 at 1:28 AM, Sean Paul wrote: On Mon, Oct

[PATCH V7 03/12] drm/bridge: Add helper functions for drm_bridge

2014-10-28 Thread Ajay kumar
On Tue, Oct 28, 2014 at 1:41 AM, Sean Paul wrote: > On Wed, Aug 27, 2014 at 10:29 AM, Ajay Kumar > wrote: >> A set of helper functions are defined in this patch to make >> bridge driver probe independent of the drm flow. >> >> The bridge devices register themselves on a lookup table >> when

[Bug 85454] Unigine Sanctuary with Wine crashes on Mesa Git

2014-10-28 Thread bugzilla-dae...@freedesktop.org
work as well? Hi Michel, That patch works for me also. Thanks again. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20

[PATCH V7 03/12] drm/bridge: Add helper functions for drm_bridge

2014-10-28 Thread Ajay kumar
On Tue, Oct 28, 2014 at 1:41 AM, Sean Paul wrote: > On Wed, Aug 27, 2014 at 10:29 AM, Ajay Kumar > wrote: >> A set of helper functions are defined in this patch to make >> bridge driver probe independent of the drm flow. >> >> The bridge devices register themselves on a lookup table >> when

[PATCH V7 03/12] drm/bridge: Add helper functions for drm_bridge

2014-10-28 Thread Ajay kumar
Hi Daniel and Sean, Thanks for the comments! On Tue, Oct 28, 2014 at 1:28 AM, Sean Paul wrote: > On Mon, Oct 27, 2014 at 3:01 PM, Daniel Vetter wrote: >> So don't ask why but I accidentally ended up in a branch looking at this >> patch and didn't like it. So very quick review. >> >> First,

[Intel-gfx] [PATCH v4 5/5] drm/i915: remove intel_crtc_cursor_set_obj()

2014-10-28 Thread Ville Syrjälä
On Fri, Oct 24, 2014 at 02:51:35PM +0100, Gustavo Padovan wrote: > From: Gustavo Padovan > > Merge it into the plane update_plane() callback and make other > users use the update_plane() functions instead. > > The fb != crtc->cursor->fb was already inside intel_crtc_cursor_set_obj() > so we

Skype bi-directional video call crashes X server (xserver, mesa, drm, kernel from git, r600g+glamor)

2014-10-28 Thread Laszlo Kertesz
Hello, i have an issue with Skype lately (i compile mesa, kernel, drm, xserver from git periodically and i use a A8-6500 with its IGP with r600g and glamor). It crashes the x server if i use bi directional video call. It seems to work in one-way video. The x server restarts, but skype

[PATCH] drivers: depend on instead of select BACKLIGHT_CLASS_DEVICE and ACPI_VIDEO

2014-10-28 Thread Randy Dunlap
On 10/27/14 06:13, Tomi Valkeinen wrote: > On 27/10/14 13:59, Jani Nikula wrote: > >>> While doing 'depends on' instead of 'select' is an "easy" fix for this, >>> I do dislike it quite a bit. It's a major pain to go around the kernel >>> config, trying to find all the dependencies that a

[libdrm]: drmOpen failed issue

2014-10-28 Thread Jet Chen
Hello, I find a drmOpen failed issue in our system as below description: platform: ivy-bridge OS: Ubuntu12.04 LTS kernel: 3.13.0-32-generic libdrm: libdrm-2.4.46 root at tchen37-ivb:/home/tchen37/ws/lib3app/utests# ./test_osd DRM_IOCTL_I915_GEM_APERTURE failed:

[PATCH 1/5] drm/radeon: Set TTM_PL_FLAG_TOPDOWN also for RADEON_GEM_CPU_ACCESS BOs

2014-10-28 Thread Lauri Kasanen
On Tue, 28 Oct 2014 18:35:02 +0900 Michel Dänzer wrote: > From: Michel Dänzer > > I wasn't sure if TTM_PL_FLAG_TOPDOWN works correctly with non-0 lpfn, but > AFAICT it does. > > Signed-off-by: Michel Dänzer This series is Reviewed-by: Lauri Kasanen - Lauri

[PATCH 02/11 V2] radeon: evergreen: Fix probable mask then right shift defect

2014-10-28 Thread Michel Dänzer
On 27.10.2014 23:14, Joe Perches wrote: > Precedence of & and >> is not the same and is not left to right. > shift has higher precedence and should be done after the mask. > > Add parentheses around the mask. > > Use the already #defined values instead of hardcoding. > > Signed-off-by: Joe Perches

[PATCH 3/5] drm/ttm: Use only DRM_MM_SEARCH_BELOW for TTM_PL_FLAG_TOPDOWN

2014-10-28 Thread Daniel Vetter
On Tue, Oct 28, 2014 at 06:35:04PM +0900, Michel Dänzer wrote: > From: Michel Dänzer > > DRM_MM_SEARCH_BEST gets the smallest hole which can fit the BO. That seems > against the idea of TTM_PL_FLAG_TOPDOWN: > > * The smallest hole may be in the overall bottom of the area > * If the hole isn't

[Intel-gfx] [PATCH v4 5/5] drm/i915: remove intel_crtc_cursor_set_obj()

2014-10-28 Thread Gustavo Padovan
Hi Ville, 2014-10-24 Ville Syrjälä : > On Fri, Oct 24, 2014 at 02:51:35PM +0100, Gustavo Padovan wrote: > > From: Gustavo Padovan > > > > Merge it into the plane update_plane() callback and make other > > users use the update_plane() functions instead. > > > > The fb != crtc->cursor->fb was

[Bulk] Re: [3.16-rcX][pciehp][radeon] PCIe HotPlug conflicts with radeon GPU

2014-10-28 Thread Alex Deucher
On Mon, Oct 27, 2014 at 12:44 PM, Bjorn Helgaas wrote: > On Sun, Oct 26, 2014 at 11:31 AM, Alex Deucher > wrote: >> On Mon, Oct 13, 2014 at 12:11 PM, Bjorn Helgaas >> wrote: >>> [+cc Alex, Christian, dri-devel] >>> >>> On Sat, Oct 11, 2014 at 1:37 PM, Shawn Starr >>> wrote: On

[PATCH] drm/radeon: Clean up radeon_uvd_force_into_uvd_segment

2014-10-28 Thread Christian König
Am 28.10.2014 um 10:28 schrieb Michel Dänzer: > From: Michel Dänzer > > It was adding a second placement for the second 256MB segment of VRAM, > which is not a good idea for several reasons: > > * It fills up the first 256MB segment (which is also typically the CPU >accessible part) of VRAM

[PATCH 2/2] drm/qxl: use suggested x/y offset properties to pass guest prefs

2014-10-28 Thread Dave Airlie
From: Dave Airlie This passes the guest preferences for a where to place the outputs through to userspace. Userspace would need to be updated to take note of this information, X server and GNOME. Signed-off-by: Dave Airlie --- drivers/gpu/drm/qxl/qxl_display.c | 28

[PATCH 1/2] drm: add properties for suggested x/y offset for connectors.

2014-10-28 Thread Dave Airlie
From: Dave Airlie Virtual GPUs would like to give the guest some indication where on the screen the outputs are layed out. So far we only provide modes, these properties could be exposed to userspace so the desktop environment could use them as hints to set the correct

[rfc] suggested offset properties + qxl support

2014-10-28 Thread Dave Airlie
There was some discussion on spice irc channel somewhere last week about how best to take note of the x/y offsets that were suggested by the hosts into the guests, so that the guest can configured the monitors in the same layout as they are on the host side. I think initially the kernel needs to

[Bug 84977] r300/compiler: register allocation pass generate invalid swizzle for r300/r400

2014-10-28 Thread bugzilla-dae...@freedesktop.org
converted to WX -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141028/a5897ebc/attachment.html>

[Bug 84977] r300/compiler: register allocation pass generate invalid swizzle for r300/r400

2014-10-28 Thread bugzilla-dae...@freedesktop.org
is there dstindex 45? -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141028/c8db0ff6/attachment-0001.html>

[PATCH V7 03/12] drm/bridge: Add helper functions for drm_bridge

2014-10-28 Thread Daniel Vetter
On Tue, Oct 28, 2014 at 10:21 AM, Ajay kumar wrote: > Hi Daniel and Sean, > > Thanks for the comments! > > On Tue, Oct 28, 2014 at 1:28 AM, Sean Paul wrote: >> On Mon, Oct 27, 2014 at 3:01 PM, Daniel Vetter wrote: >>> So don't ask why but I accidentally ended up in a branch looking at this >>>

[Bug 79980] Random radeonsi crashes

2014-10-28 Thread bugzilla-dae...@freedesktop.org
are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141028/c86d781d/attachment.html>

[PATCH V7 03/12] drm/bridge: Add helper functions for drm_bridge

2014-10-28 Thread Sean Paul
On Tue, Oct 28, 2014 at 10:19 AM, Daniel Vetter wrote: > On Tue, Oct 28, 2014 at 1:28 PM, Ajay kumar wrote: >> On Tue, Oct 28, 2014 at 3:31 PM, Daniel Vetter wrote: >>> On Tue, Oct 28, 2014 at 10:21 AM, Ajay kumar wrote: Hi Daniel and Sean, Thanks for the comments! On

[Bulk] Re: [3.16-rcX][pciehp][radeon] PCIe HotPlug conflicts with radeon GPU

2014-10-28 Thread Bjorn Helgaas
[+cc Alex Williamson, Rajat] On Tue, Oct 28, 2014 at 9:45 AM, Alex Deucher wrote: > On Mon, Oct 27, 2014 at 12:44 PM, Bjorn Helgaas > wrote: >> On Sun, Oct 26, 2014 at 11:31 AM, Alex Deucher >> wrote: >>> On Mon, Oct 13, 2014 at 12:11 PM, Bjorn Helgaas >>> wrote: [+cc Alex, Christian,

[Bug 84944] tearing on radeonsi vdpau deinterlacer

2014-10-28 Thread bugzilla-dae...@freedesktop.org
prevents tearing, but presumably at the cost of one (additional) frame of delay. That mechanism is not available with glamor. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141028/d43144a4/attachment.html>

[PATCH V7 11/12] Documentation: bridge: Add documentation for ps8622 DT properties

2014-10-28 Thread Javier Martinez Canillas
Hello Ajay, On Thu, Oct 16, 2014 at 11:04 AM, Laurent Pinchart wrote: >> >> Right. It would be great if you guys come to agreement ASAP! > > I don't think we'll agree any time soon, so I believe it's up to you to decide > which option is best based on all arguments that have been presented. >

[PATCH] allow 32bpp framebuffers for cirrus drm

2014-10-28 Thread Gerd Hoffmann
On Mo, 2014-10-27 at 22:09 +, Zachary Reizner wrote: > ajax, > What do you mean by a pci revision id bump? Do you want it in qemu or > the kernel? Why is a revision bump needed when none of the behavior of > the cirrus device has changed? revision bump would be needed when adding a new

[Bug 85454] Unigine Sanctuary with Wine crashes on Mesa Git

2014-10-28 Thread bugzilla-dae...@freedesktop.org
ail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141028/32d43d30/attachment.html>

[PATCH 02/11 V2] radeon: evergreen: Fix probable mask then right shift defect

2014-10-28 Thread Alex Deucher
On Mon, Oct 27, 2014 at 10:14 AM, Joe Perches wrote: > Precedence of & and >> is not the same and is not left to right. > shift has higher precedence and should be done after the mask. > > Add parentheses around the mask. > > Use the already #defined values instead of hardcoding. > >

[PATCH qxl] qxl: don't create too large primary surface

2014-10-28 Thread Dave Airlie
It's been in Linus tree for a few days now . c572aaf46f71f63ae5914d4e194a955e0ba1b519 Dave. On 27 October 2014 23:35, Marc-André Lureau wrote: > ping > > On Thu, Oct 16, 2014 at 11:39 AM, Marc-André Lureau > wrote: >> >> Limit primary to qemu vgamem size, to avoid reaching >> qemu guest

[Bug 85421] radeon stalled, GPU lockup, reset and failed on resume; crashed by firefox.

2014-10-28 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=85421 --- Comment #8 from Michel Dänzer --- (In reply to Alan from comment #7) > Reproducable case seems to be using firefox to review/edit an object you've > uploaded to Shapeways. Another one is to load a fairly curved shape into > OpenScad and hit

Standard VGA console with DRI/DRM under X?

2014-10-28 Thread Bjorn Helgaas
[+cc David, Alex, Christian, dri-devel] On Tue, Oct 28, 2014 at 12:32 AM, Michael Shell wrote: > > > Greetings, > > Well, I want to be able to have my cake and eat it too. I want to be able to > have the standard VGA/"hardware" classic console (not the framebuffer) but > I still want the

Skype bi-directional video call crashes X server (xserver, mesa, drm, kernel from git, r600g+glamor)

2014-10-28 Thread Alex Deucher
On Tue, Oct 28, 2014 at 8:13 AM, Laszlo Kertesz wrote: > Hello, > i have an issue with Skype lately (i compile mesa, kernel, drm, xserver from > git periodically and i use a A8-6500 with its IGP with r600g and glamor). > It crashes the x server if i use bi directional video call. It seems to work

[Bug 79980] Random radeonsi crashes

2014-10-28 Thread bugzilla-dae...@freedesktop.org
git bisect good", and recompile. Continue to do so until no revisions are left to be tested -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141028/23f715e3/attachment.html>

[Bug 79980] Random radeonsi crashes

2014-10-28 Thread bugzilla-dae...@freedesktop.org
driver is initialized. None of the changes between rc1 and rc2 seem like obvious candidates. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-de

[Bug 79980] Random radeonsi crashes

2014-10-28 Thread bugzilla-dae...@freedesktop.org
l crashing for me, I doubt it is fixed. rc2 crashed for you? After 24 hours I am still stable. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/

[Bug 86891] AMD/ATI Tahiti XT 7970 - long lags/stutters in games

2014-10-28 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=86891 --- Comment #6 from Michael Mair-Keimberger --- (In reply to Dieter Nützel from comment #5) > Can you please test with one of kernel git | 3.18-rc2 | drm-next together > with > git revert 59bc1d8? I've tried it with kernel git 3.18rc2 with a

[Bug 79980] Random radeonsi crashes

2014-10-28 Thread bugzilla-dae...@freedesktop.org
: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141028/b2284f67/attachment.html>

[Bug 85526] Screen corruptions in OpenGL reliant applications

2014-10-28 Thread bugzilla-dae...@freedesktop.org
was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141028/32b70806/attachment.html>

[Bug 85526] Screen corruptions in OpenGL reliant applications

2014-10-28 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141028/99f3f2bd/attachment.html>

[Bug 85526] Screen corruptions in OpenGL reliant applications

2014-10-28 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141028/b5979822/attachment.html>

[Bug 85454] Unigine Sanctuary with Wine crashes on Mesa Git

2014-10-28 Thread bugzilla-dae...@freedesktop.org
b and thanks. If you need this, Tested-by: Nick Sarnie Thanks again. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20

[Bug 85526] Screen corruptions in OpenGL reliant applications

2014-10-28 Thread bugzilla-dae...@freedesktop.org
part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141028/28ecbe7b/attachment.html>

[Bug 85526] Screen corruptions in OpenGL reliant applications

2014-10-28 Thread bugzilla-dae...@freedesktop.org
attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141028/2d565f1e/attachment.html>

[Bug 85526] Screen corruptions in OpenGL reliant applications

2014-10-28 Thread bugzilla-dae...@freedesktop.org
scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141028/87d5725e/attachment.html>

[Bug 85526] Screen corruptions in OpenGL reliant applications

2014-10-28 Thread bugzilla-dae...@freedesktop.org
rom the terminal still produces image corruptions for me with 10.3.2. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141028/

[Bug 85526] Screen corruptions in OpenGL reliant applications

2014-10-28 Thread bugzilla-dae...@freedesktop.org
r the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141028/4251cd0c/attachment.html>

[Bug 85454] Unigine Sanctuary with Wine crashes on Mesa Git

2014-10-28 Thread bugzilla-dae...@freedesktop.org
ail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141028/e42ff2a4/attachment.html>

[Bug 85526] Screen corruptions in OpenGL reliant applications

2014-10-28 Thread bugzilla-dae...@freedesktop.org
freedesktop.org/archives/dri-devel/attachments/20141028/3baa7dd4/attachment.html>

[Bug 85526] Screen corruptions in OpenGL reliant applications

2014-10-28 Thread bugzilla-dae...@freedesktop.org
because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141028/6434c482/attachment.html>

[Bug 85526] Screen corruptions in OpenGL reliant applications

2014-10-28 Thread bugzilla-dae...@freedesktop.org
for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141028/904f1c1e/attachment.html>

[Bug 85526] Screen corruptions in OpenGL reliant applications

2014-10-28 Thread bugzilla-dae...@freedesktop.org
. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141028/73bcbd16/attachment.html>

[Bug 85526] Screen corruptions in OpenGL reliant applications

2014-10-28 Thread bugzilla-dae...@freedesktop.org
for PIPE_USAGE_STREAM buffers [hamish at Griffindor mesa]$ -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141028/27385151/attachment-0001.html>

[Bug 85526] Screen corruptions in OpenGL reliant applications

2014-10-28 Thread bugzilla-dae...@freedesktop.org
ause: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141028/acd2581f/attachment.html>

[Bug 85204] [Radeon HD 5650] return from sleep state failed

2014-10-28 Thread bugzilla-dae...@freedesktop.org
the more the better) times before running git bisect good. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141028/55b38fb3/attachment.html>

[Bug 79980] Random radeonsi crashes

2014-10-28 Thread bugzilla-dae...@freedesktop.org
n HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141028/1158b1ca/attachment.html>

[PATCH V7 03/12] drm/bridge: Add helper functions for drm_bridge

2014-10-28 Thread Russell King - ARM Linux
On Mon, Oct 27, 2014 at 11:26:30PM +0100, Daniel Vetter wrote: > Looking at the of_drm_find_panel function I actually wonder how that > works - the drm_panel doesn't really need to stick around afaics. > After all panel_list is global so some other driver can unload. > Russell's of support for

[Bug 83748] Only black content on screen, in the Tokyo flashback of the game "The Secret World"

2014-10-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=83748 --- Comment #12 from John --- I tried with latest git, but still the same. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL:

[PATCH V7 03/12] drm/bridge: Add helper functions for drm_bridge

2014-10-28 Thread Daniel Vetter
On Mon, Oct 27, 2014 at 11:20 PM, Daniel Vetter wrote: > On Mon, Oct 27, 2014 at 8:58 PM, Sean Paul wrote: @@ -660,8 +662,11 @@ struct drm_bridge_funcs { * @driver_private: pointer to the bridge driver's internal context */ struct drm_bridge { - struct

[PATCH V7 03/12] drm/bridge: Add helper functions for drm_bridge

2014-10-28 Thread Daniel Vetter
On Mon, Oct 27, 2014 at 8:58 PM, Sean Paul wrote: >>> @@ -660,8 +662,11 @@ struct drm_bridge_funcs { >>> * @driver_private: pointer to the bridge driver's internal context >>> */ >>> struct drm_bridge { >>> - struct drm_device *dev; >>> + struct device *dev; >> >> Please don't rename