[Bug 46711] Monitor not turning on after DisplayPort re-plug in Xorg

2015-01-11 Thread bugzilla-dae...@freedesktop.org
if no one else beats me to 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/20150111/eb96f76e/attachment.html>

[Bug 88227] Radeonsi: High GTT usage in Prison Architect large map

2015-01-11 Thread bugzilla-dae...@freedesktop.org
moving around the map for the first time, but thereafter it stays at roughly 60fps. -- 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/atta

[BUG] 3.19-rc3+ - mm: prevent endless growth of anon_vma hierarchy

2015-01-11 Thread Oded Gabbay
Hello, Today I took latest branch from Linus repo to check for amdkfd regressions due to my fixes pulled for 3.19-rc4, and I got a kernel bug (see below dmesg output). I did a bisect and the first bad commit is: 7a3ef208e662f4b63d43a23f61a64a129c525bbc is the first bad commit commit 7a3ef208e662

[Bug 86351] HDMI audio garbled output on Radeon R9 280X

2015-01-11 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=86351 --- Comment #3 from Christian Birchinger --- Retried with kernel 3.18.2: If i constantly open new windows or constantly switch virtual desktops really fast or do other things that keeps the desktop busy, the sound plays back normaly. As soon as

[LKP] [PATCH] drm/radeon: Try to init amdkfd only if 64 bit kernel

2015-01-11 Thread Oded Gabbay
On 01/07/2015 12:58 AM, Rusty Russell wrote: > Kees Cook writes: >> On Sun, Jan 4, 2015 at 8:28 PM, Rusty Russell >> wrote: >>> Kees, as far as I can tell you need another 0-terminated vmlinux.relocs >>> section for weak symbols. These should not be relocated if already 0. >> >> A few questio

[Bug 86351] HDMI audio garbled output on Radeon R9 280X

2015-01-11 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=86351 Andy Furniss changed: What|Removed |Added CC||adf.lists at gmail.com --- Comment #4 from

[Bug 88263] Civilization Beyond Earth crashes on r600

2015-01-11 Thread bugzilla-dae...@freedesktop.org
|crashes on |crashes on r600 -- 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/20150111/2fa09

[Bug 90451] Dedicated gpu on HP 355 G2 not working correctly (slower than integrated+corrupt display in es2gears)

2015-01-11 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=90451 --- Comment #6 from l55 at anonymousspeech.com --- looks like basically it's switching: $ glxinfo | grep ' renderer' OpenGL renderer string: Gallium 0.4 on AMD MULLINS $ DRI_PRIME=1 glxinfo | grep ' renderer' OpenGL renderer string: Gallium 0.4 on

[Bug 88152] 720p and 1080 H.264 videos lock-up on playback with vlc / vdpau on Radeon 3850HD

2015-01-11 Thread bugzilla-dae...@freedesktop.org
signed variables that should be unsigned? -- 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/20150111/32772f9d/attachment.html>

[Bug 88227] Radeonsi: High GTT usage in Prison Architect large map

2015-01-11 Thread bugzilla-dae...@freedesktop.org
nts/20150111/3b3f6d0d/attachment.html>

[Bug 88152] 720p and 1080 H.264 videos lock-up on playback with vlc / vdpau on Radeon 3850HD

2015-01-11 Thread bugzilla-dae...@freedesktop.org
ssignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150111/4d7f1167/attachment-0001.html>

[Bug 88227] Radeonsi: High GTT usage in Prison Architect large map

2015-01-11 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/20150111/ff53efbc/attachment.html>

[Bug 88152] 720p and 1080 H.264 videos lock-up on playback with vlc / vdpau on Radeon 3850HD

2015-01-11 Thread bugzilla-dae...@freedesktop.org
was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150111/a8c57af3/attachment.html>

[Bug 90451] Dedicated gpu on HP 355 G2 not working correctly (slower than integrated+corrupt display in es2gears)

2015-01-11 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=90451 --- Comment #7 from l55 at anonymousspeech.com --- i installed kernel 3.18.2 and upgraded mesa and the other packages except for libdrm-radeon1,xserver-xorg-video-ati,xserver-xorg-video-radeon from the mentioned oibaf ppa. Now DRI_PRIME=1 esgears d

[Bug 90451] Dedicated gpu on HP 355 G2 not working correctly (slower than integrated+corrupt display in es2gears)

2015-01-11 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=90451 --- Comment #8 from l55 at anonymousspeech.com --- I tested with gears on gallium, there i can't even switch gpus: $ xrandr --listproviders Providers: number : 1 Provider 0: id: 0x54 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offlo

[PATCH] drm: radeon: ci_dpm: Remove some unused functions

2015-01-11 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: ci_dpm_reset_asic() ci_dpm_power_control_set_level() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/gpu/drm/radeon/ci_dpm.c | 10 -- 1 file changed, 10

[PATCH] drm: radeon: trinity_dpm: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function trinity_dpm_reset_asic() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/gpu/drm/radeon/trinity_dpm.c | 16 1 file changed, 16 deletions(-) diff -

[PATCH] gpu: drm: radeon: radeon_object: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function radeon_bo_fbdev_mmap() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/gpu/drm/radeon/radeon_object.c |6 -- drivers/gpu/drm/radeon/radeon_object.h |2 --

[PATCH] gpu: drm: nouveau: nvif: device: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function nvif_device_new() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/gpu/drm/nouveau/nvif/device.c | 18 -- drivers/gpu/drm/nouveau/nvif/device.h |

[PATCH] drm: radeon: btc_dpm: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function btc_dpm_reset_asic() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/gpu/drm/radeon/btc_dpm.c |8 1 file changed, 8 deletions(-) diff --git a/drivers/gp

[PATCH] drm: nouveau: nouveau_gem: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function domain_to_ttm() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/gpu/drm/nouveau/nouveau_gem.c | 13 - 1 file changed, 13 deletions(-) diff --git a/driv

[PATCH] drm: radeon: ni_dpm: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function ni_dpm_reset_asic() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/gpu/drm/radeon/ni_dpm.c |6 -- 1 file changed, 6 deletions(-) diff --git a/drivers/gpu/dr

[PATCH] drm: radeon: cypress_dpm: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function cypress_dpm_reset_asic() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/gpu/drm/radeon/cypress_dpm.c |6 -- 1 file changed, 6 deletions(-) diff --git a/driv

Softlockup on boot with Cape Verde XT on many kernels

2015-01-11 Thread Alex Deucher
On Sat, Jan 10, 2015 at 8:58 PM, Federico wrote: > Hi. > I always get a soft lockup when booting since I bought a Cape Verde XT > [Radeon HD 7770/8760 / R7 250X]. > > In this bug report you can find screenshots of the softlockup and the kernel > panic generated by using softlockup_panic=1 > > http

Fwd: Softlockup on boot with Cape Verde XT on many kernels

2015-01-11 Thread Federico
An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150111/33f8321b/attachment.html>

[Bug 88301] Dota causes GPU fault and kernel hang

2015-01-11 Thread bugzilla-dae...@freedesktop.org
#x27; (0x54433000) (8) -- 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/20150111/5c56cd00/attachment.html>

Softlockup on boot with Cape Verde XT on many kernels

2015-01-11 Thread Federico
UMS support in radeon module! > > Which seems by design so I assume the VESA driver was in use. > > I will try to boot Ubuntu 14.10 live image with nomodeset to see if I can > get some error messages there. > -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150111/852d3445/attachment.html>

[Bug 66761] ACPI "Firmware Bug" (IGPU, Z01I) causes trouble

2015-01-11 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=66761 --- Comment #10 from KernelBug <3fdd1e5d at opayq.com> --- Don't mean to hijack a bug report, but I'm also getting ACPI Warning messages, and wanted to know, are there kernel modules related to this I can blacklist? Or anything I can do to fix the

[PATCH] drm: nouveau: core: engine: perfmon: base: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function nouveau_perfsig_wrap() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/gpu/drm/nouveau/core/engine/perfmon/base.c | 20 drivers/gpu/drm/nouveau

[PATCH v9 3/4] ASoC: tda998x: add a codec to the HDMI transmitter

2015-01-11 Thread Jyri Sarha
Some more comments based on my - finally successful - attempt to use this code with BBB HDMI audio. On 01/07/2015 12:51 PM, Jean-Francois Moine wrote: > This patch adds a CODEC to the NXP TDA998x HDMI transmitter. > > The CODEC handles both I2S and S/PDIF inputs. > It maintains the audio format a

[PATCH] drm: nouveau: core: engine: perfmon: base: Remove unused function

2015-01-11 Thread Rickard Strandqvist
2015-01-11 22:00 GMT+01:00 Samuel Pitoiset : > Hi Rickard, > > Thanks for submitting this patch, but I already submitted the same a few > weeks ago. :-) > > This function will be removed when I will submit my work on this area. > > Greetings, > Samuel Pitoiset. > > > On 01/11/2015 07:12 PM, Rickard

[PATCH] drm/nouveau/dispnv04/disp: Remove some unused functions

2015-01-11 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: nv04_display_late_takedown() nv04_display_early_init() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/gpu/drm/nouveau/dispnv04/disp.c | 18 --

[PATCH] drm: radeon: si_dpm: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function si_dpm_reset_asic() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/gpu/drm/radeon/si_dpm.c |7 --- 1 file changed, 7 deletions(-) diff --git a/drivers/gpu/d

[PATCH] drm/radeon/kv_dpm: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function kv_dpm_reset_asic() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/gpu/drm/radeon/kv_dpm.c | 21 - 1 file changed, 21 deletions(-) diff --git

[PATCH] drm: gma500: psb_irq: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function mid_pipe_vsync() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/gpu/drm/gma500/psb_irq.c | 12 1 file changed, 12 deletions(-) diff --git a/drivers/g

[PATCH] drm: nouveau: core: engine: perfmon: base: Remove unused function

2015-01-11 Thread Samuel Pitoiset
Hi Rickard, Thanks for submitting this patch, but I already submitted the same a few weeks ago. :-) This function will be removed when I will submit my work on this area. Greetings, Samuel Pitoiset. On 01/11/2015 07:12 PM, Rickard Strandqvist wrote: > Remove the function nouveau_perfsig_wrap()

[PATCH] drm/nouveau/nouveau_bo: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function nouveau_bo_rd16() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/gpu/drm/nouveau/nouveau_bo.c | 12 drivers/gpu/drm/nouveau/nouveau_bo.h |1 - 2 f