[PATCH] drm/exynos: support exynos5422 mipi-dsi

2016-01-30 Thread Chanho Park
From: Chanho Park This patch supports mipi dsi for exynos5422. The dsi register offsets of the exynos5422 are similar with exynos5433. However, the values of the registers are quite different from the exynos5433. For example, the exynos5422 uses sw reset like previous

[PATCH] drm/exynos: add mic_bypass option for exynos542x fimd

2016-01-30 Thread Chanho Park
From: Chanho Park This patch adds a mic_bypass option to bypass the mic from display out path. The mic(Mobile image compressor) compresses RGB data from fimd and send the compressed data to the mipi dsi. The bypass option can be founded from system register and the bit

[Bug 86351] HDMI audio garbled output on Radeon R9 280X

2016-01-30 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=86351 --- Comment #20 from Christian Birchinger --- The kernel documentation for CONFIG_SND_HDA_PREALLOC_SIZE has this: Note that the pre-allocation size can be change dynamically via a proc file (/proc/asound/card*/pcm*/sub*/prealloc), too. I don't

[Bug 93936] Snail shadertoy displays black quad

2016-01-30 Thread bugzilla-dae...@freedesktop.org
... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160130/40a96dff/attachment.html>

[PATCH 09/10] staging/android: add flags member to sync ioctl structs

2016-01-30 Thread Emil Velikov
Hi Gustavo, > @@ -54,6 +59,7 @@ struct sync_file_info { > __u32 len; As mentioned previously - can we rework this variable to indicate the total length (or the number) of fence_info struct instances. It seems to be the more common approach afaict. Might also want to move it just above

[PATCH 06/10] staging/android: turn fence_info into a __64 pointer

2016-01-30 Thread Emil Velikov
Hi Gustavo, s/__64/__u64/ in the commit message. On 29 January 2016 at 23:20, Gustavo Padovan wrote: > From: Gustavo Padovan > > Making fence_info a pointer enables us to extend the struct in the future > without breaking the ABI. > > Signed-off-by: Gustavo Padovan > diff --git

[Bug 93936] Snail shadertoy displays black quad

2016-01-30 Thread bugzilla-dae...@freedesktop.org
Firefox 44. https://www.shadertoy.com/view/ld3Gz2h -- 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/20160130/ec1a796f/attachment.html>

[PATCH v5 08/14] drm/edid: Add API to help find connection type

2016-01-30 Thread Subhransu S. Prusty
To fill the audio infoframe it is required to identify the connection type as DP or HDMI. This patch adds an API which parses ELD and returns the display type of connected. Signed-off-by: Subhransu S. Prusty Signed-off-by: Vinod Koul Reviewed-by: Jani Nikula Cc: David Airlie Cc: dri-devel at

[PATCH v5 00/14] ASoC: hdac_hdmi: Add DP & notification support

2016-01-30 Thread Subhransu S. Prusty
This patch series adds DP audio and hotplug notification support. In skylake platform the DP is on a different port which is not enabled by default. A vendor widget is programmed to enable playback on all ports. This also enables all the converters. Codec Dais, widgets, graph are now created

[RESEND PATCH v1] drm: Clean up drm Makefile

2016-01-30 Thread Xinliang Liu
This patch cleans up the Makefile of drm root directory. Make core and device drivers configuration list sorted Alphabetically. Signed-off-by: Xinliang Liu Reviewed-by: Xinwei Kong Reviewed-by: Yifan Liu --- drivers/gpu/drm/Makefile | 102 --- 1

[PATCH 2/3] drm/radeon: mask out WC from BO on unsupported arches

2016-01-30 Thread Michel Dänzer
On 30.01.2016 14:59, Oded Gabbay wrote: > Signed-off-by: Oded Gabbay > --- > drivers/gpu/drm/radeon/radeon_object.c | 8 > 1 file changed, 8 insertions(+) > > diff --git a/drivers/gpu/drm/radeon/radeon_object.c > b/drivers/gpu/drm/radeon/radeon_object.c > index 84d4563..255faf6 100644

[PATCH v3 10/10] MAINTAINERS: Add maintainer for hisilicon DRM driver

2016-01-30 Thread Xinliang Liu
Add maintainer and reviewer for hisilicon DRM driver. Signed-off-by: Xinliang Liu --- MAINTAINERS | 9 + 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 30aca4aa5467..92353c6afc66 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3777,6 +3777,15 @@ S:

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

2016-01-30 Thread Xinliang Liu
Add support for external HDMI bridge. Signed-off-by: Xinliang Liu v3: - Fix a typo: s/exteranl/external. v2: - Remove abtraction layer. --- drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c | 52 1 file changed, 52 insertions(+) diff --git

[PATCH v3 08/10] drm/hisilicon: Add designware dsi host driver

2016-01-30 Thread Xinliang Liu
Add DesignWare dsi host driver for hi6220 SoC. Signed-off-by: Xinliang Liu v3: None. v2: - Remove abtraction layer. --- drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c | 50 1 file changed, 50 insertions(+) diff --git a/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c

[PATCH v3 07/10] drm/hisilicon: Add designware dsi encoder driver

2016-01-30 Thread Xinliang Liu
Add DesignWare MIPI DSI Host Controller v1.02 encoder driver for hi6220 SoC. Signed-off-by: Andy Green Signed-off-by: Xinwei Kong Signed-off-by: Xinliang Liu v3: - Rename file name to dw_drm_dsi.c - Make encoder type as DRM_MODE_ENCODER_DSI. - A few cleanup. v2: - Remove abtraction layer.

[PATCH v3 06/10] drm/hisilicon: Add cma fbdev and hotplug

2016-01-30 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 v3: None v2: - Use CONFIG_DRM_FBDEV_EMULATION instead of CONFIG_DRM_HISI_FBDEV. --- drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.c | 34

[PATCH v3 05/10] drm/hisilicon: Add vblank driver for ADE

2016-01-30 Thread Xinliang Liu
Add vblank irq handle. Signed-off-by: Xinliang Liu v3: - Remove hisi_get_crtc_from_index func. - A few cleanup. v2: - Remove abtraction layer. --- drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c | 62 + drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.c | 14 +- 2

[PATCH v3 04/10] drm/hisilicon: Add plane driver for ADE

2016-01-30 Thread Xinliang Liu
Add plane funcs and helper funcs for ADE. Signed-off-by: Xinliang Liu v3: - A few cleanup. v2: - Remove abtraction layer. --- drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c | 535 +++- 1 file changed, 534 insertions(+), 1 deletion(-) diff --git

[PATCH v3 03/10] drm/hisilicon: Add crtc driver for ADE

2016-01-30 Thread Xinliang Liu
Add crtc funcs and helper funcs for ADE. Signed-off-by: Xinwei Kong Signed-off-by: Xinliang Liu v3: - Make ade as the master driver. - Use port to connect with encoder. - A few cleanup. v2: - Remove abtraction layer. --- drivers/gpu/drm/hisilicon/kirin/Makefile| 3 +-

[PATCH v3 02/10] drm/hisilicon: Add hisilicon kirin drm master driver

2016-01-30 Thread Xinliang Liu
Add kirin DRM master driver for hi6220 SoC which used in HiKey board. Add dumb buffer feature. Add prime dmabuf feature. Signed-off-by: Xinwei Kong Signed-off-by: Xinliang Liu v3: - Move and rename all the files to kirin sub-directory. So that we could separate different seires SoCs' driver.

[PATCH v3 01/10] drm/hisilicon: Add device tree binding for hi6220 display subsystem

2016-01-30 Thread Xinliang Liu
Add ADE display controller binding doc. Add DesignWare DSI Host Controller v1.20a binding doc. Signed-off-by: Xinliang Liu v3: - Make ade as the drm master node. - Use assigned-clocks to set clock rate. - Use ports to connect display relavant nodes. v2: - Move dt binding docs to

[PATCH v3 00/10] Add DRM Driver for HiSilicon Kirin hi6220 SoC

2016-01-30 Thread Xinliang Liu
This patch set adds a new drm driver for HiSilicon Kirin 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 ---

[PATCH v4 0/3] drm_of_encoder_active_endpoint helpers

2016-01-30 Thread Philipp Zabel
On Sat, Jan 30, 2016 at 03:38:09PM +0100, Heiko Stuebner wrote: > Hi Philipp, > > Am Freitag, 29. Januar 2016, 10:58:57 schrieb Philipp Zabel: > > I'm just looking for feedback whether > > I should include the rockchip patch in the next imx-drm pull request. > > I'm hoping that we'd get the

[PATCH v4 0/3] drm_of_encoder_active_endpoint helpers

2016-01-30 Thread Heiko Stuebner
Hi Philipp, Am Freitag, 29. Januar 2016, 10:58:57 schrieb Philipp Zabel: > I'm just looking for feedback whether > I should include the rockchip patch in the next imx-drm pull request. I'm hoping that we'd get the analogix dp driver sorted for 4.6 as well, which having that change in the

[RESEND PATCH v1] drm: Clean up drm Makefile

2016-01-30 Thread Oded Gabbay
On Sat, Jan 30, 2016 at 11:56 AM, Xinliang Liu wrote: > This patch cleans up the Makefile of drm root directory. > Make core and device drivers configuration list sorted Alphabetically. > > Signed-off-by: Xinliang Liu > Reviewed-by: Xinwei Kong > Reviewed-by: Yifan Liu > --- >

[PATCH 2/3] drm/radeon: mask out WC from BO on unsupported arches

2016-01-30 Thread Oded Gabbay
On Sat, Jan 30, 2016 at 10:11 AM, Michel Dänzer wrote: > On 30.01.2016 14:59, Oded Gabbay wrote: >> Signed-off-by: Oded Gabbay >> --- >> drivers/gpu/drm/radeon/radeon_object.c | 8 >> 1 file changed, 8 insertions(+) >> >> diff --git a/drivers/gpu/drm/radeon/radeon_object.c >>

[PATCH 1/3] drm: add helper to check for wc memory support

2016-01-30 Thread Christian König
Am 30.01.2016 um 06:59 schrieb Oded Gabbay: > From: Dave Airlie > > Signed-off-by: Dave Airlie > Signed-off-by: Oded Gabbay With the minor issues Michel noted fixed this series is Reviewed-by: Christian König as well. > --- > include/drm/drm_cache.h | 9 + > 1 file changed, 9

[Bug 93928] Tonga valley regression since drm/amdgpu: split VM mappings into smaller operations (v2)

2016-01-30 Thread bugzilla-dae...@freedesktop.org
are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160130/b62ab011/attachment-0001.html>

[Bug 93928] Tonga valley regression since drm/amdgpu: split VM mappings into smaller operations (v2)

2016-01-30 Thread bugzilla-dae...@freedesktop.org
led), but should do most of the trick. Need to check in detail when I'm back home. -- 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/20

[Bug 91880] Radeonsi on Grenada cards (r9 390) exceptionally unstable and poorly performing

2016-01-30 Thread bugzilla-dae...@freedesktop.org
have an answer. -- 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/20160130/b71fb3ee/attachment.html>

[PATCH 3/3] drm/amdgpu: mask out WC from BO on unsupported arches

2016-01-30 Thread Oded Gabbay
Signed-off-by: Oded Gabbay --- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c index c3ce103..7b963e6 100644 ---

[PATCH 2/3] drm/radeon: mask out WC from BO on unsupported arches

2016-01-30 Thread Oded Gabbay
Signed-off-by: Oded Gabbay --- drivers/gpu/drm/radeon/radeon_object.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/gpu/drm/radeon/radeon_object.c b/drivers/gpu/drm/radeon/radeon_object.c index 84d4563..255faf6 100644 --- a/drivers/gpu/drm/radeon/radeon_object.c +++

[PATCH 1/3] drm: add helper to check for wc memory support

2016-01-30 Thread Oded Gabbay
From: Dave Airlie Signed-off-by: Dave Airlie Signed-off-by: Oded Gabbay --- include/drm/drm_cache.h | 9 + 1 file changed, 9 insertions(+) diff --git a/include/drm/drm_cache.h b/include/drm/drm_cache.h index 7bfb063..461a055 100644 --- a/include/drm/drm_cache.h

[Bug 93933] Setting invalid uniform results in corrupted rendering

2016-01-30 Thread bugzilla-dae...@freedesktop.org
ent was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160130/ef70bf03/attachment.html>