Looking for a start point for fixing a bug

2014-08-10 Thread Niels Ole Salscheider
On Monday 11 August 2014, 01:19:32, ?? ?? wrote: > Hello again, hope you are still reading my texts... > > I digged through the code and narrowed down the issue I wanted to fix. > It appears to be related to the `bool thermal_active` dpm struct > member and this piece of code: > > if (rde

[PATCH] Documentation: DocBook: Rename drm_stub.c to drm_drv.c cause 'make xmldocs' failed

2014-08-10 Thread Randy Dunlap
On 08/08/14 12:16, Masanari Iida wrote: > This patch fixed 'make xmldocs' failed on linus's tree and > linux-next as of 8th/Aug,2014. > > When drm merge for 3.17-rc1 happen, a file was renamed from > drm_stub.c to drm_drv.c. > But Documentation/DocBook/drm.tmpl still have an old file name. > > S

[PATCH] drm: Do not use BUG_ON(!spin_is_locked())

2014-08-10 Thread Guenter Roeck
spin_is_locked() always returns false in uniprocessor configurations and can therefore not be used with BUG_ON. Replace it with assert_spin_locked(), which exists for that very purpose. Signed-off-by: Guenter Roeck --- drivers/gpu/drm/msm/mdp/mdp_kms.c | 2 +- drivers/gpu/drm/nouveau/co

[Bug 82428] [radeonsi,R9 270X] System lockup when using mplayer/mpv with VDPAU

2014-08-10 Thread bugzilla-dae...@freedesktop.org
: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140810/fc1f6f50/attachment.html>

CONFIG_DMA_CMA causes ttm performance problems/hangs.

2014-08-10 Thread Mario Kleiner
On 08/10/2014 01:03 PM, Thomas Hellstrom wrote: > On 08/10/2014 05:11 AM, Mario Kleiner wrote: >> Resent this time without HTML formatting which lkml doesn't like. Sorry. >> >> On 08/09/2014 03:58 PM, Thomas Hellstrom wrote: >>> On 08/09/2014 03:33 PM, Konrad Rzeszutek Wilk wrote: On August 9,

[Bug 82428] New: [radeonsi,R9 270X] System lockup when using mplayer/mpv with VDPAU

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

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

2014-08-10 Thread Bruno Prémont
On Sun, 10 August 2014 Andreas Noever wrote: > On Sun, Aug 10, 2014 at 11:26 AM, Bruno Pr?mont wrote: > > On Sun, 10 August 2014 Andreas Noever wrote: > > > >> On Sun, Aug 10, 2014 at 2:21 AM, Andreas Noeverwrote: > >> > I just tried to run the latest kernel. It failed to boot and git > >> > bise

[Bug 42960] Display does not work when resuming from suspend

2014-08-10 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/20140810/4e8ea846/attachment-0001.html>

[Bug 81576] GPU lock-ups while playing XCOM Enemy Unknown

2014-08-10 Thread bugzilla-dae...@freedesktop.org
from Andrei Slavoiu --- I get the same on a Kaveri (A10-7850K) -- 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/20140810/49a67

CONFIG_DMA_CMA causes ttm performance problems/hangs.

2014-08-10 Thread Thomas Hellstrom
On 08/10/2014 05:11 AM, Mario Kleiner wrote: > Resent this time without HTML formatting which lkml doesn't like. Sorry. > > On 08/09/2014 03:58 PM, Thomas Hellstrom wrote: >> On 08/09/2014 03:33 PM, Konrad Rzeszutek Wilk wrote: >>> On August 9, 2014 1:39:39 AM EDT, Thomas >>> Hellstrom wrote:

[Bug 79575] [radeonsi] Wine's d3d8 test crashes in SITargetLowering::analyzeImmediate

2014-08-10 Thread bugzilla-dae...@freedesktop.org
extra info was printed. -- 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/20140810/c093586e/attachment.html>

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

2014-08-10 Thread Andreas Noever
On Sun, Aug 10, 2014 at 11:26 AM, Bruno Pr?mont wrote: > On Sun, 10 August 2014 Andreas Noever wrote: > >> On Sun, Aug 10, 2014 at 2:21 AM, Andreas Noever >> wrote: >> > On Sat, Jul 5, 2014 at 7:15 PM, Bjorn Helgaas >> > wrote: >> >> On Wed, Jun 25, 2014 at 12:55:01AM +0200, Bruno Pr?mont wrot

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

2014-08-10 Thread Bruno Prémont
On Sun, 10 August 2014 Andreas Noever wrote: > On Sun, Aug 10, 2014 at 2:21 AM, Andreas Noever > wrote: > > On Sat, Jul 5, 2014 at 7:15 PM, Bjorn Helgaas > > wrote: > >> On Wed, Jun 25, 2014 at 12:55:01AM +0200, Bruno Pr?mont wrote: > >>> With commit b4aa0163056b ("efifb: Implement vga_default

[PATCH] drm/panel/simple: add optronics B101XTN01.0 (v3)

2014-08-10 Thread Rob Clark
LVDS panel, make/model described as: AU Optronics Corporation - B101XTN01.0 (H/W:0A) See: http://www.encore-electronic.com/media/B101XTN01.0.pdf Tested with panel attached to an Inforce IFC6410 board. Signed-off-by: Rob Clark --- v1: original v2: review comments from Thierry Reding v3: rebase

[PATCH] drm/panel/simple: add optronics B101XTN01.0 (v2)

2014-08-10 Thread Rob Clark
LVDS panel, make/model described as: AU Optronics Corporation - B101XTN01.0 (H/W:0A) See: http://www.encore-electronic.com/media/B101XTN01.0.pdf Tested with panel attached to an Inforce IFC6410 board. Signed-off-by: Rob Clark --- .../devicetree/bindings/panel/auo,b101xtn01.txt| 7 ++

CONFIG_DMA_CMA causes ttm performance problems/hangs.

2014-08-10 Thread Mario Kleiner
Resent this time without HTML formatting which lkml doesn't like. Sorry. On 08/09/2014 03:58 PM, Thomas Hellstrom wrote: > On 08/09/2014 03:33 PM, Konrad Rzeszutek Wilk wrote: >> On August 9, 2014 1:39:39 AM EDT, Thomas Hellstrom >> wrote: >>> Hi. >>> >> Hey Thomas! >> >>> IIRC I don't think the

CONFIG_DMA_CMA causes ttm performance problems/hangs.

2014-08-10 Thread Mario Kleiner
s| __alloc_pages_nodemask(); >>>> 0) 3.029 us| } >>>> 0) 3.882 us|} >>>> 0) | __ttm_dma_alloc_page [ttm]() { >>>> 0) | dma_generic_alloc_coherent() { >>>> 0) 0.037 us| dma_alloc_from_contiguous(); >>>> 0) 0.163 us| __alloc_pages_nodemask(); >>>> 0) 1.408 us| } >>>> 0) 1.719 us|} >>>> 0) | __ttm_dma_alloc_page [ttm]() { >>>> 0) | dma_generic_alloc_coherent() { >>>> 0) 0.035 us| dma_alloc_from_contiguous(); >>>> 0) 0.153 us| __alloc_pages_nodemask(); >>>> 0) 1.454 us| } >>>> 0) 1.720 us|} >>>> 0) | __ttm_dma_alloc_page [ttm]() { >>>> 0) | dma_generic_alloc_coherent() { >>>> 0) 0.036 us| dma_alloc_from_contiguous(); >>>> 0) 0.112 us| __alloc_pages_nodemask(); >>>> 0) 1.211 us| } >>>> 0) 1.541 us|} >>>> 0) 0.035 us| ttm_set_pages_caching [ttm](); >>>> 0) + 10.902 us | } >>>> 0) + 11.577 us |} >>>> 0) + 11.988 us | } >>>> >>>> ___ >>>> dri-devel mailing list >>>> dri-devel at lists.freedesktop.org >>>> https://urldefense.proofpoint.com/v1/url?u=http://lists.freedesktop.org/mailman/listinfo/dri-devel&k=oIvRg1%2BdGAgOoM1BIlLLqw%3D%3D%0A&r=l5Ago9ekmVFZ3c4M6eauqrJWGwjf6fTb%2BP3CxbBFkVM%3D%0A&m=6cy0madhpBCtEyOKu95ucqhzU%2FjAHPP7ODVTc47UYQs%3D%0A&s=d2636419e1f7f56c0d270e29ffe6ab6c6e29249876a578d70d973058f9411831 -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140810/002fc245/attachment-0001.html>

[Bug 82397] some GLSL demo render badly on Radeon 7870

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

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

2014-08-10 Thread Andreas Noever
On Sun, Aug 10, 2014 at 2:21 AM, Andreas Noever wrote: > On Sat, Jul 5, 2014 at 7:15 PM, Bjorn Helgaas wrote: >> On Wed, Jun 25, 2014 at 12:55:01AM +0200, Bruno Pr?mont wrote: >>> With commit b4aa0163056b ("efifb: Implement vga_default_device() (v2)") >>> Matthew Garrett introduced a efifb vga_de

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

2014-08-10 Thread Andreas Noever
On Sat, Jul 5, 2014 at 7:15 PM, Bjorn Helgaas wrote: > On Wed, Jun 25, 2014 at 12:55:01AM +0200, Bruno Pr?mont wrote: >> With commit b4aa0163056b ("efifb: Implement vga_default_device() (v2)") >> Matthew Garrett introduced a efifb vga_default_device() so that EFI >> systems that do not load shadow