[Bug 106639] System display has noise when amdgpu module is being loaded

2018-05-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106639 --- Comment #4 from jian-h...@endlessm.com --- Created attachment 139809 --> https://bugs.freedesktop.org/attachment.cgi?id=139809&action=edit dmesg of trying commit b8f3439fa5358ac84d29fa2f4afa115500dec74c Here is the full dmesg of trying the

[Bug 106639] System display has noise when amdgpu module is being loaded

2018-05-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106639 --- Comment #3 from jian-h...@endlessm.com --- Created attachment 139808 --> https://bugs.freedesktop.org/attachment.cgi?id=139808&action=edit Here is the video of the noise, watch the bottom of the screen Thanks for the suggestion from Michel

[Bug 106517] IGT commit rights

2018-05-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106517 --- Comment #5 from Martin Peres --- (In reply to Dhinakaran Pandiyan from comment #4) > (In reply to arkadiusz.hi...@intel.com from comment #3) > > Hey, > > > > Is this request for an freedesktop account at the same time? Because you > > need

[PATCH v4 9/9] drm/mediatek: Add support for mediatek SOC MT2712

2018-05-27 Thread Stu Hsieh
This patch add support for the Mediatek MT2712 DISP subsystem. There are two OVL engine and three disp output in MT2712. Signed-off-by: Stu Hsieh --- drivers/gpu/drm/mediatek/mtk_drm_ddp.c | 39 ++ drivers/gpu/drm/mediatek/mtk_drm_drv.c | 38 ++

[PATCH v4 2/9] drm/mediatek: support maximum 64 mutex mod

2018-05-27 Thread Stu Hsieh
This patch support that if modules more than 32, add index more than 31 when using DISP_REG_MUTEX_MOD2 bit Signed-off-by: Stu Hsieh Reviewed-by: CK Hu --- drivers/gpu/drm/mediatek/mtk_drm_ddp.c | 75 +- 1 file changed, 47 insertions(+), 28 deletions(-) diff --gi

[PATCH v4 1/9] drm/mediatek: update dt-bindings for mt2712

2018-05-27 Thread Stu Hsieh
Update device tree binding documentation for the display subsystem for Mediatek MT2712 SoCs. Signed-off-by: Stu Hsieh Acked-by: CK Hu --- Documentation/devicetree/bindings/display/mediatek/mediatek,disp.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devic

[PATCH v4 8/9] drm/mediatek: add third ddp path

2018-05-27 Thread Stu Hsieh
This patch create third crtc by third ddp path Signed-off-by: Stu Hsieh --- drivers/gpu/drm/mediatek/mtk_drm_crtc.c | 3 +++ drivers/gpu/drm/mediatek/mtk_drm_drv.c | 5 + drivers/gpu/drm/mediatek/mtk_drm_drv.h | 7 +-- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/dri

[PATCH v4 7/9] drm/mediatek: add connection from OD1 to RDMA1

2018-05-27 Thread Stu Hsieh
This patch add the connection from OD1 to RDMA1 for ext path. Signed-off-by: Stu Hsieh --- drivers/gpu/drm/mediatek/mtk_drm_ddp.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/gpu/drm/mediatek/mtk_drm_ddp.c b/drivers/gpu/drm/mediatek/mtk_drm_ddp.c index 58e44349e315..8bfc0debd

[PATCH v4 6/9] drm/mediatek: add ddp component PWM2

2018-05-27 Thread Stu Hsieh
This patch add component PWM2 Signed-off-by: Stu Hsieh --- drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c | 1 + drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.h | 1 + 2 files changed, 2 insertions(+) diff --git a/drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c b/drivers/gpu/drm/mediatek/mtk_drm_ddp_comp

[PATCH v4 3/9] drm/mediatek: add ddp component AAL1

2018-05-27 Thread Stu Hsieh
This patch add component AAL1 and rename AAL to AAL0 Signed-off-by: Stu Hsieh --- drivers/gpu/drm/mediatek/mtk_drm_ddp.c | 2 +- drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c | 3 ++- drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.h | 3 ++- drivers/gpu/drm/mediatek/mtk_drm_drv.c | 2 +- 4 fi

[PATCH v4 4/9] drm/mediatek: add ddp component OD1

2018-05-27 Thread Stu Hsieh
This patch add the component OD1 and rename the OD to OD1 Signed-off-by: Stu Hsieh --- drivers/gpu/drm/mediatek/mtk_drm_ddp.c | 4 ++-- drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c | 3 ++- drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.h | 3 ++- drivers/gpu/drm/mediatek/mtk_drm_drv.c | 2 +

[PATCH v4 0/9] Add support for mediatek SOC MT2712

2018-05-27 Thread Stu Hsieh
This patch add support for the Mediatek MT2712 DISP subsystem. MT2712 is base on MT8173, there are some difference as following: MT2712 support three disp output(two ovl and one rdma) Change in v4: - Move some modification about AAL1 from patch "Add support for mediatek SOC MT2712" to "add ddp

[PATCH v4 5/9] drm/mediatek: add ddp component PWM1

2018-05-27 Thread Stu Hsieh
This patch add component PWM1 in mtk_ddp_matches Signed-off-by: Stu Hsieh --- drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c b/drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c index 87acf6be87f6..a5c7ac2d162

Re: [PATCH v3 8/8] drm/mediatek: add third ddp path

2018-05-27 Thread CK Hu
Hi, Stu: On Mon, 2018-05-28 at 10:26 +0800, Stu Hsieh wrote: > Hi, CK: > I've some idea as below. > > On Fri, 2018-05-25 at 13:00 +0800, CK Hu wrote: > > Hi, Stu: > > > > On Fri, 2018-05-25 at 10:34 +0800, stu.hs...@mediatek.com wrote: > > > From: Stu Hsieh > > > > > > This patch create third

Re: [RFC] Getting OpenChrome DRM mainlined into Linux kernel tree

2018-05-27 Thread Dave Airlie
On 28 May 2018 at 11:28, Kevin Brace wrote: > Hi, > > I work on developing OpenChrome graphics stack for VIA Technologies Chrome > integrated graphics. > I am looking to get OpenChrome DRM pulled into the Linux kernel tree in the > near future. > This is not a pull request. > The code not quite

Re: [PATCH v3 8/8] drm/mediatek: add third ddp path

2018-05-27 Thread Stu Hsieh
Hi, CK: I've some idea as below. On Fri, 2018-05-25 at 13:00 +0800, CK Hu wrote: > Hi, Stu: > > On Fri, 2018-05-25 at 10:34 +0800, stu.hs...@mediatek.com wrote: > > From: Stu Hsieh > > > > This patch create third crtc by third ddp path > > > > Apply this patch before the patch 'Add support fo

Re: [Nouveau] [PATCH][next] drm/nouveau/disp: avoid potential overflow on shift of int value

2018-05-27 Thread Ilia Mirkin
On Sun, May 27, 2018 at 5:54 PM, Colin King wrote: > From: Colin Ian King > > The constant values being shifted are 32 bit integers and may potentially > overflow on the shift. Avoid this potential overflow by making them > unsigned long long values before the shift. > > Detected by CoverityScan

[RFC] Getting OpenChrome DRM mainlined into Linux kernel tree

2018-05-27 Thread Kevin Brace
Hi, I work on developing OpenChrome graphics stack for VIA Technologies Chrome integrated graphics. I am looking to get OpenChrome DRM pulled into the Linux kernel tree in the near future. This is not a pull request. The code not quite ready for that, but I will like to start orienting my devel

Re: [radeon-alex:drm-next-4.18-wip 44/78] drivers/gpu/drm/amd/amdgpu/soc15.c:680:3-24: duplicated argument to & or | (fwd)

2018-05-27 Thread Quan, Evan
Thanks Julia. It's a typo. And a patch had been sent out to fix it. Regards, Evan From: Julia Lawall Sent: Saturday, May 19, 2018 4:50:04 AM To: Quan, Evan Cc: Deucher, Alexander; dri-devel@lists.freedesktop.org; kbuild-...@01.org; Koenig, Christian; Huang,

[PATCH][next] drm/nouveau/disp: avoid potential overflow on shift of int value

2018-05-27 Thread Colin King
From: Colin Ian King The constant values being shifted are 32 bit integers and may potentially overflow on the shift. Avoid this potential overflow by making them unsigned long long values before the shift. Detected by CoverityScan, CID#1469383, 1469400 ("Unintentional integer overflow") Signe

[PATCH][next] drm/i2c: tda9950: fix timeout counter check

2018-05-27 Thread Colin King
From: Colin Ian King Currently the check to see if the timeout has reached zero is incorrect and the check is instead checking if the timeout is non-zero and not zero, hence it will break out of the loop on the first iteration and the msleep is never executed. Fix this by breaking from the loop

[Bug 106430] GPU hang when played video with acceleration (vaapi)

2018-05-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106430 --- Comment #6 from mikhail.v.gavri...@gmail.com --- Strange mce messages returned again with kernel 4.17.0-0.rc6.git3.1.fc29.x86_64 $ dmesg | grep mce [0.027300] mce: CPU supports 9 MCE banks [0.058829] mce: [Hardware Error]: Machine ch

[Bug 106430] GPU hang when played video with acceleration (vaapi)

2018-05-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106430 --- Comment #7 from mikhail.v.gavri...@gmail.com --- Created attachment 139798 --> https://bugs.freedesktop.org/attachment.cgi?id=139798&action=edit dmesg -- You are receiving this mail because: You are the assignee for the bug.__

Re: [PATCH v2 4/4] drm/tinydrm: new driver for ILI9341 display panels

2018-05-27 Thread kbuild test robot
-Lechner/drm-tinydrm-new-dirver-for-ILI9341-displays/20180527-182036 reproduce: # apt-get install sparse make ARCH=x86_64 allmodconfig make C=1 CF=-D__CHECK_ENDIAN__ sparse warnings: (new ones prefixed by >>) drivers/gpu/drm/tinydrm/ili9341.c:128:30: sparse: to

Re: [PATCH 3/3] drm/msm: re-factor devfreq code

2018-05-27 Thread kbuild test robot
/Sharat-Masetty/drm-msm-re-factor-devfreq-common-code/20180527-191724 base: git://people.freedesktop.org/~robclark/linux msm-next config: arm-multi_v7_defconfig (attached as .config) compiler: arm-linux-gnueabi-gcc (Debian 7.2.0-11) 7.2.0 reproduce: wget https://raw.githubusercontent.com

Re: [PATCH v2 4/4] drm/tinydrm: new driver for ILI9341 display panels

2018-05-27 Thread kbuild test robot
/drm-tinydrm-new-dirver-for-ILI9341-displays/20180527-182036 config: ia64-allmodconfig (attached as .config) compiler: ia64-linux-gcc (GCC) 8.1.0 reproduce: wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross

Re: [PATCH v2 4/4] drm/tinydrm: new driver for ILI9341 display panels

2018-05-27 Thread kbuild test robot
/drm-tinydrm-new-dirver-for-ILI9341-displays/20180527-182036 config: i386-allmodconfig (attached as .config) compiler: gcc-7 (Debian 7.3.0-16) 7.3.0 reproduce: # save the attached .config to linux build tree make ARCH=i386 All errors (new ones prefixed by >>): drivers/g

[RFC PATCH v2 2/2] drm/tegra: plane: Implement generic colorkey property for older Tegra's

2018-05-27 Thread Dmitry Osipenko
Color keying allows to draw on top of overlapping planes, like for example on top of a video plane. Older Tegra's have a limited color keying capability, such that blending features are reduced when color keying is enabled. In particular dependent weighting isn't possible, meaning that cursors plan

Re: [RFC PATCH v2 1/2] drm: Add generic colorkey properties

2018-05-27 Thread Dmitry Osipenko
On 26.05.2018 19:18, Laurent Pinchart wrote: > On Saturday, 26 May 2018 19:16:54 EEST Laurent Pinchart wrote: >> Hi Dimitri, > > And sorry for the spelling mistake :-/ That's also a kinda correct spelling. No worries ;) ___ dri-devel mailing list dri-de

Re: [PATCH] drm/rockchip: vop: fix irq disabled after vop driver probed

2018-05-27 Thread Marc Zyngier
[Thanks Robin for pointing me to that patch.] Hi Heiko, On 24/05/18 23:06, Heiko Stübner wrote: > From: Sandy Huang > > The vop irq is shared between vop and iommu and irq probing in the > iommu driver moved to the probe function recently. This can in some > cases lead to a stall if the irq is

Re: [RFC PATCH v2 1/2] drm: Add generic colorkey properties

2018-05-27 Thread Dmitry Osipenko
On 26.05.2018 19:16, Laurent Pinchart wrote: > Hi Dimitri, > > Thank you for the patch. > > I'll review this in details, but as this patch is based on the "[PATCH/RFC > 1/4] drm: Add colorkey properties" patch I've submitted, please retain the > authorship, both in the Signed-off-by line, and i

[PATCH v3] gpu: drm: gma500: Change return type to vm_fault_t

2018-05-27 Thread Souptick Joarder
Use new return type vm_fault_t for fault handler. For now, this is just documenting that the function returns a VM_FAULT value rather than an errno. Once all instances are converted, vm_fault_t will become a distinct type. Ref-> commit 1c8f422059ae ("mm: change return type to vm_fault_t") Previou

Re: [PATCH v2] gpu: drm: gma500: Change return type to vm_fault_t

2018-05-27 Thread Souptick Joarder
On Sat, May 26, 2018 at 8:11 AM, kbuild test robot wrote: > Hi Souptick, > > Thank you for the patch! Perhaps something to improve: > > [auto build test WARNING on drm/drm-next] > [also build test WARNING on v4.17-rc6] > [if your patch is applied to the wrong git tree, please drop us a note to >

[RFC PATCH v2 0/2] Implement standard color keying properties for DRM planes

2018-05-27 Thread Dmitry Osipenko
Hello, DRM maintainers! Laurent Pinchart kindly agreed to allow me to pick up his work on the generic colorkey DRM plane property [0]. I've reworked the original patch a tad, hopefully making it flexible enough to cover various HW capabilities. Changes I've made: - Some code clean up and

[RFC PATCH v2 1/2] drm: Add generic colorkey properties

2018-05-27 Thread Dmitry Osipenko
Color keying is the action of replacing pixels matching a given color (or range of colors) with transparent pixels in an overlay when performing blitting. Depending on the hardware capabilities, the matching pixel can either become fully transparent or gain adjustment of the pixels component values