[Bug 79980] Random radeonsi crashes

2014-08-20 Thread bugzilla-dae...@freedesktop.org
: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140820/854f641d/attachment.html>

[Bug 72921] DPM Power Cycle with AMD A8-6600K & MSI FM2-A55M-E33

2014-08-20 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20140820/9ff43a45/attachment-0001.html>

[Bug 72921] DPM Power Cycle with AMD A8-6600K & MSI FM2-A55M-E33

2014-08-20 Thread bugzilla-dae...@freedesktop.org
org/archives/dri-devel/attachments/20140820/c2405c02/attachment.html>

[pull] radeon drm-next-3.18

2014-08-20 Thread Alex Deucher
Hi Dave, In the spirit of sending -next pulls earlier, here is the first radeon pull request for 3.18. It adds userptr support. The following changes since commit 7963e9db1b1f842fdc53309baa8714d38e9f5681: Revert "drm: drop redundant drm_file->is_master" (2014-08-08 07:30:53 +1000) are

[PATCH v2] drm: fix plane rotation when restoring fbdev configuration

2014-08-20 Thread Daniel Vetter
On Wed, Aug 20, 2014 at 02:45:00PM +0100, Thomas Wood wrote: > Make sure plane rotation is reset correctly when restoring the fbdev > configuration by using drm_mode_plane_set_obj_prop which calls the > driver's set_property callback. > > The rotation reset feature was introduced in commit

[Bug 82852] Segfault with Mesa 10.3.0-devel (git-cd765cf)

2014-08-20 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20140820/0dedcf4d/attachment.html>

[Bug 82828] Regression: Crash in 3Dmark2001

2014-08-20 Thread bugzilla-dae...@freedesktop.org
nts/20140820/0eb73b67/attachment.html>

[pull] radeon drm-fixes-3.17

2014-08-20 Thread Alex Deucher
Hi Dave, More radeon fixes for 3.17. The following changes since commit c39502c5508fb0106167f80a037c444701faa65f: Merge branch 'drm-fixes-3.17' of git://people.freedesktop.org/~agd5f/linux (2014-08-18 23:07:45 +1000) are available in the git repository at:

[Bug 82852] Segfault with Mesa 10.3.0-devel (git-cd765cf)

2014-08-20 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/20140820/ef6458d3/attachment.html>

[PATCH v2 3/8] ASoC: davinci-evm: HDMI audio support for TDA998x trough McASP I2S bus

2014-08-20 Thread Jyri Sarha
On 08/20/2014 03:34 PM, Mark Rutland wrote: ... > Sorry, I meant in the same node. I take it we never expect: > > compatible = "ti,am335x-beaglebone-black-audio", "ti,da830-evm-audio"; > No never like that. >>> > >Is the 'x' in the BBB string a wildcard? If we know the particular >>> > >number

[Bug 82671] [r600g-evergreen][compute]Empty kernel execution causes crash

2014-08-20 Thread bugzilla-dae...@freedesktop.org
was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140820/c42e8cd3/attachment.html>

[PATCH v3 1/3] drm/radeon: take exclusive_lock in read mode during, ring tests, v3

2014-08-20 Thread Maarten Lankhorst
rs/gpu/drm/radeon/radeon_ring.c +++ b/drivers/gpu/drm/radeon/radeon_ring.c @@ -304,7 +304,7 @@ unsigned radeon_ring_backup(struct radeon_device *rdev, struct radeon_ring *ring mutex_lock(>ring_lock); *data = NULL; - if (ring->ring_obj == NULL) { + if (ring->ring_obj == NULL || !ring->ready) { mutex_unlock(>ring_lock); return 0; } -- next part -- A non-text attachment was scrubbed... Name: radeon-test-all-rings.diff Type: text/x-patch Size: 1118 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140820/a78e10b9/attachment.bin>

[PATCH v2] drm: fix plane rotation when restoring fbdev configuration

2014-08-20 Thread Thomas Wood
Make sure plane rotation is reset correctly when restoring the fbdev configuration by using drm_mode_plane_set_obj_prop which calls the driver's set_property callback. The rotation reset feature was introduced in commit 9783de2 (drm: Resetting rotation property) and the callback issue was

[Bug 82852] Segfault with Mesa 10.3.0-devel (git-cd765cf)

2014-08-20 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20140820/dbc5283e/attachment-0001.html>

[Bug 82376] radeonsi: Monitors on HDMI not recognized with xrandr on Radeon HD 7700 (Cape Verde)

2014-08-20 Thread bugzilla-dae...@freedesktop.org
edesktop.org/archives/dri-devel/attachments/20140820/ce4aaf09/attachment.html>

[PATCH v2 3/8] ASoC: davinci-evm: HDMI audio support for TDA998x trough McASP I2S bus

2014-08-20 Thread Mark Rutland
On Tue, Aug 19, 2014 at 08:40:51PM +0100, Jyri Sarha wrote: > On 08/19/2014 04:16 PM, Mark Rutland wrote: > > On Mon, Aug 18, 2014 at 10:46:41PM +0100, Jyri Sarha wrote: > >> Add machine driver support for BeagleBone-Black HDMI audio. BBB has > >> NXP TDA998X HDMI transmitter connected to McASP

[Bug 82455] Failed to allocate virtual address for buffer

2014-08-20 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140820/db2b8b9f/attachment.html>

[Bug 79980] Random radeonsi crashes

2014-08-20 Thread bugzilla-dae...@freedesktop.org
: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140820/1345444b/attachment-0001.html>

[PATCH 2/2] drm/panel: Add HannStar HSD070PWW1 7.0" WXGA TFT LCD panel

2014-08-20 Thread Thierry Reding
panel_desc hannstar_hsd070pww1 = { > + .modes = _hsd070pww1_mode, > + .num_modes = 1, > + .size = { > + .width = 151, > + .height = 94, > + }, > +}; This is missing a value for the .bpc field. Thierry -- next part -- A non-text

WARNING in 3.17-rc1 for i915

2014-08-20 Thread Jani Nikula
On Wed, 20 Aug 2014, Larry Finger wrote: > My Toshiba A50 with graphics adapter described by > > 00:02.0 VGA compatible controller [0300]: Intel Corporation 4th Gen Core > Processor Integrated Graphics Controller [8086:0416] (rev 06) gets the > following > warning on 3.17-rc1:

WARN_ON in qxl_ttm.c with v3.17-rc1-22-g480cadc2b7e0

2014-08-20 Thread Josh Boyer
Hi Dave, With Linus' latest tree as of this morning I'm hitting the WARN_ON below on my KVM guest using the qxl driver. The guest still boots and things appear to still be working (I can log in via GDM, etc), so I'm not sure exactly what the overall issue is. Hoping you have some ideas. josh

[Bug 82711] After update to kernel soft lockup (oops) and incomplete boot and shutdown fail

2014-08-20 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=82711 Mike Cloaked changed: What|Removed |Added Regression|No |Yes -- You are receiving this mail

[PATCH 0/2] x86, ia64: Move EFI_FB vga_default_device() initialization to pci_vga_fixup()

2014-08-20 Thread Bruno Prémont
On Wed, 20 Aug 2014 07:55:08 +0200 Bruno Pr?mont wrote: > On Tue, 19 Aug 2014 17:45:00 +0200 Andreas Noever wrote: > > On Sat, Aug 16, 2014 at 7:21 PM, Bruno Pr?mont wrote: > > > This series improves on commit 20cde694027e (x86, ia64: Move EFI_FB > > > vga_default_device() initialization to

[Bug 82852] New: Segfault with Mesa 10.3.0-devel (git-cd765cf)

2014-08-20 Thread bugzilla-dae...@freedesktop.org
, Screen Resolution: 1280x800 -- 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/20140820/ce1c4738/attachment.html>

[Bug 82709] OpenCL not working on radeon hainan

2014-08-20 Thread bugzilla-dae...@freedesktop.org
attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140820/02270685/attachment.html>

[PATCH 0/2] x86, ia64: Move EFI_FB vga_default_device() initialization to pci_vga_fixup()

2014-08-20 Thread Bruno Prémont
On Tue, 19 Aug 2014 17:45:00 +0200 Andreas Noever wrote: > On Sat, Aug 16, 2014 at 7:21 PM, Bruno Pr?mont wrote: > > This series improves on commit 20cde694027e (x86, ia64: Move EFI_FB > > vga_default_device() initialization to pci_vga_fixup()): > > - cleanup remaining but always-true #ifndefs > >

[Bug 82455] Failed to allocate virtual address for buffer

2014-08-20 Thread bugzilla-dae...@freedesktop.org
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/20140820/ef990329/attachment.html>

[Bug 82455] Failed to allocate virtual address for buffer

2014-08-20 Thread bugzilla-dae...@freedesktop.org
next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140820/c30544bb/attachment.html>

[Bug 82376] radeonsi: Monitors on HDMI not recognized with xrandr on Radeon HD 7700 (Cape Verde)

2014-08-20 Thread bugzilla-dae...@freedesktop.org
hives/dri-devel/attachments/20140820/93b8b3ec/attachment-0001.html>

[Bug 82455] Failed to allocate virtual address for buffer

2014-08-20 Thread bugzilla-dae...@freedesktop.org
a demo egltri_screen. -- 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/20140820/c35c6954/attachment.html>

[PATCH] MAINTAINERS: Add entry for Renesas DRM drivers

2014-08-20 Thread Sergei Shtylyov
Hello. On 08/20/2014 01:04 AM, Laurent Pinchart wrote: > Signed-off-by: Laurent Pinchart > --- > MAINTAINERS | 11 +++ > 1 file changed, 11 insertions(+) > Hi Dave, > Could you please pick this patch up, or let me know if you would like

[Bug 82671] [r600g-evergreen][compute]Empty kernel execution causes crash

2014-08-20 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=82671 --- Comment #1 from Tom Stellard --- Created attachment 104927 --> https://bugs.freedesktop.org/attachment.cgi?id=104927=edit Fix Can you try this patch? -- You are receiving this mail because: You are the assignee for the bug.

[PATCH] MAINTAINERS: Add entry for Renesas DRM drivers

2014-08-20 Thread Laurent Pinchart
Hi Sergei, On Wednesday 20 August 2014 01:18:27 Sergei Shtylyov wrote: > On 08/20/2014 01:04 AM, Laurent Pinchart wrote: > > Signed-off-by: Laurent Pinchart > > > > --- > > > > MAINTAINERS | 11 +++ > > 1 file changed, 11 insertions(+) >

[PATCH] MAINTAINERS: Add entry for Renesas DRM drivers

2014-08-20 Thread Laurent Pinchart
Signed-off-by: Laurent Pinchart --- MAINTAINERS | 11 +++ 1 file changed, 11 insertions(+) Hi Dave, Could you please pick this patch up, or let me know if you would like it to go through a different tree ? diff --git a/MAINTAINERS