next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20131224/3933d69b/attachment.html>
...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20131224/3bcac501/attachment-0001.html>
https://bugzilla.kernel.org/show_bug.cgi?id=65761
--- Comment #11 from Christoph Haag ---
Created attachment 119551
--> https://bugzilla.kernel.org/attachment.cgi?id=119551&action=edit
dmesg with acpiphp.disable=1
A quick search also showed this:
https://bugzilla.kernel.org/show_bug.cgi?id=674
https://bugzilla.kernel.org/show_bug.cgi?id=67571
--- Comment #16 from Eric Valette ---
initialization problem (tablet!)
--
You are receiving this mail because:
You are watching the assignee of the bug.
https://bugzilla.kernel.org/show_bug.cgi?id=67571
--- Comment #15 from Eric Valette ---
Will do. Kids are watching TV... Sound like an initial is at I on problem
because I saw a lot of people having the same behavior after resume.
BTW Merry Christmas!
--
You are receiving this mail because:
Yo
https://bugzilla.kernel.org/show_bug.cgi?id=67571
--- Comment #14 from Alex Deucher ---
Try removing the uvd firmware. That will cause the driver to skip UVD init.
Maybe UVD is causing the problem.
--
You are receiving this mail because:
You are watching the assignee of the bug.
https://bugzilla.kernel.org/show_bug.cgi?id=67571
--- Comment #13 from Eric Valette ---
The first hang is caused when enabling radeon framebufer that does not work
--
You are receiving this mail because:
You are watching the assignee of the bug.
https://bugzilla.kernel.org/show_bug.cgi?id=67571
--- Comment #12 from Eric Valette ---
I have mesa 10.0.0.1 already and x11 7.2.0. same user space works well on
similar hardware. I can wait...
--
You are receiving this mail because:
You are watching the assignee of the bug.
https://bugzilla.kernel.org/show_bug.cgi?id=61891
Alex Deucher changed:
What|Removed |Added
CC||rjw at sisk.pl
--- Comment #12 from Alex D
.
Resolving as NOTABUG.
--
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/20131224/b5b0fb30/attachment.html>
https://bugzilla.kernel.org/show_bug.cgi?id=65761
--- Comment #10 from Alex Deucher ---
See also:
https://bugzilla.kernel.org/show_bug.cgi?id=61891
--
You are receiving this mail because:
You are watching the assignee of the bug.
https://bugzilla.kernel.org/show_bug.cgi?id=65761
--- Comment #9 from Alex Deucher ---
This looks like a pci hotplug problem, not a radeon issue. See:
https://bugs.freedesktop.org/show_bug.cgi?id=70687
"I seem to have discovered the root of the issue.
I've just built 3.13-rc5 kernel which has
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/20131224/0f7206a3/attachment.html>
https://bugzilla.kernel.org/show_bug.cgi?id=67571
--- Comment #11 from Alex Deucher ---
Something is causing the GPU to hang repeatedly and the driver resets it
repeatedly. I'd suggest updating your userspace acceleration drivers
(xf86-video-ati, mesa).
--
You are receiving this mail because:
nabled.
--
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/20131224/e23da975/attachment.html>
Hi,
add some updates to the patch ;)
On Thu, 2013-11-21 at 13:29 +0800, Aaron Lu wrote:
> On 11/21/2013 04:56 AM, Igor Gnatenko wrote:
> > Any news here? If no - I think we need re-send patch as new..
>
> Since the v2 patch can't apply cleanly on top of pm's -next tree, I
> think it's worth a re
Hi,
please add some updates ;)
On Thu, 2013-11-21 at 13:29 +0800, Aaron Lu wrote:
> On 11/21/2013 04:56 AM, Igor Gnatenko wrote:
> > Any news here? If no - I think we need re-send patch as new..
>
> Since the v2 patch can't apply cleanly on top of pm's -next tree, I
> think it's worth a re-send,
https://bugzilla.kernel.org/show_bug.cgi?id=67571
--- Comment #10 from Eric Valette ---
Created attachment 119511
--> https://bugzilla.kernel.org/attachment.cgi?id=119511&action=edit
dmesg when trying to log via kdm
--
You are receiving this mail because:
You are watching the assignee of the
https://bugzilla.kernel.org/show_bug.cgi?id=65761
--- Comment #8 from Christoph Haag ---
Created attachment 119501
--> https://bugzilla.kernel.org/attachment.cgi?id=119501&action=edit
rc5 with starting X (~line 1811) and trying to render something
rc5 with these patches now:
http://lists.freed
On Tue, Dec 10, 2013 at 7:39 PM, Michel D?nzer wrote:
> On Die, 2013-12-10 at 12:42 -0500, Alex Deucher wrote:
>> Some users report hitting a divide by 0 with the tile split in
>> certain apps. Tile_split shouldn't ever be 0 unless the surface
>> structure was not properly initialized. I think t
Hi Dave,
Radeon fixes, Christmas eve edition. Fix incorrect family for 0x9649
which lead to bogus rendering, tiling and RB fixes for SI and CIK,
and a UVD fix.
The following changes since commit 418cb50bd6f977249b38f359e0adca6fc8ea:
Merge tag 'drm-intel-fixes-2013-12-18' of
git://people.
--
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20131224/74479977/attachment.html>
The connectors list iterator returns the list head when the list is
empty. Fix it by returning NULL in that case.
Signed-off-by: Laurent Pinchart
---
drivers/gpu/drm/omapdrm/omap_fb.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Changes since v1:
- Use list_first_entry_or_null
diff
Hi,
On Monday 23 December 2013 08:57 PM, Laurent Pinchart wrote:
> The connectors list iterator returns the list head when the list is
> empty. Fix it by returning NULL in that case.
>
> Signed-off-by: Laurent Pinchart
> ---
> drivers/gpu/drm/omapdrm/omap_fb.c | 5 -
> 1 file changed, 4 in
Am 24.12.2013 05:58, schrieb Ilija Hadzic:
> debugfs files created in radeon_ttm_debugfs_init
> are broken when there are multiple devices in the system.
> Namely, static declaration of radeon_mem_types_list
> causes the function to overwrite the values when the
> executed for subsequent devices. C
This patch declares the function of_get_tve_mode
as a static one to fix this sparse warning:
drivers/staging/imx-drm/imx-tve.c:563:11: warning: \
symbol 'of_get_tve_mode' was not declared. \
Should it be static?
Acked-by: Shawn Guo
Signed-off-by: Liu Ying
---
Changes from v2:
-Just added Shawn G
https://bugzilla.kernel.org/show_bug.cgi?id=67571
--- Comment #9 from Eric Valette ---
I had a chance to look at the display on the tv set after my kids went to bed,
here is whar happens:
1) I get on long black immediately after boot as if normal vga display does not
work,
2) Once init is compl
https://bugzilla.kernel.org/show_bug.cgi?id=67631
Bug ID: 67631
Summary: Radeon UVD hang/crash
Product: Drivers
Version: 2.5
Kernel Version: 3.12.6
Hardware: All
OS: Linux
Tree: Mainline
Status: NE
Hello. Late to the party...
On Monday December 2 2013 at 21:05, Thierry Reding wrote:
> On Mon, Dec 02, 2013 at 08:57:20PM +0100, Tomasz Figa wrote:
> > In general, this looks good to me as a starter, so we could have support
> > for DSI bus merged. IMHO we should consider adding some generic bus
attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20131224/d0f001fa/attachment.html>
https://bugzilla.kernel.org/show_bug.cgi?id=66791
--- Comment #6 from moonman ---
Just a quick update: I managed to get it to work finally, though this is not
really an optimal solution.
1. Patched the kernel with this patch:
https://bugs.freedesktop.org/attachment.cgi?id=33766 from this bugrepo
cause:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20131224/8d90a0b4/attachment-0001.html>
32 matches
Mail list logo