[PATCH v4 5/5] drm: simpledrm: honour remove_conflicting_framebuffers()

2016-08-23 Thread Noralf Trønnes
Den 23.08.2016 20:01, skrev Daniel Vetter: > On Tue, Aug 23, 2016 at 7:52 PM, Noralf Trønnes > wrote: +static int sdrm_fbdev_event_notify(struct notifier_block *self, + unsigned long action, void *data) +{ + struct sdrm_device *sdrm; >>

[drm-intel:for-linux-next 1/1] include/linux/io-mapping.h:126:2: error: implicit declaration of function 'pgprot_writecombine'

2016-08-23 Thread Daniel Vetter
On Tue, Aug 23, 2016 at 9:16 PM, Chris Wilson wrote: > On Wed, Aug 24, 2016 at 02:22:29AM +0800, kbuild test robot wrote: >> tree: git://anongit.freedesktop.org/drm-intel for-linux-next >> head: ac96b5566926af83463ddcf4655856033c092f26 >> commit: ac96b5566926af83463ddcf4655856033c092f26 [1/1]

[PULL] topic/drm-misc

2016-08-23 Thread Daniel Vetter
Hi Dave, A few bigger things: - start of splitting drm_crtc.c into more manageable and better documneted chunks - DRM_DEV_* logging (Sean) But besides those it's really all one-off misc patches all over this time around, trying to summarize them further would just end up in copying the shortlog

[PATCH 2/2] drm: simple_kms_helper: add support for bridges

2016-08-23 Thread Daniel Vetter
On Tue, Aug 23, 2016 at 06:44:18PM +0200, Andrea Merello wrote: > On Tue, Aug 23, 2016 at 5:54 PM, Daniel Vetter wrote: > > > On Tue, Aug 23, 2016 at 05:39:36PM +0200, Andrea Merello wrote: > > > On Tue, Aug 23, 2016 at 5:20 PM, Daniel Vetter wrote: > > > > > > > On Tue, Aug 23, 2016 at 04:08:04

[PATCH 2/4] ARM: dts: exynos: Use 'hpd-gpios' instead of 'hpd-gpio'

2016-08-23 Thread Rob Herring
On Tue, Aug 23, 2016 at 06:13:37PM +0900, Milo Kim wrote: > This patch enables getting a HPD GPIO descriptor quickly. > The exynos-hdmi driver uses "hpd" for HDMI hot plug detection. > > static int hdmi_resources_init(struct hdmi_context *hdata) > { > ... >

[Bug 97362] Low performance after suspend on RX 480

2016-08-23 Thread bugzilla-dae...@freedesktop.org
u are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160823/49e3b12f/attachment.html>

[PATCH] drm: Add reference counting to drm_atomic_state

2016-08-23 Thread Chris Wilson
drm_atomic_state has a complicated single owner model that tracks the single reference from allocation through to destruction on another thread - or perhaps on a local error path. We can simplify this tracking by using reference counting (at a cost of a few more atomics). This is even more benefici

[PATCH 3/3] i2c: Export i2c_init_adapter() for use by drivers in early initialisation

2016-08-23 Thread Wolfram Sang
s://lists.freedesktop.org/archives/dri-devel/attachments/20160823/109646a7/attachment.sig>

[Bug 95517] Constant GPU VM faults

2016-08-23 Thread bugzilla-dae...@freedesktop.org
.org/archives/dri-devel/attachments/20160823/2be8f73a/attachment.html>

[PATCH 0/4] ARM: dts: exynos: Enable HDMI in Arndale Octa board

2016-08-23 Thread Krzysztof Kozlowski
On Tue, Aug 23, 2016 at 11:13 AM, Milo Kim wrote: > This patch-set enables HDMI in Arndale Octa board and fixes HPD DT property. > It also includes code refactoring on ddc and phy. > > Milo Kim (4): > ARM: dts: exynos: Enable HDMI for Arndale Octa board > ARM: dts: exynos: Use 'hpd-gpios' inst

[PATCH v2 2/2] Documentation/sphinx: link dma-buf rsts

2016-08-23 Thread Mauro Carvalho Chehab
Em Tue, 23 Aug 2016 08:16:33 -0600 Jonathan Corbet escreveu: > On Tue, 23 Aug 2016 15:28:55 +0200 > Daniel Vetter wrote: > > > I think the more interesting story is, what's your plan with all the > > other driver related subsystem? Especially the ones which already have > > full directories of

[v14 PATCH 5/5] drm/rockchip: cdn-dp: add cdn DP support for rk3399

2016-08-23 Thread Chris Zhong
Add support for cdn DP controller which is embedded in the rk3399 SoCs. The DP is compliant with DisplayPort Specification, Version 1.3, This IP is compatible with the rockchip type-c PHY IP. There is a uCPU in DP controller, it need a firmware to work, please put the firmware file to /lib/firmware

[v14 PATCH 0/5] Rockchip Type-C and DisplayPort driver

2016-08-23 Thread Chris Zhong
Hi all This series patch is for rockchip Type-C phy and DisplayPort controller driver. The USB Type-C PHY is designed to support the USB3 and DP applications. The PHY basically has two main components: USB3 and DisplyPort. USB3 operates in SuperSpeed mode and the DP can operate at RBR, HBR and H

<    1   2