FYI: Linux 4.1.27: WARNING: CPU: 0 PID: 1690 at ../drivers/gpu/drm/drm_irq.c:1141

2016-07-25 Thread Matwey V. Kornilov
Please find additional related information (including dmesg, hwinfo dumps) in SUSE bigzilla: https://bugzilla.suse.com/show_bug.cgi?id=989501 -- With best regards, Matwey V. Kornilov http://blog.matwey.name xmpp://0x2207 at jabber.ru

exynos-drm registration: infinite loop

2014-11-06 Thread Matwey V. Kornilov
2014-11-06 11:45 GMT+03:00 Inki Dae : > On 2014년 11월 06일 17:03, Andrzej Hajda wrote: >> On 11/06/2014 07:23 AM, Inki Dae wrote: >>> On 2014년 11월 05일 23:38, Thierry Reding wrote: >>>> On Tue, Nov 04, 2014 at 09:18:46PM +0400, Matwey V. Kornilov wrote: &g

exynos-drm registration: infinite loop

2014-11-05 Thread Matwey V. Kornilov
2014-11-05 17:38 GMT+03:00 Thierry Reding : > On Tue, Nov 04, 2014 at 09:18:46PM +0400, Matwey V. Kornilov wrote: >> Hi, >> >> I run 3.18-rc3 kernel on BeagleBone Black. It doesn't have Exynos DRM >> of course, but I run multi-platform kernel where CONFIG_DRM_EXYNO

exynos-drm registration: infinite loop

2014-11-04 Thread Matwey V. Kornilov
Hi, I run 3.18-rc3 kernel on BeagleBone Black. It doesn't have Exynos DRM of course, but I run multi-platform kernel where CONFIG_DRM_EXYNOS is set to 'y'. The issue here is that the platform probe/init goes to infinite loop as the following: [5.717343] platform exynos-drm: Driver exynos-drm

[PATCHv2 2/2] gpu: drm: omapdrm: Change struct pat data_pa type to dma_addr_t

2014-07-25 Thread Matwey V. Kornilov
From: "Matwey V. Kornilov" The single one use-case for data_pa member of the struct pat is to carry a value of dma_addr_t type. This patch solves the following compilation error: ../drivers/gpu/drm/omapdrm/omap_dmm_tiler.c: In function 'dmm_txn_append': ../dri

[PATCHv2 1/2] gpu: drm: omapdrm: Use %pad format for values of the dma_addr_t type

2014-07-25 Thread Matwey V. Kornilov
From: "Matwey V. Kornilov" The format change is to fix the following compilation issue: ../drivers/gpu/drm/omapdrm/omap_plane.c: In function 'omap_plane_pre_apply': ../drivers/gpu/drm/omapdrm/omap_plane.c:145:2: error: format '%x' expects argument of type 

[PATCH] gpu: drm: msm: Replace type of paddr to uint32_t.

2014-06-04 Thread Matwey V. Kornilov
>From e7147352639fd8f92b1cc85cff9bc5046c7a2130 Mon Sep 17 00:00:00 2001 From: "Matwey V. Kornilov" Date: Mon, 2 Jun 2014 20:17:29 +0400 Subject: [PATCH] Replace type of paddr to uint32_t. This patch helps to avoid the following build issue: drivers/gpu/drm/msm/msm_fbdev.c:108:2: e