[PATCH 2/2] drm/radeon: Fix overflow of watermark calcs at > 4k resolutions.

2017-06-12 Thread Mario Kleiner
Commit e6b9a6c84b93 ("drm/radeon: Make display watermark calculations more accurate") made watermark calculations more accurate, but not for > 4k resolutions on 32-Bit architectures, as it introduced an integer overflow for those setups and resolutions. Fix this by proper u64 casting and

[PATCH 1/2] drm/amdgpu: Fix overflow of watermark calcs at > 4k resolutions.

2017-06-12 Thread Mario Kleiner
Commit d63c277dc672e0 ("drm/amdgpu: Make display watermark calculations more accurate") made watermark calculations more accurate, but not for > 4k resolutions on 32-Bit architectures, as it introduced an integer overflow for those setups and resolutions. Fix this by proper u64 casting and

[Bug 101401] [REGRESSION][BISECTED] GDM fails to start after 8ec4975cd83365c791a1

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101401 --- Comment #1 from Aaron Watry --- There's no general gallium component to report this under, but I'm assuming that it affects other drivers as well. -- You are receiving this mail because: You are the assignee for the

[Bug 101401] [REGRESSION][BISECTED] GDM fails to start after 8ec4975cd83365c791a1

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101401 Bug ID: 101401 Summary: [REGRESSION][BISECTED] GDM fails to start after 8ec4975cd83365c791a1 Product: Mesa Version: git Hardware: All OS: All

[Bug 101387] amdgpu display corruption and hang on AMD A10-9620P

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101387 --- Comment #2 from Michel Dänzer --- Looks like amdgpu_atombios_crtc_powergate_init scribbles over the stack. (In reply to Carlo Caione from comment #1) > If I recompile the kernel forcing CONFIG_CC_STACKPROTECTOR_NONE ==

[Bug 101387] amdgpu display corruption and hang on AMD A10-9620P

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101387 Michel Dänzer changed: What|Removed |Added Attachment #131890|text/x-log |text/plain

[Bug 101387] amdgpu display corruption and hang on AMD A10-9620P

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101387 Michel Dänzer changed: What|Removed |Added Attachment #131886|text/x-log |text/plain

Re: [PATCH] drm/mediatek: check for memory allocation failure

2017-06-12 Thread Matthias Brugger
On 09/06/17 21:27, Christophe JAILLET wrote: If 'devm_kmalloc_array' returns NULL, we should return -ENOMEM as already done a few lines above instead of deferencing a NULL pointer a few lines below. Signed-off-by: Christophe JAILLET --- Reviewed-by: Matthias

Re: [PATCH v2] staging: vboxvideo: Add vboxvideo to drivers/staging

2017-06-12 Thread Michael Thayer
Hello Greg, 12.06.2017 13:47, Greg Kroah-Hartman wrote: On Mon, Jun 12, 2017 at 01:44:09PM +0200, Greg Kroah-Hartman wrote: On Mon, Jun 12, 2017 at 12:07:41PM +0200, Hans de Goede wrote: The most important thing is for the driver to be atomic if it's KMS only, and it would be good to have

Re: [PATCH v7 0/9] STM32 LCD-TFT display controller

2017-06-12 Thread Alexandre Torgue
Hi Yannick On 04/14/2017 12:13 PM, Yannick Fertre wrote: ... The purpose of this set of patches is to add a new driver for stm32f429. This driver was developed and tested on evaluation board stm32429i. Stm32f4 is a MCU platform which don't have MMU so the last patches developed by Benjamin

Re: [PATCH 27/44] sparc: remove leon_dma_ops

2017-06-12 Thread Andreas Larsson
On 2017-06-08 15:25, Christoph Hellwig wrote: We can just use pci32_dma_ops. Btw, given that leon is 32-bit and appears to be PCI based, do even need the special case for it in get_arch_dma_ops at all? Hi! Yes, it is needed. LEON systems are AMBA bus based. The common case here is DMA over

Re: amdgpu display corruption and hang on AMD A10-9620P

2017-06-12 Thread Carlo Caione
On Tue, May 9, 2017 at 7:03 PM, Deucher, Alexander wrote: >> -Original Message- >> From: Daniel Drake [mailto:dr...@endlessm.com] >> Sent: Tuesday, May 09, 2017 12:55 PM >> To: dri-devel; amd-...@lists.freedesktop.org; Deucher, Alexander >> Cc: Chris Chiu; Linux

Re: [PATCH v2] staging: vboxvideo: Add vboxvideo to drivers/staging

2017-06-12 Thread Michael Thayer
Hello Dave, 12.06.2017 09:27, Dave Airlie wrote: On 12 June 2017 at 16:56, Hans de Goede wrote: This commit adds the vboxvideo drm/kms driver for the virtual graphics card used in Virtual Box virtual machines to drivers/staging. Why drivers/staging? This driver is

Re: [PATCH v2] drm/vc4: Fix resource leak in 'vc4_get_hang_state_ioctl()' in error handling path

2017-06-12 Thread Eric Anholt
Christophe JAILLET writes: > If one 'drm_gem_handle_create()' fails, we leak somes handles and some > memory. > > In order to fix it: > - move the 'free(bo_state)' at the end of the function so that it is also > called in the eror handling path. This has the

Re: [PATCHv2] drm/vc4/vc4_bo.c: always set bo->resv

2017-06-12 Thread Eric Anholt
Hans Verkuil writes: > On 07/06/17 23:22, Eric Anholt wrote: >> Hans Verkuil writes: >> >>> The bo->resv pointer could be NULL, leading to kernel oopses >>> like the one below. >>> >>> This patch ensures that bo->resv is always set in vc4_create_object

[Bug 93826] 2560x1440 @144Hz graphic glitches and bad refresh rate

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=93826 --- Comment #57 from withoutaface --- (In reply to iuno from comment #55) > Make sure to raise the DC clock above the default value, e.g. to 625 MHz > (value 62500) > > If you use amdgpu: in amdgpu_atombios.c

Re: [PATCH 1/3] drm/nouveau/tegra: Skip manual unpowergating when not necessary

2017-06-12 Thread Ben Skeggs
On 06/09/2017 10:25 PM, Mikko Perttunen wrote: > On Tegra186, powergating is handled by the BPMP power domain provider > and the "legacy" powergating API is not available. Therefore skip > these calls if we are attached to a power domain. Thanks Mikko, Taken all 3 patches into my tree. Ben. >

[Bug 98738] AMD E450| HD 6320 - crashing playback with kodi, maybe vdpau problem, mesa, r600

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98738 --- Comment #17 from mirh --- Is this still a thing? Folks in bug 101254 seemed pretty much happy (put aside the bug itself) -- You are receiving this mail because: You are the assignee for the

[Bug 98869] Electronic Super Joy graphic artefacts (regression,bisected)

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98869 --- Comment #32 from cosiek...@o2.pl --- OK. I might have said i to early. Patch was merged in https://www.mesa3d.org/relnotes/17.0.1.html https://www.mesa3d.org/relnotes/13.0.6.html https://www.mesa3d.org/relnotes/17.1.0.html -- You are

[Bug 98869] Electronic Super Joy graphic artefacts (regression,bisected)

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98869 --- Comment #31 from cosiek...@o2.pl --- I think it's not the end. I think this workaround proposed in this patch is not an actual workaround. I've opened another ticket for this issue, but I think it would be better of to revert back this patch.

[Bug 101254] VDPAU videos don't start playing with r600 gallium driver

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101254 joeri.exelm...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 101384] [Hero Siege] si_shader: segfault in libLLVM-5.0.so.1

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101384 --- Comment #7 from Christian Lanig --- Created attachment 131902 --> https://bugs.freedesktop.org/attachment.cgi?id=131902=edit Vertex shaders only. -- You are receiving this mail because: You are the assignee for

[Bug 101384] [Hero Siege] si_shader: segfault in libLLVM-5.0.so.1

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101384 --- Comment #6 from Christian Lanig --- Created attachment 131901 --> https://bugs.freedesktop.org/attachment.cgi?id=131901=edit Pixel shader debug only. -- You are receiving this mail because: You are the assignee

[Bug 101384] [Hero Siege] si_shader: segfault in libLLVM-5.0.so.1

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101384 --- Comment #5 from Nicolai Hähnle --- Created attachment 131900 --> https://bugs.freedesktop.org/attachment.cgi?id=131900=edit possible fix As discussed on IRC, the error goes away when dumping shaders, which means that

[Bug 196037] Installing Nvidia driver causes fan to run at full speed

2017-06-12 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=196037 Len Brown (l...@kernel.org) changed: What|Removed |Added Status|RESOLVED|CLOSED -- You are

[Bug 196037] Installing Nvidia driver causes fan to run at full speed

2017-06-12 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=196037 Len Brown (l...@kernel.org) changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 101384] [Hero Siege] si_shader: segfault in libLLVM-5.0.so.1

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101384 --- Comment #4 from Christian Lanig --- Created attachment 131899 --> https://bugs.freedesktop.org/attachment.cgi?id=131899=edit Debugger backtrace info. -- You are receiving this mail because: You are the assignee

[Bug 101392] KWin crashes during window ALT+TAB window changing

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101392 --- Comment #1 from Ilia Mirkin --- You'll need to do this again with debug symbols in r600_dri.so in order for the backtrace to be useful. -- You are receiving this mail because: You are the assignee for the

[Bug 101392] KWin crashes during window ALT+TAB window changing

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101392 Ilia Mirkin changed: What|Removed |Added Component|DRM/Radeon

[Bug 101392] KWin crashes during window ALT+TAB window changing

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101392 Bug ID: 101392 Summary: KWin crashes during window ALT+TAB window changing Product: DRI Version: XOrg git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW

[Bug 101384] [Hero Siege] si_shader: segfault in libLLVM-5.0.so.1

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101384 Christian Lanig changed: What|Removed |Added Attachment #131895|0 |1 is

[Bug 101384] [Hero Siege] si_shader: segfault in libLLVM-5.0.so.1

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101384 --- Comment #2 from Christian Lanig --- Created attachment 131895 --> https://bugs.freedesktop.org/attachment.cgi?id=131895=edit R600_DEBUG="vs,tcs,tes,gs,ps,cs" ./runner -- You are receiving this mail because: You

[Bug 101330] segfault in pcsxr

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101330 --- Comment #5 from Vincent B. --- https://github.com/htrmeira/gpu-peops-open-gl/blob/master/gpuPeopsOpenGL/src/src_plugin/prim.c#L1991-L2103 This is probably this code that made my radeonsi crash. -- You are receiving

[Bug 101330] segfault in pcsxr

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101330 --- Comment #4 from Nicolai Hähnle --- The thing is, I don't have a PlayStation ISO. Also, state_tracker/st_atom.c:182 is a line where it's impossible for a segfault to happen in current Mesa master. Can you provide an

[Bug 100070] Rocket League: grass gets rendered incorrectly

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100070 --- Comment #2 from Nicolai Hähnle --- Could you provide an apitrace? -- You are receiving this mail because: You are the assignee for the bug.___ dri-devel mailing list

[Bug 101384] [Hero Siege] si_shader: segfault in libLLVM-5.0.so.1

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101384 --- Comment #1 from Nicolai Hähnle --- Could you please provide a log when running the game with environment variable R600_DEBUG=vs,tcs,tes,gs,ps,cs? Also, could you please run with a debugger and debug symbols installed,

[Bug 101330] segfault in pcsxr

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101330 --- Comment #3 from Vincent B. --- In order to reproduce, with Archlinux, install pcsxr, and try launching a PlayStation ISO. I think the bug is in the driver since the segfault occurs in the driver (and that this plugin

[Bug 101330] segfault in pcsxr

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101330 --- Comment #2 from Vincent B. --- I'm using latest mesa git. Latest backtrace: Stack trace of thread 1884: #0 0xe66b77f2 st_validate_state (radeonsi_dri.so) #1

Re: [PATCH v2] staging: vboxvideo: Add vboxvideo to drivers/staging

2017-06-12 Thread Hans de Goede
Hi, On 12-06-17 18:03, Greg Kroah-Hartman wrote: On Mon, Jun 12, 2017 at 05:40:21PM +0200, Hans de Goede wrote: Hi, On 12-06-17 13:44, Greg Kroah-Hartman wrote: On Mon, Jun 12, 2017 at 12:07:41PM +0200, Hans de Goede wrote: The most important thing is for the driver to be atomic if it's KMS

Re: [PATCH v2] staging: vboxvideo: Add vboxvideo to drivers/staging

2017-06-12 Thread Greg Kroah-Hartman
On Mon, Jun 12, 2017 at 05:40:21PM +0200, Hans de Goede wrote: > Hi, > > On 12-06-17 13:44, Greg Kroah-Hartman wrote: > > On Mon, Jun 12, 2017 at 12:07:41PM +0200, Hans de Goede wrote: > > > > The most important thing is for the driver to be atomic if it's KMS > > > > only, and it would be good

[PATCH] drm/imx: parallel-display: Accept drm_of_find_panel_or_bridge failure

2017-06-12 Thread Philipp Zabel
The parallel panel driver should continue to work without having an endpoint linking to an panel in DT for backwards compatibility. With the recent switch to drm_of_find_panel_or_bridge, an absent panel results in a failure with -ENODEV error return code. To restore the old behaviour, ignore the

RE: [PATCH libdrm] amdgpu: move asic id table to a separate file

2017-06-12 Thread Deucher, Alexander
> -Original Message- > From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On Behalf > Of Michel Dänzer > Sent: Monday, June 12, 2017 5:50 AM > To: amd-...@lists.freedesktop.org > Cc: dri-devel@lists.freedesktop.org > Subject: [PATCH libdrm] amdgpu: move asic id table to a

Re: [PATCH v2] staging: vboxvideo: Add vboxvideo to drivers/staging

2017-06-12 Thread Hans de Goede
Hi, On 12-06-17 13:44, Greg Kroah-Hartman wrote: On Mon, Jun 12, 2017 at 12:07:41PM +0200, Hans de Goede wrote: The most important thing is for the driver to be atomic if it's KMS only, and it would be good to have someone review that properly. I believe it does not use the atomic APIs atm,

[Bug 101330] segfault in pcsxr

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101330 --- Comment #1 from Nicolai Hähnle --- How can the problem be reproduced? What version of Mesa are you using? This seems more likely to be a bug in the application. -- You are receiving this mail because: You are the

[Bug 101278] Severe slowdown on Shadow of Mordor between 17.1.0 and 17.1.1

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101278 Nicolai Hähnle changed: What|Removed |Added Resolution|--- |FIXED

[Bug 101224] texelFetch(usampler) returns black color

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101224 Nicolai Hähnle changed: What|Removed |Added Status|NEW |RESOLVED

Re: [PATCH 2/2] dt-bindings: media/s5p-cec.txt, media/stih-cec.txt: refer to cec.txt

2017-06-12 Thread Rob Herring
On Fri, Jun 9, 2017 at 12:54 PM, Hans Verkuil wrote: > From: Hans Verkuil > > Now that there is a cec.txt with common CEC bindings, update the two > driver-specific bindings to refer to cec.txt. > > Signed-off-by: Hans Verkuil

Re: [PATCH 1/2] dt-bindings: add media/cec.txt

2017-06-12 Thread Rob Herring
On Fri, Jun 9, 2017 at 12:54 PM, Hans Verkuil wrote: > From: Hans Verkuil > > Document common HDMI CEC bindings. Add this to the MAINTAINERS file > as well. > > Signed-off-by: Hans Verkuil > Cc: Krzysztof Kozlowski

[Bug 101224] texelFetch(usampler) returns black color

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101224 --- Comment #1 from Nicolai Hähnle --- Thanks for the report. I can reproduce this, and I'll investigate. -- You are receiving this mail because: You are the assignee for the

Re: [PATCH] drm/core: Fail atomic IOCTL with no CRTC state but with signaling.

2017-06-12 Thread Andrey Grodzovsky
On 06/12/2017 07:08 AM, Maarten Lankhorst wrote: Op 09-06-17 om 23:30 schreef Andrey Grodzovsky: Problem: While running IGT kms_atomic_transition test suite i encountered a hang in drmHandleEvent immidietly follwoing an atomic_commit. After dumping the atomic state I relized that in this case

Re: [PATCH 2/3] drm/panel: Add support for s6e63j0x03 panel driver

2017-06-12 Thread Andrzej Hajda
Hi Hoegeun, Nice to see patches completing support for mainlined platforms. On 09.06.2017 06:59, Hoegeun Kwon wrote: > This patch adds MIPI-DSI based S6E63J0X03 AMOLED LCD panel driver > which uses mipi_dsi bus to communicate with panel. The panel has > 320×320 resolution in 1.63" physical

[Bug 194761] amdgpu driver breaks on Oland (SI)

2017-06-12 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=194761 --- Comment #65 from siyia (eutychio...@gmail.com) --- https://bugzilla.kernel.org/attachment.cgi?id=256949 works as it should with kernel 4.11.4,tested both opengl and vulkan 3d apps and didnt notice any regressions. -- You are receiving this

Re: [PATCH 2/2] dt-bindings: media/s5p-cec.txt, media/stih-cec.txt: refer to cec.txt

2017-06-12 Thread Sylwester Nawrocki
On 06/12/2017 02:51 PM, Benjamin Gaignard wrote: 2017-06-09 19:54 GMT+02:00 Hans Verkuil : From: Hans Verkuil Now that there is a cec.txt with common CEC bindings, update the two driver-specific bindings to refer to cec.txt. Signed-off-by: Hans

Re: [PATCH 1/2] dt-bindings: add media/cec.txt

2017-06-12 Thread Sylwester Nawrocki
On 06/09/2017 07:54 PM, Hans Verkuil wrote: From: Hans Verkuil Document common HDMI CEC bindings. Add this to the MAINTAINERS file as well. Signed-off-by: Hans Verkuil Acked-by: Sylwester Nawrocki ---

Re: [PATCH v2] staging: vboxvideo: Add vboxvideo to drivers/staging

2017-06-12 Thread Greg Kroah-Hartman
On Mon, Jun 12, 2017 at 02:46:54PM +0200, Michael Thayer wrote: > Hello Greg, > > 12.06.2017 13:47, Greg Kroah-Hartman wrote: > > On Mon, Jun 12, 2017 at 01:44:09PM +0200, Greg Kroah-Hartman wrote: > > > On Mon, Jun 12, 2017 at 12:07:41PM +0200, Hans de Goede wrote: > > > > > The most important

Re: [PATCH 2/2] dt-bindings: media/s5p-cec.txt, media/stih-cec.txt: refer to cec.txt

2017-06-12 Thread Benjamin Gaignard
2017-06-09 19:54 GMT+02:00 Hans Verkuil : > From: Hans Verkuil > > Now that there is a cec.txt with common CEC bindings, update the two > driver-specific bindings to refer to cec.txt. > > Signed-off-by: Hans Verkuil > Cc:

Re: [PATCH 1/2] dt-bindings: add media/cec.txt

2017-06-12 Thread Benjamin Gaignard
2017-06-09 19:54 GMT+02:00 Hans Verkuil : > From: Hans Verkuil > > Document common HDMI CEC bindings. Add this to the MAINTAINERS file > as well. > > Signed-off-by: Hans Verkuil > Cc: Krzysztof Kozlowski > Cc:

Re: [PATCH 4/9] stih-cec/vivid/pulse8/rainshadow: use cec_transmit_attempt_done

2017-06-12 Thread Benjamin Gaignard
2017-06-07 16:46 GMT+02:00 Hans Verkuil : > From: Hans Verkuil > > Use the helper function cec_transmit_attempt_done instead of > cec_transmit_done to simplify the code. > > Signed-off-by: Hans Verkuil > Cc: Benjamin Gaignard

Re: [PATCH 8/9] s5p_cec: set the CEC_CAP_NEEDS_HPD flag if needed

2017-06-12 Thread Sylwester Nawrocki
On 06/07/2017 04:46 PM, Hans Verkuil wrote: From: Hans Verkuil Use the needs-hpd DT property to determine if the CEC_CAP_NEEDS_HPD should be set. Signed-off-by: Hans Verkuil Acked-by: Sylwester Nawrocki ---

Re: [PATCH 1/3] dt-bindings: Add support for samsung s6e63j0x03 panel binding

2017-06-12 Thread Andrzej Hajda
Hi Hoegeun, On 09.06.2017 06:59, Hoegeun Kwon wrote: > The Samsung s6e63j0x03 is a 1.63" 320x320 AMOLED panel connected using > MIPI-DSI interfaces. > > Signed-off-by: Hoegeun Kwon > --- > .../bindings/display/panel/samsung,s6e63j0x03.txt | 24 >

Re: [PATCH v2] staging: vboxvideo: Add vboxvideo to drivers/staging

2017-06-12 Thread Dan Carpenter
It's going to be basically impossible to keep the out of tree in sync with the staging version because there are so many changes needed everywhere. Generally in the kernel we don't care about out of tree stuff. So the OS independent stuff is going to get completely re-worked. It's mechanical

[Bug 100070] Rocket League: grass gets rendered incorrectly

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100070 Gregor Münch changed: What|Removed |Added CC||tt...@ttimo.net

[Bug 101382] [r300] Electronic super joy crash on >17.1.0

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101382 cosiek...@o2.pl changed: What|Removed |Added Summary|[r300] Electronic super joy |[r300] Electronic super joy

Re: [PATCH v2] staging: vboxvideo: Add vboxvideo to drivers/staging

2017-06-12 Thread Greg Kroah-Hartman
On Mon, Jun 12, 2017 at 01:44:09PM +0200, Greg Kroah-Hartman wrote: > On Mon, Jun 12, 2017 at 12:07:41PM +0200, Hans de Goede wrote: > > > The most important thing is for the driver to be atomic if it's KMS > > > only, and it would be good to have someone review that properly. > > > > I believe

Re: [PATCH v2] staging: vboxvideo: Add vboxvideo to drivers/staging

2017-06-12 Thread Greg Kroah-Hartman
On Mon, Jun 12, 2017 at 12:07:41PM +0200, Hans de Goede wrote: > > The most important thing is for the driver to be atomic if it's KMS > > only, and it would be good to have someone review that properly. > > I believe it does not use the atomic APIs atm, so that would be one > of the first things

[Bug 100437] IO_PAGE_FAULT is spammed in dmesg

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100437 --- Comment #11 from Christian Lanig --- It seems to have been disappeared with the newest bios with AGESA 1.0.0.6 on my mainboard. -- You are receiving this mail because: You are the assignee for the

[Bug 101387] amdgpu display corruption and hang on AMD A10-9620P

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101387 --- Comment #1 from Carlo Caione --- Created attachment 131890 --> https://bugs.freedesktop.org/attachment.cgi?id=131890=edit log no stack protection Just an update on this. If I recompile the kernel forcing

[Bug 194761] amdgpu driver breaks on Oland (SI)

2017-06-12 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=194761 --- Comment #64 from siyia (eutychio...@gmail.com) --- Latest patch fixed it for me with kernel 4.11.4. -- You are receiving this mail because: You are watching the assignee of the bug. ___ dri-devel

Re: [PATCH] drm/core: Fail atomic IOCTL with no CRTC state but with signaling.

2017-06-12 Thread Maarten Lankhorst
Op 09-06-17 om 23:30 schreef Andrey Grodzovsky: > Problem: > While running IGT kms_atomic_transition test suite i encountered > a hang in drmHandleEvent immidietly follwoing an atomic_commit. > After dumping the atomic state I relized that in this case there was > not even one CRTC attached to the

[Bug 194761] amdgpu driver breaks on Oland (SI)

2017-06-12 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=194761 --- Comment #63 from siyia (eutychio...@gmail.com) --- Cant you contact amd about what Oland64 and Oland128 mean? -- You are receiving this mail because: You are watching the assignee of the bug. ___

[Bug 101387] amdgpu display corruption and hang on AMD A10-9620P

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101387 Bug ID: 101387 Summary: amdgpu display corruption and hang on AMD A10-9620P Product: DRI Version: XOrg git Hardware: Other OS: All Status: NEW Severity:

Re: [PATCH v2] staging: vboxvideo: Add vboxvideo to drivers/staging

2017-06-12 Thread Hans de Goede
Hi, On 12-06-17 09:27, Dave Airlie wrote: On 12 June 2017 at 16:56, Hans de Goede wrote: This commit adds the vboxvideo drm/kms driver for the virtual graphics card used in Virtual Box virtual machines to drivers/staging. Why drivers/staging? This driver is already being

[Bug 101374] Worms Clan Wars hangs on loading screen

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101374 Nicolai Hähnle changed: What|Removed |Added QA Contact|mesa-dev@lists.freedesktop.

[PATCH libdrm] amdgpu: move asic id table to a separate file

2017-06-12 Thread Michel Dänzer
From: Xiaojie Yuan v2: fix an off by one error and leading white spaces v3: use thread safe strtok_r(); initialize len before calling getline(); change printf() to drmMsg(); add initial amdgpu.ids v4: integrate some recent internal changes, including format changes v5:

[Bug 101384] [Hero Siege] si_shader: segfault in libLLVM-5.0.so.1

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101384 Bug ID: 101384 Summary: [Hero Siege] si_shader: segfault in libLLVM-5.0.so.1 Product: Mesa Version: git Hardware: Other OS: All Status: NEW Severity:

[Bug 101384] [Hero Siege] si_shader: segfault in libLLVM-5.0.so.1

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101384 Christian Lanig changed: What|Removed |Added OS|All |Linux (All)

[Bug 101360] Assertion failure comparing result of ballotARB

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101360 --- Comment #3 from James Legg --- The attached patch fixes the issue for me. -- You are receiving this mail because: You are the assignee for the bug.___ dri-devel

[Bug 101360] Assertion failure comparing result of ballotARB

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101360 --- Comment #2 from Nicolai Hähnle --- Created attachment 131885 --> https://bugs.freedesktop.org/attachment.cgi?id=131885=edit fix Please try with the attached patch. -- You are receiving this mail because: You are the

Re: [PATCH 4/4] drm/bridge: dw-hdmi: add cec driver

2017-06-12 Thread Hans Verkuil
On 06/01/2017 10:31 AM, Hans Verkuil wrote: Hi Russell, First a few top-level questions: 1) What was the reason for using the cec-notifier here? Isn't this tightly integrated into the main dw-hdmi block? For the tda driver it is clearly required, but for tightly coupled HDMI & CEC HW I

[Bug 101360] Assertion failure comparing result of ballotARB

2017-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101360 Nicolai Hähnle changed: What|Removed |Added Component|glsl-compiler

[Bug 194761] amdgpu driver breaks on Oland (SI)

2017-06-12 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=194761 Jean Delvare (jdelv...@suse.de) changed: What|Removed |Added Status|ASSIGNED|NEEDINFO -- You are

[Bug 194761] amdgpu driver breaks on Oland (SI)

2017-06-12 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=194761 Jean Delvare (jdelv...@suse.de) changed: What|Removed |Added Attachment #256949|0 |1 is patch|

[Bug 194761] amdgpu driver breaks on Oland (SI)

2017-06-12 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=194761 --- Comment #62 from Jean Delvare (jdelv...@suse.de) --- Created attachment 256949 --> https://bugzilla.kernel.org/attachment.cgi?id=256949=edit drm/amdgpu/gfx6: [TEST] fix tiling setup for oland (for v4.11) Siyia, this is a test patch for

Re: [PATCH v2] staging: vboxvideo: Add vboxvideo to drivers/staging

2017-06-12 Thread Dave Airlie
On 12 June 2017 at 16:56, Hans de Goede wrote: > This commit adds the vboxvideo drm/kms driver for the virtual graphics > card used in Virtual Box virtual machines to drivers/staging. > > Why drivers/staging? This driver is already being patched into the kernel > by several

[Bug 194761] amdgpu driver breaks on Oland (SI)

2017-06-12 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=194761 Jean Delvare (jdelv...@suse.de) changed: What|Removed |Added Status|NEEDINFO|ASSIGNED --- Comment

[PATCH] drm/mediatek: fixup error memory reallocation

2017-06-12 Thread YT Shen
Previous patch (c5f228ef6c drm/mediatek: add *driver_data for different hardware settings) calls devm_kfree() and then devm_kzalloc() to reallocate color module data structure. But this reallocation cannnot guarantee the new address is unchanged, but the caller will use the old address, which is

[PATCH] drm/sun4i: hdmi: Implement I2C adapter for A10s DDC bus

2017-06-12 Thread Jonathan Liu
The drm_get_edid function should be used instead of drm_do_get_edid by exposing the DDC bus as an I2C adapter. Implement this for A10s. Signed-off-by: Jonathan Liu --- drivers/gpu/drm/sun4i/Makefile | 1 + drivers/gpu/drm/sun4i/sun4i_hdmi.h | 11 ++-

[PATCH v2] drm/sun4i: hdmi: Implement I2C adapter for A10s DDC bus

2017-06-12 Thread Jonathan Liu
The drm_get_edid function should be used instead of drm_do_get_edid by exposing the DDC bus as an I2C adapter. Implement this for A10s. Signed-off-by: Jonathan Liu --- Changes for v2: - Rebased against Maxime's sunxi-drm/for-next branch - Fix up error paths in sun4i_hdmi_bind

Re: [PATCH] drm/sun4i: hdmi: Implement I2C adapter for A10s DDC bus

2017-06-12 Thread Jonathan Liu
Hi Chen-Yu, On 12 June 2017 at 13:28, Chen-Yu Tsai wrote: > On Mon, Jun 12, 2017 at 10:12 AM, Jonathan Liu wrote: >> The drm_get_edid function should be used instead of drm_do_get_edid by >> exposing the DDC bus as an I2C adapter. Implement this for A10s. > >

[PATCH] drm: panel: fix s6e3ha2.c build errors

2017-06-12 Thread Randy Dunlap
From: Randy Dunlap Fix build errors in panel-samsung-s6e3ha2.c driver build. The driver uses backlight interfaces so it should depend on BACKLIGHT_CLASS_DEVICE. drivers/built-in.o: In function `s6e3ha2_remove': panel-samsung-s6e3ha2.c:(.text+0xe49c2): undefined reference

Re: [PATCH] drm/sun4i: hdmi: Implement I2C adapter for A10s DDC bus

2017-06-12 Thread Chen-Yu Tsai
On Mon, Jun 12, 2017 at 10:12 AM, Jonathan Liu wrote: > The drm_get_edid function should be used instead of drm_do_get_edid by > exposing the DDC bus as an I2C adapter. Implement this for A10s. Nice! > > Signed-off-by: Jonathan Liu > --- >