[radeon agp] add blacklist for thinkpad T40p

2015-11-28 Thread Pavel Machek
Thinkpad T40p needs agpmode 1. Signed-off-by: Pavel Machek diff --git a/drivers/gpu/drm/radeon/radeon_agp.c b/drivers/gpu/drm/radeon/radeon_agp.c index fe994aa..c77d349 100644 --- a/drivers/gpu/drm/radeon/radeon_agp.c +++ b/drivers/gpu/drm/radeon/radeon_agp.c @@ -54,6 +54,9 @@ static struct ra

[radeon r100] when ring test fails, provide users with option to test

2015-11-28 Thread Pavel Machek
Ring test failure is often caused by too high agpmode. Tell the user what to try. Signed-off-by: Pavel Machek diff --git a/drivers/gpu/drm/radeon/r100.c b/drivers/gpu/drm/radeon/r100.c index 238b13f..32b1917 100644 --- a/drivers/gpu/drm/radeon/r100.c +++ b/drivers/gpu/drm/radeon/r100.c @@ -3665

[Bug 86320] Monitor on DisplayPort doesn't wake up

2015-11-28 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20151128/6dfe7508/attachment.html>

[PATCH v2 10/10] drm/hisilicon: Add support for external bridge

2015-11-28 Thread Xinliang Liu
Add support for external HDMI bridge. Signed-off-by: Xinliang Liu Signed-off-by: Xinwei Kong Signed-off-by: Andy Green --- drivers/gpu/drm/hisilicon/hisi_drm_dsi.c | 51 1 file changed, 51 insertions(+) diff --git a/drivers/gpu/drm/hisilicon/hisi_drm_dsi.c b/

[PATCH v2 09/10] drm/hisilicon: Add dsi host driver

2015-11-28 Thread Xinliang Liu
Add dsi host driver for hi6220 SoC. Signed-off-by: Xinliang Liu Signed-off-by: Xinwei Kong Signed-off-by: Andy Green --- drivers/gpu/drm/hisilicon/hisi_drm_dsi.c | 50 1 file changed, 50 insertions(+) diff --git a/drivers/gpu/drm/hisilicon/hisi_drm_dsi.c b/dr

[PATCH v2 08/10] drm/hisilicon: Add dsi encoder driver

2015-11-28 Thread Xinliang Liu
Add dsi encoder driver for hi6220 SoC. Signed-off-by: Xinliang Liu Signed-off-by: Xinwei Kong Signed-off-by: Andy Green --- drivers/gpu/drm/hisilicon/Kconfig| 1 + drivers/gpu/drm/hisilicon/Makefile | 3 +- drivers/gpu/drm/hisilicon/hisi_drm_dsi.c | 728 ++

[PATCH v2 07/10] drm/hisilicon: Add cma fbdev and hotplug

2015-11-28 Thread Xinliang Liu
Add cma Fbdev, Fbdev is legency and optional, you can enable/disable it by configuring DRM_FBDEV_EMULATION. Add hotplug. Signed-off-by: Xinliang Liu Signed-off-by: Xinwei Kong Signed-off-by: Andy Green --- drivers/gpu/drm/hisilicon/hisi_drm_drv.c | 34 drivers/

[PATCH v2 06/10] drm/hisilicon: Add vblank feature

2015-11-28 Thread Xinliang Liu
Add vblank handle for ADE. Signed-off-by: Xinliang Liu Signed-off-by: Xinwei Kong Signed-off-by: Andy Green --- drivers/gpu/drm/hisilicon/hisi_drm_ade.c | 78 drivers/gpu/drm/hisilicon/hisi_drm_ade.h | 16 +++ drivers/gpu/drm/hisilicon/hisi_drm_drv.c | 19 +

[PATCH v2 05/10] drm/hisilicon: Add plane funcs for ADE

2015-11-28 Thread Xinliang Liu
Add plane funcs and helper funcs for ADE. Signed-off-by: Xinliang Liu Signed-off-by: Xinwei Kong Signed-off-by: Andy Green --- drivers/gpu/drm/hisilicon/hisi_drm_ade.c | 479 +++ 1 file changed, 479 insertions(+) diff --git a/drivers/gpu/drm/hisilicon/hisi_drm_ade.

[PATCH v2 04/10] drm/hisilicon: Add crtc funcs for ADE

2015-11-28 Thread Xinliang Liu
Add crtc funcs and helper funcs for ADE. Signed-off-by: Xinliang Liu Signed-off-by: Xinwei Kong Signed-off-by: Andy Green --- drivers/gpu/drm/hisilicon/Makefile | 3 +- drivers/gpu/drm/hisilicon/hisi_ade_reg.h | 490 + drivers/gpu/drm/hisilicon/hisi_drm_ade.

[PATCH v2 03/10] drm/hisilicon: Add hisilicon DRM master driver

2015-11-28 Thread Xinliang Liu
Add DRM master driver for hi6220 SoC which used in HiKey board. Add dumb buffer feature. Add prime dmabuf feature. Signed-off-by: Xinliang Liu Signed-off-by: Xinwei Kong Signed-off-by: Andy Green --- drivers/gpu/drm/Kconfig | 2 + drivers/gpu/drm/Makefile |

[PATCH v2 02/10] drm/hisilicon: Add DT binding docs for hi6220 display subsystem

2015-11-28 Thread Xinliang Liu
Add the device tree binding documentation for hi6220 SoC display subsystem. drm master device binding doc. ADE display controller binding doc. DSI controller binding doc. Signed-off-by: Xinliang Liu Signed-off-by: Xinwei Kong Signed-off-by: Andy Green --- .../bindings/display/hisilicon/hisi-ad

[PATCH v2 01/10] arm64: dts: hisilicon: Add display subsystem DT nodes for hi6220

2015-11-28 Thread Xinliang Liu
Add ade, dsi and adv7533 DT nodes for hikey board. Signed-off-by: Xinliang Liu Signed-off-by: Xinwei Kong Signed-off-by: Andy Green --- arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts | 21 arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 44 ++ 2 files chan

[PATCH v2 00/10] Add New DRM Driver for HiSilicon hi6220 SoC

2015-11-28 Thread Xinliang Liu
This patch set adds a new drm driver for HiSilicon hi6220 SoC. Current testing and support board is Hikey board which is one of Linaro 96boards. It is an arm64 open source board. For more information about this board, please access https://www.96boards.org. Hardware Detail --- The

[PATCH v2 04/10] drm/hisilicon: Add crtc funcs for ADE

2015-11-28 Thread Emil Velikov
use_maskOn 28 November 2015 at 10:38, Xinliang Liu wrote: > Add crtc funcs and helper funcs for ADE. > > Signed-off-by: Xinliang Liu > Signed-off-by: Xinwei Kong > Signed-off-by: Andy Green > --- > --- /dev/null > +++ b/drivers/gpu/drm/hisilicon/hisi_ade_reg.h > +#define ADE_CTRL

[PATCH v2 03/10] drm/hisilicon: Add hisilicon DRM master driver

2015-11-28 Thread Emil Velikov
Hi Xinliang, On 28 November 2015 at 10:38, Xinliang Liu wrote: > Add DRM master driver for hi6220 SoC which used in HiKey board. > Add dumb buffer feature. > Add prime dmabuf feature. > > Signed-off-by: Xinliang Liu > Signed-off-by: Xinwei Kong > Signed-off-by: Andy Green Your s-o-b should be

[Bug 93147] [regression bisected] Stuttering in games caused by commit 4dfd6486 "drm: Use vblank timestamps to guesstimate how many vblanks were missed"

2015-11-28 Thread bugzilla-dae...@freedesktop.org
g this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151128/0bd6c61c/attachment.html>

[Bug 108401] GPU lockup with [AMD/ATI] RV730 XT [Radeon HD 4670]

2015-11-28 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=108401 --- Comment #7 from joe.r.floss.user at gmail.com --- Right, I've had no such problem with recent mesa from Git master (47b3a0d23504de43ce2dc028e84037f7cd89bd89). Besides, should the problem arise again, I would report it where you said, therefore

[Bug 93147] [regression bisected] Stuttering in games caused by commit 4dfd6486 "drm: Use vblank timestamps to guesstimate how many vblanks were missed"

2015-11-28 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151128/42c41924/attachment.html>

[Bug 76490] Hang during boot when DPM is on (R9 270X)

2015-11-28 Thread bugzilla-dae...@freedesktop.org
#x27;s not able to find them - they are absent. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151128/c36917b6/attachment.html>

[Bug 66501] Feature request: support multiseat for a single multi-headed graphics card

2015-11-28 Thread bugzilla-dae...@freedesktop.org
--- Comment #6 from Cristian Ciupitu --- Any news on this? -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151128/1ff22ec5/attachm

[git pull] drm fixes

2015-11-28 Thread Dave Airlie
On 28 November 2015 at 05:05, Linus Torvalds wrote: > On Thu, Nov 19, 2015 at 8:07 PM, Dave Airlie wrote: >> >> core: Atomic fixes and Atomic helper fixes >> i915: Revert for the backlight regression along with a bunch of fixes. > > So I have no idea if the GPU updates are my problem, but my main

[Bug 93147] [regression bisected] Stuttering in games caused by commit 4dfd6486 "drm: Use vblank timestamps to guesstimate how many vblanks were missed"

2015-11-28 Thread bugzilla-dae...@freedesktop.org
ause: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151128/178a052d/attachment.html>

[Bug 93147] [regression bisected] Stuttering in games caused by commit 4dfd6486 "drm: Use vblank timestamps to guesstimate how many vblanks were missed"

2015-11-28 Thread bugzilla-dae...@freedesktop.org
(obviously) does not fix the bug I am reporting. The problem commit no doubt had other effects that were fixed by fa4270d8, but the stuttering I am seeing was not fixed by it. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151128/de3bad5c/attachment.html>

[Bug 93133] Pink screen on Gravilon with VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RC410M [Mobility Radeon Xpress 200M]

2015-11-28 Thread bugzilla-dae...@freedesktop.org
|| -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151128/006a263b/attachment.html>