[Bug 94667] Artifacts on applications on discrete and kernel freezes

2016-03-28 Thread bugzilla-dae...@freedesktop.org
tps://lists.freedesktop.org/archives/dri-devel/attachments/20160328/02755e1b/attachment.html>

[Bug 92258] [regression] Opening menu in Steam running via DRI_PRIME with enabled DRI3 could lead to radeon kernel module crash

2016-03-28 Thread bugzilla-dae...@freedesktop.org
minutes in WoW Kdump - no record. Netconsole - empty output. -- You 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/20160328/b17de

[RFC PATCH v1 0/4] Add Rockchip RGA support

2016-03-28 Thread Heiko Stübner
Am Montag, 28. März 2016, 22:35:36 schrieb Emil Velikov: > On 28 March 2016 at 19:44, Heiko Stübner wrote: > > Am Montag, 28. März 2016, 13:21:02 schrieb Emil Velikov: > >> On 22 March 2016 at 00:42, Heiko Stuebner wrote: > >> > Hi Yakir, > >> > > >> > Am Montag, 21. März 2016, 20:17:46 schr

[Bug 94667] Artifacts on applications on discrete

2016-03-28 Thread bugzilla-dae...@freedesktop.org
||g/show_bug.cgi?id=92258 -- You 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/20160

[Bug 92258] [regression] Opening menu in Steam running via DRI_PRIME with enabled DRI3 could lead to radeon kernel module crash

2016-03-28 Thread bugzilla-dae...@freedesktop.org
||g/show_bug.cgi?id=94667 -- You 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/20160

[Bug 94667] Artifacts on applications on discrete

2016-03-28 Thread bugzilla-dae...@freedesktop.org
||/show_bug.cgi?id=72701 -- You 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/20160328/ad5d2

[Bug 94667] Artifacts on applications on discrete

2016-03-28 Thread bugzilla-dae...@freedesktop.org
||rg/show_bug.cgi?id=954783 -- You 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/20160

[Bug 115011] [drm:radeon_acpi_init [radeon]] *ERROR* Cannot find a backlight controller

2016-03-28 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=115011 Zhang Rui changed: What|Removed |Added CC||rui.zhang at intel.com Component|AC

[RFC PATCH v1 0/4] Add Rockchip RGA support

2016-03-28 Thread Emil Velikov
On 28 March 2016 at 22:46, Heiko Stübner wrote: > Am Montag, 28. März 2016, 22:35:36 schrieb Emil Velikov: >> On 28 March 2016 at 19:44, Heiko Stübner wrote: >> > Am Montag, 28. März 2016, 13:21:02 schrieb Emil Velikov: >> >> On 22 March 2016 at 00:42, Heiko Stuebner wrote: >> >> > Hi Yakir,

[PATCH 0/3] drm/exynos: Kconfig dependency fixes

2016-03-28 Thread Javier Martinez Canillas
Hello Seung-Woo, Thanks a lot for your feedback. On 03/28/2016 09:46 PM, Seung-Woo Kim wrote: > Hi Javier, > > On 2016년 03월 29일 10:28, Javier Martinez Canillas wrote: >> Hello Inki, >> >> This patch series contains some fixes for the Kconfig symbol dependencies >> of the Exynos DRM driver.

[RFC PATCH v1 0/4] Add Rockchip RGA support

2016-03-28 Thread Emil Velikov
On 28 March 2016 at 19:44, Heiko Stübner wrote: > Am Montag, 28. März 2016, 13:21:02 schrieb Emil Velikov: >> On 22 March 2016 at 00:42, Heiko Stuebner wrote: >> > Hi Yakir, >> > >> > Am Montag, 21. März 2016, 20:17:46 schrieb Yakir Yang: >> >> On 03/21/2016 07:29 PM, Heiko Stübner wrote: >>

[PATCH libdrm] tests: add virtio_gpu to the driver list

2016-03-28 Thread Emil Velikov
Hi Gustavo, On 17 March 2016 at 21:42, Gustavo Padovan wrote: > From: Gustavo Padovan > > modetest was failing to work with driver because it wasn't in the > module list. > Huge thanks for adding libdrm in the patch prefix - it makes things so much easier. All three patches are in master now. (

[PATCH libdrm 2/2] modetest: print signed values correctly

2016-03-28 Thread Emil Velikov
Hi Gustavo, On 22 March 2016 at 21:42, Gustavo Padovan wrote: > From: Gustavo Padovan > > Signed-off-by: Gustavo Padovan > --- > tests/modetest/modetest.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/tests/modetest/modetest.c b/tests/modetest/modetest.c > index a5ac5bd..21d5438 1

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

2016-03-28 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=86351 --- Comment #24 from Gerion --- I tried a buffer size up to 8192, but is does not change anything. Interesting fact is, that CPU load fixes the sound. As soon as I generate CPU load (e.g. compile something), the sound is more less normal. -- Yo

[PATCH 3/3] drm/exynos: Make DRM_EXYNOS_FIMC depend on VIDEO_S5P_FIMC=n

2016-03-28 Thread Javier Martinez Canillas
Exynos DRM driver components are only enabled if other drivers that make use of the same HW IP block are not enabled. That's the case for the G2D, GSC, Mixer and HDMI drivers. The FIMC is also shared by the DRM and a V4L2 driver, so the same has to be added as a dependency for the Exynos FIMC DRM

[PATCH 2/3] drm/exynos: Use VIDEO_SAMSUNG_EXYNOS_GSC=n as GSC Kconfig dependency

2016-03-28 Thread Javier Martinez Canillas
Commit aeefb36832e5 ("drm/exynos: gsc: add device tree support and remove usage of static mappings") made the DRM_EXYNOS_GSC Kconfig symbol to only be selectable if the exynos-gsc V4L2 driver isn't enabled, since both use the same HW IP block. But added the dependency as depends on !VIDEO_SAMSUNG_

[PATCH 1/3] drm/exynos: Use VIDEO_SAMSUNG_S5P_G2D=n as G2D Kconfig dependency

2016-03-28 Thread Javier Martinez Canillas
Commit 254d4d111ee1 ("drm/exynos: Add dependency for G2D in Kconfig") made the DRM_EXYNOS_G2D symbol to only be selectable if the s5p-g2d V4L2 driver is not enabled, since both use the same HW IP block. But added the dependency as depends on !VIDEO_SAMSUNG_S5P_G2D which isn't correct since Kconfig

[PATCH 0/3] drm/exynos: Kconfig dependency fixes

2016-03-28 Thread Javier Martinez Canillas
Hello Inki, This patch series contains some fixes for the Kconfig symbol dependencies of the Exynos DRM driver. They make sure that the Exynos DRM components and the media platform drivers that makes use of the same HW IP block are not enabled at the same time. Best regards, Javier Javier Marti

[RFC PATCH v1 0/4] Add Rockchip RGA support

2016-03-28 Thread Heiko Stübner
Am Montag, 28. März 2016, 13:21:02 schrieb Emil Velikov: > On 22 March 2016 at 00:42, Heiko Stuebner wrote: > > Hi Yakir, > > > > Am Montag, 21. März 2016, 20:17:46 schrieb Yakir Yang: > >> On 03/21/2016 07:29 PM, Heiko Stübner wrote: > >> > Am Montag, 21. März 2016, 17:28:38 schrieb Yakir Ya

[Bug 115291] system freeze on loading radeon module

2016-03-28 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=115291 --- Comment #3 from Alex Deucher --- yes, I'll send it upstream this week and it should end up in the next kernel and stable kernels. -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 115291] system freeze on loading radeon module

2016-03-28 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=115291 Raphael Dümig changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Powerpc] Sam460ex Canyonlands issue -Kernel 4.4.6-rc1

2016-03-28 Thread Julian Margetson
nt was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160328/565ed242/attachment.html>

i915 4.5 bugfix backport and release management issue?

2016-03-28 Thread Andy Lutomirski
Hi all- AFAICT something got rather screwed up in i915 land for 4.5. $ git log --oneline --grep='Pretend cursor is always on' v4.5 drivers/gpu/drm/i915/ e2e407dc093f drm/i915: Pretend cursor is always on for ILK-style WM calculations (v2) $ git log --oneline --grep='Pretend cursor is always on'

[PATCH v2 8/8] ARM: dts: vf610-colibri: enable display controller

2016-03-28 Thread Stefan Agner
Enable dcu node which is used by the DCU DRM driver. Assign the 5.7" EDT panel with VGA resolution which Toradex sells often with the evaluation board. Signed-off-by: Stefan Agner --- arch/arm/boot/dts/vf-colibri-eval-v3.dtsi | 16 +++ arch/arm/boot/dts/vf-colibri.dtsi | 33 +

[PATCH v2 7/8] ARM: dts: vf610: add display nodes

2016-03-28 Thread Stefan Agner
Add the dcu and tcon nodes to enable the Display Controller Unit and Timing Controller in Vybrid's SoC level device-tree file. Signed-off-by: Stefan Agner --- arch/arm/boot/dts/vfxxx.dtsi | 19 +++ 1 file changed, 19 insertions(+) diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch

[PATCH v2 6/8] drm/fsl-dcu: add TCON driver

2016-03-28 Thread Stefan Agner
Add driver for the TCON (timing controller) module. The TCON module is a separate module attached after the DCU (display controller unit). Each DCU instance has its own, directly connected TCON instance. The DCU's RGB and timing signals are passing through the TCON module. TCON can provide timing s

[PATCH v2 5/8] drm/fsl-dcu: use common clock framework for pixel clock divider

2016-03-28 Thread Stefan Agner
Use the common clock framework to calculate the pixel clock dividier. The previous implementation rounded down the calculated factor. Thanks to the CLK_DIVIDER_ROUND_CLOSEST flag using the common clock framework divider implementation improves the pixel clock accuracy in some cases. Ontop of that i

[PATCH v2 4/8] drm/fsl-dcu: add extra clock for pixel clock

2016-03-28 Thread Stefan Agner
The Vybrid DCU variant has two independent clock inputs, one for the registers (IPG bus clock) and one for the pixel clock. Support this distinction in the DCU DRM driver while staying backward compatible with devices providing only a single clock (e.g. LS1021a SoC's). Signed-off-by: Stefan Agner

[PATCH v2 3/8] drm/fsl-dcu: disable clock on initialization failure and remove

2016-03-28 Thread Stefan Agner
Fix error handling during probe by reordering initialization and adding a error path which disables clock again. Also disable the clock on remove. Signed-off-by: Stefan Agner --- drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.c | 44 +++ 1 file changed, 21 insertions(+), 23

[PATCH v2 2/8] ARM: imx: clk-vf610: add TCON ipg clock

2016-03-28 Thread Stefan Agner
Add the ipg (bus) clock for the TCON modules (Timing Controller). This module is required by the new DCU DRM driver, since the display signals pass through TCON. Signed-off-by: Stefan Agner --- drivers/clk/imx/clk-vf610.c | 3 +++ include/dt-bindings/clock/vf610-clock.h | 4 +++- 2 f

[PATCH v2 1/8] ARM: imx: clk-vf610: fix DCU clock tree

2016-03-28 Thread Stefan Agner
Similar to an earlier fix for the SAI clocks, the DCU clock hierarchy mixes the bus clock with the display controllers pixel clock. Tests have shown that the gates in CCM_CCGR3/9 registers do not control the DCU pixel clock, but only the register access clock (bus clock). Fix this by defining the

[PATCH v2 0/8] add TCON and Vybrid support

2016-03-28 Thread Stefan Agner
This patchset adds the missing pieces to make the Freescale DCU DRM driver work on Freescale Vybrid. Foremost, it adds support for the timing controller (TCON) module. The module is between the Display Controller and the actual output pins. It allows to alter the timings for RAW TFT displays, but

[PATCH 2/3 v2] ASoC: dwc: Add I2S HDMI audio support

2016-03-28 Thread Jose Abreu
Hi Alexey, On 28-03-2016 16:35, Alexey Brodkin wrote: > Hi Jose, > > On Mon, 2016-03-28 at 15:36 +0100, Jose Abreu wrote: >> HDMI audio support was added to the AXS board using an >> I2S cpu driver and a custom platform driver. >> >> The platform driver supports two channels @ 16 bits with >> rate

[PATCH] dma-buf: Update docs for SYNC ioctl

2016-03-28 Thread Tiago Vignatti
On 03/23/2016 12:42 PM, Chris Wilson wrote: > On Wed, Mar 23, 2016 at 04:32:59PM +0100, David Herrmann wrote: >> Hi >> >> On Wed, Mar 23, 2016 at 12:56 PM, Chris Wilson >> wrote: >>> On Wed, Mar 23, 2016 at 12:30:42PM +0100, David Herrmann wrote: My question was rather about why we do this?

[PATCH] drm/radeon: Don't move pinned BOs

2016-03-28 Thread Michel Dänzer
From: Michel Dänzer The purpose of pinning is to prevent a buffer from moving. Signed-off-by: Michel Dänzer --- drivers/gpu/drm/radeon/radeon_object.c | 4 drivers/gpu/drm/radeon/radeon_ttm.c| 6 ++ 2 files changed, 10 insertions(+) diff --git a/drivers/gpu/drm/radeon/radeon_ob

[PATCH] drm/amdgpu: Don't move pinned BOs

2016-03-28 Thread Christian König
Am 28.03.2016 um 05:53 schrieb Michel Dänzer: > From: Michel Dänzer > > The purpose of pinning is to prevent a buffer from moving. > > Reviewed-by: Christian König > Tested-by: Rex Zhu > Signed-off-by: Michel Dänzer Well, that should not happen (at least when all the code for disallowing

[PATCH 3/3 v2] arc: axs10x: Add support for Designware I2S on DT

2016-03-28 Thread Jose Abreu
Synopsys Designware ARC SDP boards support HDMI audio output using the ADV7511 HDMI transmitter. This patchs enables audio output using Designware I2S driver, ALSA SoC simple audio card and ADV7511 codec. Signed-off-by: Jose Abreu --- Changes v1 -> v2: * This change was introduced in v2. arch

[PATCH 2/3 v2] ASoC: dwc: Add I2S HDMI audio support

2016-03-28 Thread Jose Abreu
HDMI audio support was added to the AXS board using an I2S cpu driver and a custom platform driver. The platform driver supports two channels @ 16 bits with rates 32k, 44.1k and 48k. ALSA Simple audio card is used to glue the cpu, platform and codec driver (adv7511). Signed-off-by: Jose Abreu --

[PATCH 1/3 v2] drm/i2c/adv7511: Add audio support

2016-03-28 Thread Jose Abreu
This patch adds audio support for the ADV7511 HDMI transmitter using ALSA SoC. The code was ported from Analog Devices linux tree from commit 1770c4a1e32b ("Merge remote-tracking branch 'xilinx/master' into xcomm_zynq"), which is available at: - https://github.com/analogdevicesinc/linux/

[PATCH 0/3 v2] Add I2S/ADV7511 audio support for ARC AXS10x boards

2016-03-28 Thread Jose Abreu
ARC AXS10x platforms consist of a mainboard with several peripherals. One of those peripherals is an HDMI output port controlled by the ADV7511 transmitter. This patch set adds audio for the ADV7511 transmitter and I2S audio for the AXS10x platform. Changes v1 -> v2: * DT bindings moved to separa

[PATCH 2/3 v2] ASoC: dwc: Add I2S HDMI audio support

2016-03-28 Thread Alexey Brodkin
Hi Jose, On Mon, 2016-03-28 at 15:36 +0100, Jose Abreu wrote: > HDMI audio support was added to the AXS board using an > I2S cpu driver and a custom platform driver. > > The platform driver supports two channels @ 16 bits with > rates 32k, 44.1k and 48k. ALSA Simple audio card is used to > glue t

[PATCH 1/5] drm: Add new DCS commands in the enum list

2016-03-28 Thread Deepak M
Adding new DCS commands which are specified in the DCS 1.3 spec related to CABC. v2: Sorted the Macro`s by value (Andrzej) Cc: Andrzej Hajda Cc: Thierry Reding Cc: David Airlie Cc: Ville Syrjälä Cc: Daniel Vetter Suggested-by: Jani Nikula Signed-off-by: Deepak M --- include/video/mipi_d

[GIT PULL]: drm/rockchip: some fixes

2016-03-28 Thread Mark yao
Hi Dave There are some fixes for drm/rockchip, looks good for me, I'd like you can land them. Thanks. The following changes since commit 4604202ca8d2a5e33b4bca0812b5d92975ed1bd8: Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into drm-next (2016-03-25 16:02:06 +

[RFC PATCH v1 1/9] selftest: sync: basic tests for sw_sync framework

2016-03-28 Thread Emil Velikov
On 28 March 2016 at 13:20, Emilio López wrote: > Hi, > > El 28/03/16 a las 08:56, Emil Velikov escribió: >> >> Hi Emilio, >> >> On 9 March 2016 at 15:28, Emilio López >> wrote: >>> >>> These tests are based on the libsync test suite from Android. >>> This commit lays the ground for future tes

[PATCH v2 1/5] drm/rockchip: dw_hdmi: Call drm_encoder_cleanup() in error path

2016-03-28 Thread Mark yao
On 2016年03月08日 06:00, Douglas Anderson wrote: > The drm_encoder_cleanup() was missing both from the error path of > dw_hdmi_rockchip_bind(). This caused a crash when slub_debug was > enabled and we ended up deferring probe of HDMI at boot. > > This call isn't needed from unbind() because if

[PATCH] drm/rockchip: vop: Don't reject empty modesets

2016-03-28 Thread Mark yao
On 2016年03月18日 19:22, Tomeu Vizoso wrote: > So that when DRM_IOCTL_MODE_SETCRTC is called without a FB nor mode, the > CRTC gets disabled. > > Signed-off-by: Tomeu Vizoso > Link: > http://lkml.kernel.org/g/CAAObsKAv+05ih5U+=4kic_NsjGMhfxYheHR8xXXmacZs+p5SHw > at mail.gmail.com > --- > dr

[4.4-rc1][Regression] drm/i915: Check live status before reading edid

2016-03-28 Thread Joseph Salisbury
On 03/02/2016 04:58 PM, Joseph Salisbury wrote: > On 02/29/2016 04:33 AM, Jani Nikula wrote: >> On Wed, 24 Feb 2016, Joseph Salisbury >> wrote: >>> Hi Sonika, >>> >>> A kernel bug report was opened against Ubuntu [0]. After a kernel >>> bisect, it was found that reverting the following commit re

[PATCH v2] drm/rockchip: vop: Disable planes when disabling CRTC

2016-03-28 Thread Mark yao
On 2016年03月22日 23:08, Tomeu Vizoso wrote: > When a VOP is re-enabled, it will start scanning right away the > framebuffers that were configured from the last time, even if those have > been destroyed already. > > To prevent the VOP from trying to access freed memory, disable all its > windows

[PATCH 5/5 v5] arc: axs10x - add support of ARC PGU

2016-03-28 Thread Alexey Brodkin
Synopsys DesignWare ARC SDP boards sport ARC SDP display controller attached to ADV7511 HDMI encoder. That change adds desctiption of both ARC PGU and ADV7511 in ARC SDP'd base-board Device Tree. Signed-off-by: Alexey Brodkin Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Ian Campbell C

[PATCH 4/5 v5] arc: Add our own implementation of fb_pgprotect()

2016-03-28 Thread Alexey Brodkin
During mmaping of frame-buffer pages to user-space fb_protect() is called to set proper page settings. In case of ARC we need to mark pages that are mmaped to user as uncached because of 2 reasons: * Huge amount of data if passing through data cache will thrash cache a lot making cache almost

[PATCH 3/5 v5] MAINTAINERS: Add maintainer for ARC PGU display controller

2016-03-28 Thread Alexey Brodkin
This updates MAINTEINERS file with information about maintainer of ARC PGU display controller driver. Signed-off-by: Alexey Brodkin Cc: linux-snps-arc at lists.infradead.org --- No changes v4 -> v5. No changes v3 -> v4. No changes v2 -> v3. No changes v1 -> v2. MAINTAINERS | 6 ++ 1 fil

[PATCH 2/5 v5] drm: Add DT bindings documentation for ARC PGU display controller

2016-03-28 Thread Alexey Brodkin
This add DT bindings documentation for ARC PGU display controller. Signed-off-by: Alexey Brodkin Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Ian Campbell Cc: Kumar Gala Cc: devicetree at vger.kernel.org Cc: linux-snps-arc at lists.infradead.org Acked-by: Rob Herring --- Changes v4

[PATCH 1/5 v5] drm: Add support of ARC PGU display controller

2016-03-28 Thread Alexey Brodkin
From: Carlos Palminha ARC PGU could be found on some development boards from Synopsys. This is a simple byte streamer that reads data from a framebuffer and sends data to the single encoder. Signed-off-by: Carlos Palminha Signed-off-by: Alexey Brodkin Cc: David Airlie Cc: dri-devel at lists.f

[PATCH 0/5 v5] drm: Add support of ARC PGU display controller

2016-03-28 Thread Alexey Brodkin
This series add support of ARC PGU display controller. ARC PGU is a quite simple byte streamer that gets data from the framebuffer and pushes it to hte connected encoder (DP or HDMI). It was tested on ARC SDP boards (axs101/103 in particular). Note following series that introduces drm_connector_r

[RFC 0/6] drm/fences: add in-fences to DRM

2016-03-28 Thread Daniel Stone
Hi Inki, On 28 March 2016 at 02:26, Inki Dae wrote: > 2016년 03월 25일 21:10에 Daniel Stone 이(가) 쓴 글: >> Second, really. Vulkan avoids implicit sync entirely, and exposes >> fence-like primitives throughout its whole API. These include being >> able to pass prerequisite fences for dis

[Bug 115291] system freeze on loading radeon module

2016-03-28 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=115291 Alex Deucher changed: What|Removed |Added CC||alexdeucher at gmail.com --- Comment #1 f

[PATCH 00/23] Nokia N950 display support

2016-03-28 Thread Emil Velikov
Hi Sebastian, On 9 March 2016 at 17:09, Sebastian Reichel wrote: > Hi Emil, > > On Wed, Mar 09, 2016 at 04:19:48PM +, Emil Velikov wrote: >> Hi Sebastian, >> >> On 8 March 2016 at 16:39, Sebastian Reichel wrote: >> >> > arch/arm/boot/dts/omap3-n950-n9.dtsi| 72 + >> > a

[RFC PATCH v1 0/4] Add Rockchip RGA support

2016-03-28 Thread Emil Velikov
On 22 March 2016 at 00:42, Heiko Stuebner wrote: > Hi Yakir, > > Am Montag, 21. März 2016, 20:17:46 schrieb Yakir Yang: >> On 03/21/2016 07:29 PM, Heiko Stübner wrote: >> > Am Montag, 21. März 2016, 17:28:38 schrieb Yakir Yang: >> >> This patch set would add the RGA direct rendering based 2d gr

[PATCH 3/3] drm: bridge: anx78xx: Add anx78xx bridge driver support.

2016-03-28 Thread Emil Velikov
Hi all, On 24 March 2016 at 11:28, Dan Carpenter wrote: > On Thu, Mar 24, 2016 at 11:41:46AM +0100, Enric Balletbo i Serra wrote: >> + /* Map slave addresses of ANX7814 */ >> + for (i = 0; i < I2C_NUM_ADDRESSES; i++) { >> + anx78xx->i2c_dummy[i] = i2c_new_dummy(client->adapter

[RFC PATCH v1 1/9] selftest: sync: basic tests for sw_sync framework

2016-03-28 Thread Emil Velikov
Hi Emilio, On 9 March 2016 at 15:28, Emilio López wrote: > These tests are based on the libsync test suite from Android. > This commit lays the ground for future tests, as well as includes > tests for a variety of basic allocation commands. > > Signed-off-by: Gustavo Padovan > Signed-off-by: Em

[PATCH] drm/amdgpu: Don't move pinned BOs

2016-03-28 Thread Michel Dänzer
From: Michel Dänzer The purpose of pinning is to prevent a buffer from moving. Reviewed-by: Christian König Tested-by: Rex Zhu Signed-off-by: Michel Dänzer --- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 4 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c| 6 ++ 2 files changed, 10 i

[PATCH v8 1/6] ALSA: pcm: add IEC958 channel status helper for hw_params

2016-03-28 Thread Mark Brown
se. Takashi? -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: not available URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160328/47dddc95/attachment.sig>

[PATCH] drm/amdgpu: Don't move pinned BOs

2016-03-28 Thread Alex Deucher
On Mon, Mar 28, 2016 at 10:33 AM, Christian König wrote: > Am 28.03.2016 um 05:53 schrieb Michel Dänzer: >> >> From: Michel Dänzer >> >> The purpose of pinning is to prevent a buffer from moving. >> >> Reviewed-by: Christian König >> Tested-by: Rex Zhu >> Signed-off-by: Michel Dänzer > >

[PATCH 3/4] ASoC: dwc: Add I2S HDMI audio support using custom platform driver

2016-03-28 Thread Alexey Brodkin
Hi Jose, On Mon, 2016-03-28 at 10:41 +0100, Jose Abreu wrote: > HDMI audio support was added to the AXS board using an > I2S cpu driver and a custom platform driver. > > The platform driver supports two channels @ 16 bits with > rates 32k, 44.1k and 48k. ALSA Simple audio card is used to > glue t

[Bug 115051] HD 5870, GPU lockup

2016-03-28 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=115051 Quentin Deldycke changed: What|Removed |Added CC||quentindeldycke at gmail.com --- Comm

[PATCH 2/4] ARC: axs10x: Update defconfigs so that audio is enabled

2016-03-28 Thread Alexey Brodkin
Hi Jose, On Mon, 2016-03-28 at 10:41 +0100, Jose Abreu wrote: > The defconfigs for the AXS boards were updated so that > ALSA SoC is enabled and also the audio for the ADV7511 > HDMI transmitter. > > Signed-off-by: Jose Abreu > --- >  arch/arc/configs/axs101_defconfig     | 3 +++ >  arch/

[Bug 94726] [Tonga] ARK: Survival Evolved crashes on savegame load. Out of Memory

2016-03-28 Thread bugzilla-dae...@freedesktop.org
ps://drive.google.com/open?id=0BwKS4-SC1bfybjRPTVVBbVh0YnM -- You 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/20160328/320d42b6/attachment.html>

[PATCH 4/4] ARC: axs10x: Update defconfigs so that I2S is enabled

2016-03-28 Thread Jose Abreu
The defconfigs for the AXS boards were updated to enable Designware I2S driver. Signed-off-by: Jose Abreu --- arch/arc/configs/axs101_defconfig | 1 + arch/arc/configs/axs103_defconfig | 1 + arch/arc/configs/axs103_smp_defconfig | 1 + 3 files changed, 3 insertions(+) diff --git a/arch

[PATCH 3/4] ASoC: dwc: Add I2S HDMI audio support using custom platform driver

2016-03-28 Thread Jose Abreu
HDMI audio support was added to the AXS board using an I2S cpu driver and a custom platform driver. The platform driver supports two channels @ 16 bits with rates 32k, 44.1k and 48k. ALSA Simple audio card is used to glue the cpu, platform and codec driver (adv7511). Signed-off-by: Jose Abreu --

[PATCH 2/4] ARC: axs10x: Update defconfigs so that audio is enabled

2016-03-28 Thread Jose Abreu
The defconfigs for the AXS boards were updated so that ALSA SoC is enabled and also the audio for the ADV7511 HDMI transmitter. Signed-off-by: Jose Abreu --- arch/arc/configs/axs101_defconfig | 3 +++ arch/arc/configs/axs103_defconfig | 5 + arch/arc/configs/axs103_smp_defconfig | 5

[PATCH 1/4] drm/i2c/adv7511: Add audio support

2016-03-28 Thread Jose Abreu
This patch adds audio support for the ADV7511 HDMI transmitter using ALSA SOC. The code was ported from Analog Devices linux tree from commit 1770c4a1e32b ("Merge remote-tracking branch 'xilinx/master' into xcomm_zynq"), which is available at: - https://github.com/analogdevicesinc/linux/

[PATCH 0/4] Add I2S/ADV7511 audio support for ARC AXS10x boards

2016-03-28 Thread Jose Abreu
ARC AXS10x platforms consist of a mainboard with several peripherals. One of those peripherals is an HDMI output port controlled by ADV7511 transmitter. This patch set adds audio for the ADV7511 transmitter and I2S audio for the AXS10x platform. Jose Abreu (4): drm/i2c/adv7511: Add audio suppo

[PATCH 0/4 v3] drm: Introduce drm_connector_register_all() helper

2016-03-28 Thread Alexey Brodkin
Hi Daniel, On Wed, 2016-03-23 at 11:37 +0100, Daniel Vetter wrote: > On Wed, Mar 23, 2016 at 11:42:53AM +0300, Alexey Brodkin wrote: > > > > As a pair to already existing drm_connector_unplug_all() > > (which we'll rename in this series to drm_connector_unregister_all()) > > we're adding generic

[PATCH v4 RESEND 5/5] drm/i915: Get rid of intel_dp_dpcd_read_wake()

2016-03-28 Thread Lyude
Since we've fixed up drm_dp_dpcd_read() to allow for retries when things timeout, there's no use for having this function anymore. Good riddens. Signed-off-by: Lyude --- drivers/gpu/drm/i915/intel_dp.c | 79 - 1 file changed, 22 insertions(+), 57 deletions

[PATCH v4 RESEND 4/5] drm/dp_helper: Perform throw-away read before actual read in drm_dp_dpcd_read()

2016-03-28 Thread Lyude
This is part of a patch series to migrate all of the workarounds for commonly seen behavior from bad sinks in intel_dp_dpcd_read_wake() to drm's DP helper. Some sinks will just return garbage for the first aux tranaction they receive when coming out of sleep mode, so we need to perform an addition

[PATCH v4 RESEND 3/5] drm/dp_helper: Retry aux transactions on all errors

2016-03-28 Thread Lyude
This is part of a patch series to migrate all of the workarounds for commonly seen behavior from bad sinks in intel_dp_dpcd_read_wake() to drm's DP helper. We cannot rely on sinks NACKing or deferring when they can't receive transactions, nor can we rely on any other sort of consistent error to kn

[PATCH v4 RESEND 2/5] drm/dp_helper: Always wait before retrying native aux transactions

2016-03-28 Thread Lyude
This is part of a patch series to migrate all of the workarounds for commonly seen behavior from bad sinks in intel_dp_dpcd_read_wake() to drm's DP helper. Some sinks need some time during the process of resuming the system from sleep before they're ready to handle transactions. While it would be

[PATCH v4 RESEND 1/5] drm/dp_helper: Increase retry interval to 1000us

2016-03-28 Thread Lyude
This is part of a patch series to migrate all of the workarounds for commonly seen behavior from bad sinks in intel_dp_dpcd_read_wake() to drm's DP helper. Signed-off-by: Lyude --- drivers/gpu/drm/drm_dp_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm

[PATCH v4 RESEND 0/5] Move workarounds from intel_dp_dpcd_read_wake() into drm's DP helpers

2016-03-28 Thread Lyude
Resending this because it looks like replying to my previous series of patches causes patchwork to pick up patches from the original version of this and try to apply them along with this one. This series of patches takes all of the workarounds we used in intel_dp_dpcd_read_wake() for working aroun

[RFC 0/6] drm/fences: add in-fences to DRM

2016-03-28 Thread Inki Dae
Hi Rob and Daniel, 2016년 03월 25일 21:10에 Daniel Stone 이(가) 쓴 글: > Hi all, > > On 25 March 2016 at 11:58, Rob Clark wrote: >> On Thu, Mar 24, 2016 at 7:49 PM, Inki Dae wrote: >>> It's definitely different case. This tries to add new user-space interfaces >>> to expose fences to u

[RFC PATCH v1 9/9] selftest: sync: disable tests that rely on not yet defined behaviour

2016-03-28 Thread Emilio López
El 09/03/16 a las 13:14, Shuah Khan escribió: > On 03/09/2016 08:29 AM, Emilio López wrote: >> One of the tests rely on a behaviour only observed on the driver currently >> in use in Android. Disable it here until the behaviour is implemented >> or it is decided it should not be implemented on th

[RFC PATCH v1 0/9] Tests for sync infrastructure

2016-03-28 Thread Emilio López
Hi, I somehow missed these emails back in the day, sorry for the delay in replying. El 09/03/16 a las 13:13, Shuah Khan escribió: > On 03/09/2016 08:28 AM, Emilio López wrote: >> Hello everyone, >> >> This is a series of tests to exercise the sync kernel infrastructure. It is >> meant to be a

[RFC PATCH v1 1/9] selftest: sync: basic tests for sw_sync framework

2016-03-28 Thread Emilio López
Hi, El 28/03/16 a las 08:56, Emil Velikov escribió: > Hi Emilio, > > On 9 March 2016 at 15:28, Emilio López > wrote: >> These tests are based on the libsync test suite from Android. >> This commit lays the ground for future tests, as well as includes >> tests for a variety of basic allocation

[PATCH v2 2/5] drm/imx: dw_hdmi: Call drm_encoder_cleanup() in error path

2016-03-28 Thread Doug Anderson
Hi, On Mon, Mar 7, 2016 at 2:00 PM, Douglas Anderson wrote: > The drm_encoder_cleanup() was missing both from the error path of > dw_hdmi_imx_bind(). This caused a crash when slub_debug was > enabled and we ended up deferring probe of HDMI at boot. > > This call isn't needed from unbind() becau

[Bug 94726] [Tonga] ARK: Survival Evolved crashes on savegame load. Out of Memory

2016-03-28 Thread bugzilla-dae...@freedesktop.org
ly uploaded to file sharing services such as Dropbox or Google Drive. -- You 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/20160328/2d9c64cf/attachment.html>

[Bug 93652] Random crashes/freezing with amdgpu Fury X mesa 11.1

2016-03-28 Thread bugzilla-dae...@freedesktop.org
tps://lists.freedesktop.org/archives/dri-devel/attachments/20160328/7163774c/attachment.html>

[PATCH 3/3] drm/edid: Add 6 bpc quirk for display AEO model 0.

2016-03-28 Thread Mario Kleiner
Bugzilla https://bugzilla.kernel.org/show_bug.cgi?id=105331 reports that the "AEO model 0" display is driven with 8 bpc without dithering by default, which looks bad because that panel is apparently a 6 bpc panel. A fix for this was made by commit 013dd9e03872 ("drm/i915/dp: fall back to 18 bpp wh

[PATCH 2/3] drm/i915/dp: Try to find proper bpc for DP->legacy converters.

2016-03-28 Thread Mario Kleiner
This fixes a regression in output precision for DVI and VGA video sinks connected to Intel hw via active DisplayPort->DVI/VGA converters. The regression was indirectly introduced by commit 013dd9e03872 ("drm/i915/dp: fall back to 18 bpp when sink capability is unknown"). Our current drm edid 1.3

[PATCH 1/3] drm/edid: Set 8 bpc color depth for displays with "DFP 1.x compliant TMDS".

2016-03-28 Thread Mario Kleiner
According to E-EDID spec 1.3, table 3.9, a digital video sink with the "DFP 1.x compliant TMDS" bit set is "signal compatible with VESA DFP 1.x TMDS CRGB, 1 pixel / clock, up to 8 bits / color MSB aligned". For such displays, the DFP spec 1.0, section 3.10 "EDID support" says: "If the DFP monitor

EDID/DP color precision fixes on Intel hw for stable

2016-03-28 Thread Mario Kleiner
Bugzilla https://bugzilla.kernel.org/show_bug.cgi?id=105331 received a potential fix that was backported to stable. While that patch itself is correct for treating DP video sinks with "unknown color depth", it uncovered some lack in our general EDID 1.3 handling, and in how we treat DP->DVI/VGA, c