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>
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
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
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
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
https://bugzilla.kernel.org/show_bug.cgi?id=86351
Andy Furniss changed:
What|Removed |Added
CC||adf.lists at gmail.com
--- Comment #4 from
|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
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
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>
nts/20150111/3b3f6d0d/attachment.html>
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>
?
--
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>
was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20150111/a8c57af3/attachment.html>
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
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
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
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 -
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 --
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 |
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
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
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
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
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
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20150111/33f8321b/attachment.html>
#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>
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>
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
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
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
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
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 --
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
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
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
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()
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
37 matches
Mail list logo