[Bug 94874] radeon: Failed to allocate virtual address for buffer

2016-04-08 Thread bugzilla-dae...@freedesktop.org
failed on resume -- 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/20160408/c42ef30f/attachment.html>

[Bug 94874] radeon: Failed to allocate virtual address for buffer

2016-04-08 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: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160408/42d0c8af/attachment.html>

[Bug 94874] radeon: Failed to allocate virtual address for buffer

2016-04-08 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160408/45c18e0e/attachment.html>

[Bug 94874] radeon: Failed to allocate virtual address for buffer

2016-04-08 Thread bugzilla-dae...@freedesktop.org
are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160408/48df86cd/attachment-0001.html>

Nouveau crashes in 4.6-rc on arm64

2016-04-08 Thread Robin Murphy
Hi Alex, On 08/04/16 05:47, Alexandre Courbot wrote: > Hi Robin, > > On 04/07/2016 08:50 PM, Robin Murphy wrote: >> Hello, >> >> With 4.6-rc2 (and -rc1) I'm seeing Nouveau blowing up at boot, from the >> look of it by dereferencing some offset from NULL inside >> nouveau_fbcon_imageblit(). My

[RFC v2 8/8] drm/tinydrm: Add support for several Adafruit TFT displays

2016-04-08 Thread Noralf Trønnes
Add support for Adafruit MIPI DBI compatible SPI displays: 2.8" PiTFT 320x240 TFT+Touchscreen for Raspberry Pi (#1601) Signed-off-by: Noralf Trønnes --- drivers/gpu/drm/tinydrm/Kconfig| 9 ++ drivers/gpu/drm/tinydrm/Makefile | 3 + drivers/gpu/drm/tinydrm/adafruit-tft.c | 257

[RFC v2 7/8] drm/tinydrm: Add mipi-dbi support

2016-04-08 Thread Noralf Trønnes
Add support for MIPI DBI interfaced controllers. Signed-off-by: Noralf Trønnes --- drivers/gpu/drm/tinydrm/Kconfig| 3 + drivers/gpu/drm/tinydrm/Makefile | 3 + drivers/gpu/drm/tinydrm/mipi-dbi.c | 253 + include/drm/tinydrm/mipi-dbi.h | 24

[RFC v2 6/8] drm/tinydrm/lcdreg: Add SPI support

2016-04-08 Thread Noralf Trønnes
Add SPI bus support to lcdreg. Supports the following protocols: - MIPI DBI type C interface option 1 (3-wire) and option 3 (4-wire). - Option 3 also fits some controllers where all registers are 16-bit. - 8/16-bit register transfers that need to start with a special startbyte. It also supports

[RFC v2 5/8] drm/tinydrm: Add lcd register abstraction

2016-04-08 Thread Noralf Trønnes
Add LCD register abstraction for MIPI DBI/DCS like controllers. This hides LCD controller interface implementation details. When built with debugfs, the register is available to userspace. Signed-off-by: Noralf Trønnes --- drivers/gpu/drm/tinydrm/Kconfig | 2 +

[RFC v2 4/8] drm: Add DRM support for tiny LCD displays

2016-04-08 Thread Noralf Trønnes
tinydrm provides a very simplified view of DRM for displays that has onboard video memory and is connected through a slow bus like SPI/I2C. Signed-off-by: Noralf Trønnes --- drivers/gpu/drm/Kconfig| 2 + drivers/gpu/drm/Makefile | 1 +

[RFC v2 3/8] drm: Add helper for simple kms drivers

2016-04-08 Thread Noralf Trønnes
Provides helper functions for drivers that have a simple display pipeline. Plane, crtc and encoder are collapsed into one entity. Signed-off-by: Noralf Trønnes --- drivers/gpu/drm/Kconfig | 7 + drivers/gpu/drm/Makefile| 1 +

[RFC v2 2/8] drm/fb-cma-helper: Add fb_deferred_io support

2016-04-08 Thread Noralf Trønnes
This adds fbdev deferred io support if CONFIG_FB_DEFERRED_IO is enabled. The driver has to provide a (struct drm_framebuffer_funcs *)->dirty() callback to get notification of fbdev framebuffer changes. If the dirty() hook is set, then fb_deferred_io is set up automatically by the helper. Two

[RFC v2 1/8] drm/fb-helper: Add fb_deferred_io support

2016-04-08 Thread Noralf Trønnes
This adds deferred io support if CONFIG_FB_DEFERRED_IO is enabled. Accumulated fbdev framebuffer changes are signaled using the callback (struct drm_framebuffer_funcs *)->dirty() The drm_fb_helper_sys_*() functions will accumulate changes and schedule fb_info.deferred_work _if_ fb_info.fbdefio is

[RFC v2 0/8] drm: Add support for tiny LCD displays

2016-04-08 Thread Noralf Trønnes
This is an attempt at providing a DRM version of drivers/staging/fbtft. I'm sending this early before cleaning up the code hoping to get some feedback in case there are better ways to structure this. The tinydrm module provides a very simplified view of DRM for displays that has onboard video

[PATCH] drm: atomic: fix legacy gamma set helper

2016-04-08 Thread Lionel Landwerlin
Color management properties are a bit of an odd use case because they're not marked as atomic properties. Currently we're not updating the non atomic values so the drm_crtc_state is out of sync with the values stored in the crtc object. Cc: Maarten Lankhorst Cc: Bob Paauwe Cc: Signed-off-by:

[alsa-devel] [PATCH 5/5 v4] ASoC: dwc: Update DOCUMENTATION for I2S Driver

2016-04-08 Thread Lars-Peter Clausen
On 04/08/2016 12:06 PM, Jose Abreu wrote: > Hi Mark, > > > On 07-04-2016 18:53, Mark Brown wrote: >> On Thu, Apr 07, 2016 at 05:53:59PM +0100, Jose Abreu wrote: >> >>> + Optional properties: >>> + - snps,use-dmaengine: If set the driver will use ALSA DMA engine. If set >>> + it is required to

[alsa-devel] [PATCH 2/5 v4] drm/i2c/adv7511: Add audio support

2016-04-08 Thread Lars-Peter Clausen
On 04/07/2016 06:53 PM, Jose Abreu wrote: > 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:

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

2016-04-08 Thread Nicolas Boichat
On Wed, Mar 30, 2016 at 06:22:24PM +0200, Enric Balletbo i Serra wrote: > Although there are other chips from the same family that can reuse this > driver, at the moment we only tested ANX7814 chip. > > The ANX7814 is an ultra-low power Full-HD (1080p60) SlimPort transmitter > designed for

[alsa-devel] [PATCH 2/5 v4] drm/i2c/adv7511: Add audio support

2016-04-08 Thread Jose Abreu
Hi Lars, On 08-04-2016 16:46, Lars-Peter Clausen wrote: > On 04/07/2016 06:53 PM, Jose Abreu wrote: >> 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

[alsa-devel] [PATCH 5/5 v4] ASoC: dwc: Update DOCUMENTATION for I2S Driver

2016-04-08 Thread Jose Abreu
Hi Lars, On 08-04-2016 16:52, Lars-Peter Clausen wrote: > On 04/08/2016 12:06 PM, Jose Abreu wrote: >> Hi Mark, >> >> >> On 07-04-2016 18:53, Mark Brown wrote: >>> On Thu, Apr 07, 2016 at 05:53:59PM +0100, Jose Abreu wrote: >>> + Optional properties: + - snps,use-dmaengine: If set the

[GIT PULL] gma500-next for 4.7

2016-04-08 Thread Patrik Jakobsson
Hi Dave, A few fixes and cleanups for 4.7 that's been collecting dust in my inbox for a while. Thanks Patrik The following changes since commit d00b39c17573ece6f5fb1385314877d29f540db8: Merge branch 'drm-next-analogix-dp-v2' of github.com:yakir-Yang/linux into drm-next (2016-04-06 09:57:33

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

2016-04-08 Thread Enric Balletbo i Serra
Although there are other chips from the same family that can reuse this driver, at the moment we only tested ANX7814 chip. The ANX7814 is an ultra-low power Full-HD (1080p60) SlimPort transmitter designed for portable devices. This driver adds initial support for HDMI to DP pass-through mode.

[PATCH v3 2/3] devicetree: Add ANX7814 SlimPort transmitter binding.

2016-04-08 Thread Enric Balletbo i Serra
The ANX7814 is an ultra-low power Full-HD (1080p60) SlimPort transmitter designed for portable devices. Signed-off-by: Enric Balletbo i Serra Acked-by: Rob Herring --- Changes since v2: - Add Acked-by: Rob Herring Changes since v1: - Rob Herring: - Rename cable-det-gpios for hpd-gpios as

[PATCH v3 1/3] of: Add vendor prefix for Analogix Semiconductor

2016-04-08 Thread Enric Balletbo i Serra
Analogix Semiconductor Inc. develops analog and mixed-signal devices for digital media and communications interconnect applications. Signed-off-by: Enric Balletbo i Serra Acked-by: Rob Herring --- Changes since v2: - None Changes since v1: - Add Acked-by: Rob Herring

[PATCH v3 0/3] Add ANX7814 I2C bridge driver

2016-04-08 Thread Enric Balletbo i Serra
Hi all, This is the third version of the patch, thanks to all that did some comments. Since I got some reviews and acks I'm wondering if would be possible to land these patches. Otherwise all reviews are welcome. I'm not sure if there is a drm bridge maintainer, I think Thierry Reding maintained

[Bug 94871] Victor Vran ring 0 stall

2016-04-08 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160408/1bc1e85b/attachment.html>

Nouveau crashes in 4.6-rc on arm64

2016-04-08 Thread Alexandre Courbot
Hi Robin, On 04/07/2016 08:50 PM, Robin Murphy wrote: > Hello, > > With 4.6-rc2 (and -rc1) I'm seeing Nouveau blowing up at boot, from the > look of it by dereferencing some offset from NULL inside > nouveau_fbcon_imageblit(). My setup is an old XFX 7600GT card plugged > into an ARM Juno r1

[PATCH 1/2] drm/rockchip: vop: Do check if an update is pending during disable

2016-04-08 Thread Tomeu Vizoso
On 8 April 2016 at 03:07, Mark yao wrote: > On 2016年04月06日 18:14, Tomeu Vizoso wrote: > > When a plane is being disabled but it's still enabled, do check if the > previous update has been completed by reading yrgb_mst back. > > Otherwise, pending pageflips would remain pending after a CRTC

[Intel-gfx] [PATCH v2 2/3] drm/dp/mst: Enhance DP MST debugfs output

2016-04-08 Thread Jani Nikula
On Thu, 07 Apr 2016, Jim Bride wrote: > Add some additional information (input vs. output port, sink associated > with VC, peer device type, max number of VCs supported) and ensure that > any embedded '\0' characters in a branch device's devid string are not > written to debugfs. > > v2: Rebase +

[Intel-gfx] [PATCH v2 1/3] drm/edid: Add drm_edid_get_monitor_name()

2016-04-08 Thread Jani Nikula
On Thu, 07 Apr 2016, Jim Bride wrote: > In order to include monitor name information in debugfs > output we needed to add a function that would extract the > monitor name from the EDID, and that function needed to > reside in the file where the rest of the EDID helper > functions are

[PATCH v2 3/3] drm/tilcdc: Recover from sync lost error flood by resetting the LCDC

2016-04-08 Thread Jyri Sarha
Recover from sync lost error flood by resetting the LCDC instead of turning off the SYNC_LOST error IRQ. When LCDC starves on limited memory bandwidth it may sometimes result an error situation when the picture may have shifted couple of pixels to right and SYNC_LOST interrupt is generated on

[PATCH v2 2/3] drm/tilcdc: Move waiting of LCDC_FRAME_DONE IRQ into stop()

2016-04-08 Thread Jyri Sarha
Move wait queue waiting of LCDC_FRAME_DONE IRQ from tilcdc_crtc_dpms() into stop() function. Signed-off-by: Jyri Sarha --- drivers/gpu/drm/tilcdc/tilcdc_crtc.c | 31 --- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git

[PATCH v2 1/3] drm/tilcdc: Write to LCDC_END_OF_INT_IND_REG at the end of IRQ function

2016-04-08 Thread Jyri Sarha
Reorder the IRQ function so that the write to LCDC_END_OF_INT_IND_REG is done last. The write to LCDC_END_OF_INT_IND_REG indicates to LCDC that the interrupt service routine has completed (see section 13.3.6.1.6 in AM335x TRM). This is needed if LCDC's ipgvmodirq module is configured for pulse

[PATCH v2 0/3] Recover from sync lost error flood by resetting the LCDC

2016-04-08 Thread Jyri Sarha
Since first version: - Add "drm/tilcdc: Write to LCDC_END_OF_INT_IND_REG at the end of IRQ function" - This is actually an independent fix (see patch description) - Add "drm/tilcdc: Move waiting of LCDC_FRAME_DONE IRQ into stop()" - Wait for LCDC_FRAME_DONE before reseting the LCDC - Fix typo

[Bug 115911] linux-libre 4.5.0 kernel fails to boot up

2016-04-08 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=115911 Jan Prunk changed: What|Removed |Added CC||janprunk at gmail.com --- Comment #5 from

[PATCH v2 5/6] drm,i915: Introduce drm_malloc_gfp()

2016-04-08 Thread Chris Wilson
I have instances where I want to use drm_malloc_ab() but with a custom gfp mask. And with those, where I want a temporary allocation, I want to try a high-order kmalloc() before using a vmalloc(). So refactor my usage into drm_malloc_gfp(). Signed-off-by: Chris Wilson Cc: dri-devel at

[PATCH] drm: atomic: fix legacy gamma set helper

2016-04-08 Thread Bob Paauwe
On Fri, 8 Apr 2016 18:17:51 +0100 Lionel Landwerlin wrote: > Color management properties are a bit of an odd use case because > they're not marked as atomic properties. Currently we're not updating > the non atomic values so the drm_crtc_state is out of sync with the > values stored in the crtc

[PATCH 5/5 v4] ASoC: dwc: Update DOCUMENTATION for I2S Driver

2016-04-08 Thread Jose Abreu
Hi Mark, On 07-04-2016 18:53, Mark Brown wrote: > On Thu, Apr 07, 2016 at 05:53:59PM +0100, Jose Abreu wrote: > >> + Optional properties: >> + - snps,use-dmaengine: If set the driver will use ALSA DMA engine. If set >> + it is required to use the properties 'dmas' and 'dma-names'. > This is

[Bug 93548] Grid Autosport causes a hard system crash

2016-04-08 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: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160408/a5cb12af/attachment.html>

[Bug 94705] [radeonsi] blue ground in Company of Heroes 2

2016-04-08 Thread bugzilla-dae...@freedesktop.org
--- Verified as working using the latest git. -- 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/20160408/9e5fb2a2/attachment.html>

[PATCH v1 06/10] device property: switch to use UUID API

2016-04-08 Thread Huang, Ying
Andy Shevchenko writes: > On Fri, 2016-02-26 at 16:11 +0200, Andy Shevchenko wrote: >> On Thu, 2016-02-18 at 01:03 +0100, Rafael J. Wysocki wrote: >> > >> > On Wednesday, February 17, 2016 02:17:24 PM Andy Shevchenko wrote: >> > > >> > > Switch to use a generic UUID API instead of custom

[PATCH 1/2] drm/rockchip: vop: Do check if an update is pending during disable

2016-04-08 Thread Mark yao
An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160408/fd02a7c8/attachment.html>

Nouveau crashes in 4.6-rc on arm64

2016-04-08 Thread Ilia Mirkin
On Fri, Apr 8, 2016 at 12:47 AM, Alexandre Courbot wrote: > Hi Robin, > > On 04/07/2016 08:50 PM, Robin Murphy wrote: >> >> Hello, >> >> With 4.6-rc2 (and -rc1) I'm seeing Nouveau blowing up at boot, from the >> look of it by dereferencing some offset from NULL inside >>

[PATCH 4/5 v4] ASoC: dwc: Add custom PCM driver

2016-04-08 Thread kbuild test robot
-for-ARC-AXS10x-boards/20160408-005829 base: git://people.freedesktop.org/~airlied/linux.git drm-next config: i386-allmodconfig (attached as .config) reproduce: # save the attached .config to linux build tree make ARCH=i386 All errors (new ones prefixed by >>): >> s

[PATCH v5 30/46] regulator: pwm: retrieve correct voltage

2016-04-08 Thread Boris Brezillon
Hi Mark, On Wed, 30 Mar 2016 14:24:10 -0700 Mark Brown wrote: > On Wed, Mar 30, 2016 at 10:03:53PM +0200, Boris Brezillon wrote: > > The continuous PWM voltage regulator is caching the voltage value in > > the ->volt_uV field. While most of the time this value should reflect the > > real