Re: [PATCH v2] drm: mediatek: change the variable type of rdma threshold

2017-05-21 Thread CK Hu
Hi, Bibby: One comment inline. On Fri, 2017-05-19 at 17:57 +0800, Bibby Hsieh wrote: > For some greater resolution, the rdma threshold > variable will overflow. > > Signed-off-by: Bibby Hsieh > --- > drivers/gpu/drm/mediatek/mtk_disp_rdma.c | 7 --- > 1 file

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

2017-05-21 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=194761 --- Comment #12 from flora@amd.com --- https://cgit.freedesktop.org/~agd5f/linux/log/?h=amd-staging-4.11 I didn't check the commits. The commits in #commit1 should work. -- You are receiving this mail because: You are watching the assignee

[Bug 99784] AMD 7470m When VGA plugged into laptop, only one monitor working at a time

2017-05-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99784 --- Comment #14 from Valeriu Balaban --- Created attachment 131429 --> https://bugs.freedesktop.org/attachment.cgi?id=131429=edit Output of xrandr and dmesg I have the same issue on Ubuntu 16.04 LTS with Mate desktop that

[Bug 99859] Glamor Crashes on big endian Hardware

2017-05-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99859 Michel Dänzer changed: What|Removed |Added Product|xorg|Mesa

[Bug 97590] Fury X (Fiji) LEDs do not reflect GPU load

2017-05-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97590 Michel Dänzer changed: What|Removed |Added Resolution|--- |FIXED

[Bug 101029] notebook does not work when not booted using nomodeset AMD APU

2017-05-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101029 --- Comment #24 from Michel Dänzer --- You can follow the review of the latest patch revision at https://patchwork.freedesktop.org/patch/157327/ We will resolve this bug report when the fix has landed in Linus' tree. --

[PATCH] gpu: ipu-v3: vdic: include AUTO field order bit in ipu_vdi_set_field_order

2017-05-21 Thread Steve Longerbeam
The field order selection in VDIC_C register uses different bits depending on whether the VDIC is receiving from a CSI ("AUTO") or from memory ("MAN"). Since the VDIC cannot receive from both CSI and memory at the same time, set or clear both field order bits to cover both cases. Signed-off-by:

[PATCH 1/1] gpu: drm: tc35876x: move header file out of I2C realm

2017-05-21 Thread Wolfram Sang
include/linux/i2c is not for client devices. Move the header file to a more appropriate location. Signed-off-by: Wolfram Sang --- arch/x86/platform/intel-mid/device_libs/platform_tc35876x.c | 2 +- drivers/gpu/drm/gma500/tc35876x-dsi-lvds.c | 2 +-

[PATCH 0/1] gpu: move include files out of include/linux/i2c

2017-05-21 Thread Wolfram Sang
It doesn't make sense to use include/linux/i2c for client drivers which may in fact rather be hwmon or input or whatever devices. As a result, I want to deprecate include/linux/i2c for good. This series moves the include files to a better location, largely include/linux/platform_data because that

[PATCH] drm: remove NULL pointer check for clk_disable_unprepare

2017-05-21 Thread Masahiro Yamada
After long term efforts of fixing non-common clock implementations, clk_disable() is a no-op for a NULL pointer input, and this is now tree-wide consistent. All clock consumers can safely call clk_disable(_unprepare) without NULL pointer check. Signed-off-by: Masahiro Yamada

Re: [PATCH] drm/radeon: Fix oops upon driver load on PowerXpress laptops

2017-05-21 Thread Nicolai Stange
On Thu, May 18 2017, Lukas Wunner wrote: > Reported-by: Nicolai Stange > Fixes: 7ffb0ce31cf9 ("drm/radeon: Don't register Thunderbolt eGPU with > vga_switcheroo") > Signed-off-by: Lukas Wunner > --- > > Awaiting a Tested-by: from Nicolai, but it's clear

Re: [linux-sunxi] Re: [RFC PATCH 07/11] drm: sun4i: add support for the TV encoder in H3 SoC

2017-05-21 Thread Chen-Yu Tsai
On Sat, May 20, 2017 at 2:23 AM, Jernej Škrabec wrote: > Hi, > > Dne petek, 19. maj 2017 ob 20:08:18 CEST je Icenowy Zheng napisal(a): >> 于 2017年5月20日 GMT+08:00 上午2:03:30, Maxime Ripard electrons.com> 写到: >> >On Thu, May 18, 2017 at 12:43:50AM

Re: [PATCH] drm/stm: add COMPILE_TEST to Kconfig (fwd)

2017-05-21 Thread Masahiro Yamada
Hi Philippe, 2017-05-19 21:17 GMT+09:00 Philippe CORNU : > > > On 05/19/2017 09:49 AM, Julia Lawall wrote: >> On line 466, the preceeding comment suggests that the second constant >> should start with VS rather than HS again. >> >> julia >> >> -- Forwarded message

[PATCH -next] drm/vgem: Fix return value check in vgem_init()

2017-05-21 Thread Wei Yongjun
From: Wei Yongjun In case of error, the function platform_device_register_simple() returns ERR_PTR() and never returns NULL. The NULL test in the return value check should be replaced with IS_ERR(). Fixes: 315f0242aa2b ("drm/vgem: Convert to a struct drm_device

Re: [PATCH] drm: remove NULL pointer check for clk_disable_unprepare

2017-05-21 Thread Masahiro Yamada
2017-05-21 2:58 GMT+09:00 Masahiro Yamada : > After long term efforts of fixing non-common clock implementations, > clk_disable() is a no-op for a NULL pointer input, and this is now > tree-wide consistent. > > All clock consumers can safely call

[PATCH -next] drm/pl111: Fix return value check in pl111_amba_probe()

2017-05-21 Thread Wei Yongjun
From: Wei Yongjun In case of error, the function devm_ioremap_resource() returns ERR_PTR() and never returns NULL. The NULL test in the return value check should be replaced with IS_ERR(). Fixes: bed41005e617 ("drm/pl111: Initial drm/kms driver for pl111") Signed-off-by:

[PATCH libdrm] Android's major/minor/makedev live in

2017-05-21 Thread enh
Bug: https://github.com/android-ndk/ndk/issues/398 --- Android.common.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.common.mk b/Android.common.mk index 35c0f02c..b45ca10f 100644 --- a/Android.common.mk +++ b/Android.common.mk @@ -1,5 +1,6 @@ # XXX: Consider moving these to

drm: Primary display is recognized as secondary display

2017-05-21 Thread Hisao Tanabe
DELL 27-inch display is connected to ThinkPad 250 via DisplayPort cable, and DELL 27-inch display is used as primary display. After upgrade kernel from 4.10 to 4.11, the DELL 27-inch display is now recognized as a secondary display. Below is the result of git bisection. The same issue also

Re: [Bug 107381] radeon VCE init error (-110) -- AMD/Intel Mars Hybrid Graphics

2017-05-21 Thread mesut kılıc
iPhone'umdan gönderildi ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel

[PATCH] drm/i915/gvt: remove redundant -Wall

2017-05-21 Thread Nick Desaulniers
This flag is already set in the top level Makefile of the kernel. Also, by having set CONFIG_DRM_I915_GVT, thereby appending -Wall to ccflags, you undo all the -Wno-* cflags previously set in the Make variable KBUILD_CFLAGS. For example: cc foo.c -Wall -Wno-format -Wall resets -Wformat.

Re: [linux-sunxi] Re: [RFC PATCH 01/11] dt-bindings: update the binding for Allwinner H3 TVE support

2017-05-21 Thread Chen-Yu Tsai
On Sat, May 20, 2017 at 2:06 AM, Icenowy Zheng wrote: > > > 于 2017年5月20日 GMT+08:00 上午2:02:15, Maxime Ripard > 写到: >>On Thu, May 18, 2017 at 12:43:44AM +0800, Icenowy Zheng wrote: >>> -On SoCs other than the A33 and V3s, there is one more clock

[PATCH] drm/i915: mark wait_for_engine() __maybe_unused

2017-05-21 Thread Nick Desaulniers
This solves a warning when compiling the driver with Clang, -Werror enabled, and CONFIG_DRM_I915_DEBUG_GEM unset, since Clang warns that: drivers/gpu/drm/i915/i915_gem.c:3274:12: error: function 'wait_for_engine' is not needed and will not be emitted

[Bug 101029] notebook does not work when not booted using nomodeset AMD APU

2017-05-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101029 --- Comment #23 from Craig --- I can now confirm that the kernel patch fixes my problem. How can I keep in the loop as to when this is applied in the kernel? very eager to see this make its way in so that I can upgrade my

Re: [PATCH -next] drm/vgem: Fix return value check in vgem_init()

2017-05-21 Thread Chris Wilson
On Sun, May 21, 2017 at 01:19:39AM +, Wei Yongjun wrote: > From: Wei Yongjun > > In case of error, the function platform_device_register_simple() returns > ERR_PTR() and never returns NULL. The NULL test in the return value > check should be replaced with IS_ERR(). >

[Bug 100306] System randomly freezes or crashes to the login screen, glitches until rebooted

2017-05-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100306 --- Comment #24 from MirceaKitsune --- More info after the latest crash: In ~/.config/kwinrc I tried setting GLCore=false and GLColorCorrection=false, however none of these seem to affect the problem