[Bug 103130] Mesa from git causes games to crash mid-play

2017-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103130 --- Comment #4 from Adam --- This is the repo that didn't work: http://download.opensuse.org/repositories/home:/forkbomb:/turboAMD/openSUSE_Tumbleweed/ This is the one that did: http://download.opensuse.org/repositories/home:/forkbomb:/turboAM

[Bug 103102] Cannot wake-up with an AMD RX 480 on Linux 4.13 and Linux 4.14

2017-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103102 --- Comment #11 from Hadrien --- I've been setting vblank_time_us to 0x7fff, 0x, 0x00ff and I get the same problem. -- You are receiving this mail because: You are the assignee for the bug.__

[Bug 103277] [bisected] Systems hangs on resume from S3 sleep due to "Match actual state during S3 resume" commit

2017-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103277 --- Comment #1 from dwagner --- Created attachment 134842 --> https://bugs.freedesktop.org/attachment.cgi?id=134842&action=edit dmesg of system before it fails to resume from S3 sleep -- You are receiving this mail because: You are the assig

[Bug 103277] [bisected] Systems hangs on resume from S3 sleep due to "Match actual state during S3 resume" commit

2017-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103277 Bug ID: 103277 Summary: [bisected] Systems hangs on resume from S3 sleep due to "Match actual state during S3 resume" commit Product: DRI Version: DRI git Hardware: x86-64

[Bug 103276] VEGA 64 3D Opengl does not work with kernel amd staging 4.13 on Fedora core 26

2017-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103276 Bug ID: 103276 Summary: VEGA 64 3D Opengl does not work with kernel amd staging 4.13 on Fedora core 26 Product: Mesa Version: unspecified Hardware: Other O

[GIT PULL] tilcdc changes for 4.15

2017-10-14 Thread Jyri Sarha
Hi Dave, Please pull the accumulated minor tilcdc changes and fixed for v4.15. These small patches have been accumulated over a period of several Linux releases. Best regards and thanks, Jyri The following changes since commit ebec44a2456fbe5fe18aae88f6010f6878f0cb4a: BackMerge tag 'v4.14-rc3

[PATCH v3] drm/tilcdc: Precalculate total frametime in tilcdc_crtc_set_mode()

2017-10-14 Thread Jyri Sarha
We need the total frame refresh time to check if we are too close to vertical sync when updating the two framebuffer DMA registers and risk a collision. This new method is more accurate that the previous that based on mode's vrefresh value, which itself is inaccurate or may not even be initialized

Re: [PATCHv4 0/4] tegra-cec: add Tegra HDMI CEC support

2017-10-14 Thread Hans Verkuil
On 10/14/2017 03:34 PM, Thierry Reding wrote: > On Sat, Oct 14, 2017 at 02:08:31PM +0200, Hans Verkuil wrote: >> Hi Thierry, >> >> On 09/11/2017 02:29 PM, Hans Verkuil wrote: >>> From: Hans Verkuil >>> >>> This patch series adds support for the Tegra CEC functionality. >>> >>> This v4 has been reb

Re: [PATCHv4 0/4] tegra-cec: add Tegra HDMI CEC support

2017-10-14 Thread Thierry Reding
On Sat, Oct 14, 2017 at 02:08:31PM +0200, Hans Verkuil wrote: > Hi Thierry, > > On 09/11/2017 02:29 PM, Hans Verkuil wrote: > > From: Hans Verkuil > > > > This patch series adds support for the Tegra CEC functionality. > > > > This v4 has been rebased to the latest 4.14 pre-rc1 mainline. > > >

Re: [PATCH 20/48] drm: omapdrm: Merge the omapdrm and omapdss drivers

2017-10-14 Thread Sebastian Reichel
Hi, On Fri, Oct 13, 2017 at 05:59:16PM +0300, Laurent Pinchart wrote: > The split between the omapdss and omapdrm driver is historic and was due > to other userspace APIs (FBDEV and V4L2) being supported in addition to > DRM/KMS. Now that the drivers only supports the DRM/KMS API, there is no > ne

Re: [PATCHv4 0/4] tegra-cec: add Tegra HDMI CEC support

2017-10-14 Thread Hans Verkuil
Hi Thierry, On 09/11/2017 02:29 PM, Hans Verkuil wrote: > From: Hans Verkuil > > This patch series adds support for the Tegra CEC functionality. > > This v4 has been rebased to the latest 4.14 pre-rc1 mainline. > > Please review! Other than for the bindings that are now Acked I have not > rece

Re: [PATCHv2 0/9] omapdrm: hdmi4: add CEC support

2017-10-14 Thread Hans Verkuil
On 10/12/2017 10:03 AM, Tomi Valkeinen wrote: > > Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. > Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki > > On 12/10/17 09:50, Hans Verkuil wrote: > >>> I can't test with a TV, so no CEC for me... But otherwise I think t

[Bug 196615] amdgpu - resume from suspend is no longer working on rx480

2017-10-14 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=196615 --- Comment #26 from cont...@florentflament.com --- I just figured out that if instead of opening a 'Gnome on Xorg' session, I open a 'Gnome' session (which, as far as I know, starts a 'Wayland Display Server' instead of Xorg on my Fedora setup),

Re: [PATCH v2] drm/vc4: Fix sleeps during the IRQ handler for DSI transactions.

2017-10-14 Thread Paul Menzel
Dear Eric, Some nit picks where stuff contradicts the coding style. Am Freitag, den 13.10.2017, 17:12 -0700 schrieb Eric Anholt: > VC4's DSI1 has a bug where the AXI connection is broken for 32-bit > writes from the CPU, so we use the DMA engine to DMA 32-bit values > into registers instead. Th

Re: [PATCH v2] drm/amd/powerplay: Remove unnecessary cast on void pointer

2017-10-14 Thread Christian König
Am 13.10.2017 um 19:33 schrieb Harsha Sharma: Done with following coccinelle patch @r@ expression x; void* e; type T; identifier f; @@ ( *((T *)e) | ((T *)x)[...] | ((T*)x)->f | - (T*) e ) Signed-off-by: Harsha Sharma Reviewed-by: Christian König --- Changes in v2: -Remove

Re: [PATCH v2] drm/vc4: Fix sleeps during the IRQ handler for DSI transactions.

2017-10-14 Thread Boris Brezillon
On Fri, 13 Oct 2017 17:12:55 -0700 Eric Anholt wrote: > VC4's DSI1 has a bug where the AXI connection is broken for 32-bit > writes from the CPU, so we use the DMA engine to DMA 32-bit values > into registers instead. That sleeps, so we can't do it from the top > half. > > As a solution, use an