[radeon-alex:drm-next-4.15-wip 24/81] drivers/gpu//drm/ttm/ttm_page_alloc.c:950:6: error: redefinition of 'ttm_unmap_and_unpopulate_pages'

2017-09-02 Thread kbuild test robot
tree: git://people.freedesktop.org/~agd5f/linux.git drm-next-4.15-wip head: c9121e92b3a8e12a8b40e362c30073d6a6a5b794 commit: a4dec819c8bba6365eb893a4ca88db4dd1210110 [24/81] drm/ttm: Add helper functions to populate/map in one call (v2) config: frv-allmodconfig (attached as .config) compiler:

[radeon-alex:drm-next-4.15-wip 24/81] drivers/gpu/drm/ttm/ttm_page_alloc.c:923:5: error: redefinition of 'ttm_populate_and_map_pages'

2017-09-02 Thread kbuild test robot
tree: git://people.freedesktop.org/~agd5f/linux.git drm-next-4.15-wip head: c9121e92b3a8e12a8b40e362c30073d6a6a5b794 commit: a4dec819c8bba6365eb893a4ca88db4dd1210110 [24/81] drm/ttm: Add helper functions to populate/map in one call (v2) config: i386-randconfig-s0-201736 (attached as .config)

Re: [PATCH 2/3] drm/panel: Add DT bindings for Ilitek ILI9322

2017-09-02 Thread Linus Walleij
On Thu, Aug 17, 2017 at 10:44 PM, Rob Herring wrote: > On Sun, Aug 13, 2017 at 01:44:47PM +0200, Linus Walleij wrote: >> This adds device tree bindings for the Ilitek ILI9322 >> 320x240 TFT panel driver. >> >> Cc: devicet...@vger.kernel.org >> Signed-off-by: Linus Walleij

Re: [PATCH 6/6] drm/tinydrm: Support device unplug

2017-09-02 Thread Noralf Trønnes
Den 01.09.2017 10.38, skrev Laurent Pinchart: Hi Noralf, On Thursday, 31 August 2017 22:22:03 EEST Noralf Trønnes wrote: Den 31.08.2017 14.59, skrev Laurent Pinchart: On Wednesday, 30 August 2017 20:18:49 EEST Daniel Vetter wrote: On Wed, Aug 30, 2017 at 6:31 PM, Noralf Trønnes wrote: Den

[PATCH v2] drm/tve200: Replace custom connector with panel bridge

2017-09-02 Thread Linus Walleij
This replaces the custom connector in the TVE200 with the panel bridge helper. As long as we're just using panels and no other bridges, this works just fine. Reviewed-by: Eric Anholt Signed-off-by: Linus Walleij --- ChangeLog v1->v2: - Drop a few

[Bug 102522] [radeonsi, bisected] commit 147d7fb772 causes full-window map to flash green in Crea

2017-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102522 Bug ID: 102522 Summary: [radeonsi, bisected] commit 147d7fb772 causes full-window map to flash green in Crea Product: Mesa Version: git Hardware: x86-64 (AMD64)

Re: [Intel-gfx] [RFC PATCH 5/5] drm/atomic: Make async plane update checks work as intended.

2017-09-02 Thread Gustavo Padovan
2017-08-30 Daniel Vetter : > On Wed, Aug 30, 2017 at 02:17:52PM +0200, Maarten Lankhorst wrote: > > By always keeping track of the last commit in plane_state, we know > > whether there is an active update on the plane or not. With that > > information we can reject the fast

[git pull] amdkfd next 4.14

2017-09-02 Thread Oded Gabbay
Hi Dave, Three more amdkfd commits for the 4.14 merge window, nothing too major: - Removing redundant memset before memcpy - Passing valid mqd pointer to destroy_mqd function (fix apply to VI cards) - Replace uint32_t and uint64_t with __u32 and __u64 respectively in kfd_ioctl.h Thanks, Oded

Re: [PATCH 00/13] mmu_notifier kill invalidate_page callback v2

2017-09-02 Thread Andrea Arcangeli
On Thu, Aug 31, 2017 at 05:17:25PM -0400, Jerome Glisse wrote: > Jérôme Glisse (13): > dax: update to new mmu_notifier semantic > mm/rmap: update to new mmu_notifier semantic > powerpc/powernv: update to new mmu_notifier semantic > drm/amdgpu: update to new mmu_notifier semantic >

Re: [PATCH 1/6] drm/fb-helper: Avoid NULL ptr dereference in fb_set_suspend()

2017-09-02 Thread Noralf Trønnes
Den 31.08.2017 11.30, skrev Laurent Pinchart: Hello, On Tuesday, 29 August 2017 00:34:57 EEST Daniel Vetter wrote: On Mon, Aug 28, 2017 at 07:17:43PM +0200, Noralf Trønnes wrote: drm_fb_helper_resume_worker() uses fb_helper->fbdev to call fb_set_suspend() which dereferences the pointer. Move

Re: [PATCH v3 17/22] drm/stm: Use drm_gem_fb_create()

2017-09-02 Thread Noralf Trønnes
Den 01.09.2017 13.28, skrev Philippe CORNU: Hi Noralf, Many thanks for your patchset (and sorry for this late reply due to summer holidays :-), On 08/13/2017 03:32 PM, Noralf Trønnes wrote: drm_fb_cma_create() is just a wrapper around drm_gem_fb_create() now, so use the function directly.

Re: [PATCH v3 1/2] drm/gem: drm_gem_dumb_map_offset(): reject dma-buf

2017-09-02 Thread Noralf Trønnes
Den 18.08.2017 18.13, skrev Noralf Trønnes: (cc affected parties) Den 18.08.2017 09.46, skrev Daniel Vetter: On Thu, Aug 17, 2017 at 06:21:30PM +0200, Noralf Trønnes wrote: Reject mapping an imported dma-buf since is's an invalid use-case. Cc: Philipp Zabel Cc:

Re: [PATCH v3 04/22] drm/arc: Use drm_gem_fb_create()

2017-09-02 Thread Noralf Trønnes
Den 28.08.2017 13.36, skrev Alexey Brodkin: Hi Noralf, -Original Message- From: Noralf Trønnes [mailto:nor...@tronnes.org] Sent: Sunday, August 13, 2017 4:32 PM To: dri-devel@lists.freedesktop.org Cc: daniel.vet...@ffwll.ch; alexey.brod...@synopsys.com; alison.w...@freescale.com;

Re: [PATCH] drm/amdkfd: remove memset before memcpy

2017-09-02 Thread Oded Gabbay
On Tue, Aug 29, 2017 at 10:03 PM, Himanshu Jha wrote: > calling memcpy immediately after memset with the same region of memory > makes memset redundant. > > Signed-off-by: Himanshu Jha > --- >

Re: [PATCH v06 36/36] uapi linux/kfd_ioctl.h: use __u32 and __u64 instead of uint32_t and uint64_t

2017-09-02 Thread Oded Gabbay
On Mon, Aug 7, 2017 at 6:01 PM, Arnd Bergmann wrote: > On Sun, Aug 6, 2017 at 6:44 PM, Mikko Rapeli wrote: >> Include instead of which on Linux includes >> and on non-Linux platforms defines __u32 etc types. >> >> Fixes user space compilation errors like:

[Bug 102517] System hang/freeze Helium Rain

2017-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102517 Bug ID: 102517 Summary: System hang/freeze Helium Rain Product: Mesa Version: 17.1 Hardware: x86-64 (AMD64) OS: other Status: NEW Severity: major

[PATCH v8 0/3] Add support Rockchip Soc LVDS

2017-09-02 Thread Sandy Huang
this patches add support Rockchip RK3288 LVDS support, based on patches from Mark yao[0] and Heiko Stuebner[1]. [0]: https://github.com/RockchipOpensourceCommunity/popmetal-kernel-3.14 [1]: http://lists.infradead.org/pipermail/linux-rockchip/2015-April/002830.html Changes: - Update

[PATCH v8 1/3] dt-bindings: display: Add Document for Rockchip Soc LVDS

2017-09-02 Thread Sandy Huang
This patch add Document for Rockchip Soc RK3288 LVDS, This based on the patches from Mark yao and Heiko Stuebner. Signed-off-by: Mark yao Signed-off-by: Heiko Stuebner Signed-off-by: Sandy Huang --- Change the Signed-off order

[PATCH v8 3/3] drm/rockchip: Add support for Rockchip Soc LVDS

2017-09-02 Thread Sandy Huang
This adds support for Rockchip soc lvds found on rk3288 Based on the patches from Mark yao and Heiko Stuebner. Signed-off-by: Mark Yao Signed-off-by: Heiko Stuebner Signed-off-by: Sandy Huang --- Change the Signed-off order

[Bug 102500] [polaris10][amd-staging-4.12] GPU fault detected, somethimes lockup

2017-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102500 --- Comment #8 from Arek Ruśniak --- Something wrong happened in my build environment or i've got just luck with earlier test.There's no fix. "GPU fault detected" still happenning. sorry for inconvinient -- You are

[Bug 102500] [polaris10][amd-staging-4.12] GPU fault detected, somethimes lockup

2017-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102500 --- Comment #7 from Christian König --- Does patch "drm/amdgpu: fix moved list handling in the VM" fix the issue? -- You are receiving this mail because: You are the assignee for the

[Bug 102500] [polaris10][amd-staging-4.12] GPU fault detected, somethimes lockup

2017-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102500 --- Comment #6 from Arek Ruśniak --- Today's build is fine. There's no vm-fault anymore. Thx for fix. Dieter could you confirm that for staging-next tree? -- You are receiving this mail because: You are the assignee for