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

2016-04-07 Thread bugzilla-dae...@freedesktop.org
roblem but a kernel one. -- 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/20160407/50b18bcd/attachment.html>

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

2016-04-07 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160407/99890baf/attachment-0001.html>

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

2016-04-07 Thread bugzilla-dae...@freedesktop.org
was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160407/2516b447/attachment.html>

[PATCH v3] drm/gma500: fix double freeing

2016-04-07 Thread Sudip Mukherjee
On Wednesday 09 December 2015 05:50 PM, Patrik Jakobsson wrote: > On Wed, Dec 9, 2015 at 12:53 PM, Sudip Mukherjee > wrote: >> On Thu, Oct 08, 2015 at 06:17:48PM +0530, Sudip Mukherjee wrote: >>> We are allocating backing using psbfb_alloc() and so >>> backing->stolen is always true. So we were

[PATCH] reservation: sprinkle some WARN_ON()s

2016-04-07 Thread Rob Clark
A bit overkill since, for example, the rcu_dereference_protected() in reservation_object_get_list() will WARN. But this is much less subtle for folks reading the code. v2: use reservation_object_held() instead of ww_mutex_is_locked() Signed-off-by: Rob Clark --- drivers/dma-buf/reservation.c

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

2016-04-07 Thread Andy Shevchenko
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 approach. It > > > allows to > > >

[PATCH v3] drm/gma500: fix double freeing

2016-04-07 Thread Patrik Jakobsson
On Thu, Apr 7, 2016 at 5:52 PM, Sudip Mukherjee wrote: > On Wednesday 09 December 2015 05:50 PM, Patrik Jakobsson wrote: >> >> On Wed, Dec 9, 2015 at 12:53 PM, Sudip Mukherjee >> wrote: >>> >>> On Thu, Oct 08, 2015 at 06:17:48PM +0530, Sudip Mukherjee wrote: We are allocating backing

[PATCH libdrm] tegra: Sync with Linux kernel UAPI header

2016-04-07 Thread Emil Velikov
On 31 March 2016 at 15:09, Daniel Vetter wrote: > On Thu, Mar 31, 2016 at 12:41:10PM +0200, Thierry Reding wrote: >> From: Thierry Reding >> >> Update the UAPI header to the latest version in the Linux kernel. This >> changes the struct drm_tegra_gem_mmap to properly handle offsets on 64- >> bit

[PATCH libdrm 3/7] freedreno: Fix spelling mistakes

2016-04-07 Thread Emil Velikov
On 7 April 2016 at 01:04, Rob Clark wrote: > On Wed, Apr 6, 2016 at 12:42 PM, Emil Velikov > wrote: >> Hi Eric, >> >> On 3 April 2016 at 19:48, Eric Engestrom wrote: >>> Signed-off-by: Eric Engestrom >>> --- >>> freedreno/kgsl/kgsl_drm.h | 2 +- >>> freedreno/kgsl/msm_kgsl.h | 4 ++-- >> >>

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

2016-04-07 Thread bugzilla-dae...@freedesktop.org
attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160407/260ad7f2/attachment.html>

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

2016-04-07 Thread bugzilla-dae...@freedesktop.org
part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160407/000cdef2/attachment.html>

[Bug 94835] Increase fragment shader sample limits from 16 to 32 (AMD Linux - Mesa/RadeonSi)

2016-04-07 Thread bugzilla-dae...@freedesktop.org
: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160407/16d85d23/attachment.html>

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

2016-04-07 Thread Jose Abreu
This patch updates documentation for the Designware I2S driver. Signed-off-by: Jose Abreu --- This patch was only introduced in v4. Documentation/devicetree/bindings/sound/designware-i2s.txt | 5 + 1 file changed, 5 insertions(+) diff --git

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

2016-04-07 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. Although the mainline I2S driver uses ALSA DMA engine, this controller can be built without DMA support so it was

[PATCH 3/5 v4] ASoC: dwc: Use fifo depth to program FCR

2016-04-07 Thread Jose Abreu
This patch makes Designware I2S driver use the fifo depth value to program the fifo configuration register instead of using hardcoded values. Signed-off-by: Jose Abreu --- This patch was only introduced in v4. sound/soc/dwc/designware_i2s.c | 9 +++-- 1 file changed, 7 insertions(+), 2

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

2016-04-07 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 1/5 v4] drm/i2c/adv7511: Rename and move to separate folder

2016-04-07 Thread Jose Abreu
Main file of adv7511 driver was renamed from adv7511.c to adv7511_core.c and moved to separate folder in order to prepare the adding of audio support. Struct adv7511 was moved to adv7511.h and functions adv7511_packet_enable() and adv7511_packet_disable() were made public also to prepare the

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

2016-04-07 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 v3 -> v4: * Reintroduced custom PCM

[Bug 94860] [radeonsi/amdgpu] screen is corrupted when logging out of kde

2016-04-07 Thread bugzilla-dae...@freedesktop.org
ext part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160407/517f2392/attachment.html>

[Bug 94860] [radeonsi/amdgpu] screen is corrupted when logging out of kde

2016-04-07 Thread bugzilla-dae...@freedesktop.org
art -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160407/82e815a8/attachment.html>

[Bug 94860] [radeonsi/amdgpu] screen is corrupted when logging out of kde

2016-04-07 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/20160407/0df4bae3/attachment.html>

[Bug 94860] [radeonsi/amdgpu] screen is corrupted when logging out of kde

2016-04-07 Thread bugzilla-dae...@freedesktop.org
nee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160407/d2378718/attachment.html>

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

2016-04-07 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160407/e14dd808/attachment-0001.html>

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

2016-04-07 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/20160407/59af5209/attachment.html>

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

2016-04-07 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/20160407/2a356bf9/attachment.html>

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

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

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

2016-04-07 Thread Emil Velikov
On 4 April 2016 at 05:12, Emilio López wrote: > Hi, > > El 28/03/16 a las 10:48, Emil Velikov escribió: > > 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

[4.6-rcX regression] closing and opening LID on thinkpad x200s freezes X

2016-04-07 Thread Jiri Kosina
On Thu, 7 Apr 2016, Bjørn Mork wrote: > > after updating to 4.6-rcX (where X is 1 or 2, doesn't really matter) on > > thinkpad x200s notebook with > > > > 00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series > > Chipset Integrated Graphics Controller (rev 07) > > > >

[PATCH v3 4/9] drm/fsl-dcu: add extra clock for pixel clock

2016-04-07 Thread Rob Herring
On Mon, Apr 04, 2016 at 10:28:36PM -0700, Stefan Agner wrote: > 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 for old device trees. >

Nouveau crashes in 4.6-rc on arm64

2016-04-07 Thread Robin Murphy
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 board, which works fine with 4.5 and earlier. Attached are a couple

[Bug 94835] Increase fragment shader sample limits from 16 to 32 (AMD Linux - Mesa/RadeonSi)

2016-04-07 Thread bugzilla-dae...@freedesktop.org
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/20160407/dc5ade40/attachment.html>

[PATCH] drm: bridge: analogix/dp: fix no drm hpd event when panel plug in

2016-04-07 Thread Yakir Yang
The enum value of DP_IRQ_TYPE_HP_CABLE_IN is zero, but driver only send drm hp event when the irq_type and the enum value is true. if (irq_type & DP_IRQ_TYPE_HP_CABLE_IN || ...) drm_helper_hpd_irq_event(dp->drm_dev); So there would no drm hpd event when cable plug in, to fix that just

[PATCH] drm: bridge: analogix/dp: fix no drm hpd event when panel plug in

2016-04-07 Thread Yakir Yang
Sorry for disturb, I make a mistaken about the receive list, please ignore this email. - Yakir On 04/07/2016 12:15 PM, Yakir Yang wrote: > The enum value of DP_IRQ_TYPE_HP_CABLE_IN is zero, but driver only > send drm hp event when the irq_type and the enum value is true. > > if (irq_type &

[PATCH] drm: bridge: analogix/dp: fix no drm hpd event when panel plug in

2016-04-07 Thread Yakir Yang
The enum value of DP_IRQ_TYPE_HP_CABLE_IN is zero, but driver only send drm hp event when the irq_type and the enum value is true. if (irq_type & DP_IRQ_TYPE_HP_CABLE_IN || ...) drm_helper_hpd_irq_event(dp->drm_dev); So there would no drm hpd event when cable plug in, to fix that just

[PULL] topic/drm-fixes

2016-04-07 Thread Jani Nikula
Hi Dave, some drm fixes I've picked up. The qxl fix I've picked up quite some time ago, and unfortunately neglected. Then there's established timing fixes, of which particularly "drm/edid: Fix parsing of EDID 1.4 Established Timings III descriptor" is quite surprising. It looks like we've never

[PULL] drm-intel-fixes

2016-04-07 Thread Jani Nikula
Hi Dave, Intel fixes for v4.6. BR, Jani. The following changes since commit 9735a22799b9214d17d3c231fe377fc852f042e9: Linux 4.6-rc2 (2016-04-03 09:09:40 -0500) are available in the git repository at: git://anongit.freedesktop.org/drm-intel tags/drm-intel-fixes-2016-04-07 for you to

[Bug 92059] [radeonsi, apitrace] Missing textures and geometry in "Middle-earth: Shadow of Mordor"

2016-04-07 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160407/124ccbfb/attachment.html>

[Bug 93144] [radeonsi] Alien: Isolation feature request

2016-04-07 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/20160407/48f99d76/attachment-0001.html>

[PATCH v3 02/16] mm/compaction: support non-lru movable page migration

2016-04-07 Thread Minchan Kim
On Mon, Apr 04, 2016 at 03:24:34PM +0200, Vlastimil Babka wrote: > On 04/04/2016 07:12 AM, Minchan Kim wrote: > >On Fri, Apr 01, 2016 at 11:29:14PM +0200, Vlastimil Babka wrote: > >>Might have been better as a separate migration patch and then a > >>compaction patch. It's prefixed mm/compaction,

drm: bridge: analogix/dp: Fix the possible dead lock in bridge disable time

2016-04-07 Thread Yakir Yang
Hi Dan, On 04/07/2016 03:41 AM, Dan Carpenter wrote: > Hello Yakir Yang, > > The patch 7b4b7a8db439: "drm: bridge: analogix/dp: Fix the possible > dead lock in bridge disable time" from Feb 15, 2016, leads to the > following static checker warning: > >

Applied "ASoC: dwc: Use fifo depth to program FCR" to the asoc tree

2016-04-07 Thread Mark Brown
The patch ASoC: dwc: Use fifo depth to program FCR has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus

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

2016-04-07 Thread Mark Brown
es/dri-devel/attachments/20160407/566c90a6/attachment.sig>

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

2016-04-07 Thread Tomi Valkeinen
urn NULL; > + } > + INIT_WORK(_crtc->recover_work, tilcdc_crtc_recover_work); > > ret = drm_crtc_init(dev, crtc, _crtc_funcs); > if (ret < 0) > -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160407/0f4a06b8/attachment.sig>

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

2016-04-07 Thread Jim Bride
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 + change drm_edid_get_monitor_name() call to

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

2016-04-07 Thread Jim Bride
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 implemented. v2: Refactor to have

[PATCH] drm/radeon: add support for SET_APPEND_CNT packet3 (v2)

2016-04-07 Thread Alex Deucher
On Thu, Apr 7, 2016 at 4:17 AM, Christian König wrote: > Am 06.04.2016 um 22:50 schrieb Dave Airlie: >> >> From: Dave Airlie >> >> This adds support to the command parser for the set append counter >> packet3, this is required to support atomic counters on >> evergreen/cayman GPUs. >> >> v2:

[PATCH] drm/radeon: add support for SET_APPEND_CNT packet3 (v2)

2016-04-07 Thread Christian König
Am 06.04.2016 um 22:50 schrieb Dave Airlie: > From: Dave Airlie > > This adds support to the command parser for the set append counter > packet3, this is required to support atomic counters on > evergreen/cayman GPUs. > > v2: fixup some of the hardcoded numbers with real register names >

[PATCH 2/2] drm/radeon: handle more than 10 UVD sessions

2016-04-07 Thread Alex Deucher
On Wed, Apr 6, 2016 at 3:33 PM, Leo Liu wrote: > From: Arindam Nath > > Signed-off-by: Christian König > Signed-off-by: Arindam Nath > Reviewed-by: Leo Liu Applied the series. Thanks! Alex > --- > drivers/gpu/drm/radeon/cikd.h | 1 + > drivers/gpu/drm/radeon/radeon.h | 9

[4.6-rcX regression] closing and opening LID on thinkpad x200s freezes X

2016-04-07 Thread Bjørn Mork
Jiri Kosina writes: > Hi, > > after updating to 4.6-rcX (where X is 1 or 2, doesn't really matter) on > thinkpad x200s notebook with > > 00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series > Chipset Integrated Graphics Controller (rev 07) > > closing and opening the lid

[git pull] drm fixes

2016-04-07 Thread Dave Airlie
Hi Linus, This is mostly amdgpu/radeon fixes, and imx related fixes. There are also one one TTM fix, one nouveau fix, and one hdlcd fix. The AMD ones are some fixes for power management after suspend/resume one some GPUs, and some vblank fixes. The IMX ones are for more stricter plane checks

[PATCH] drm/radeon: add support for SET_APPEND_CNT packet3 (v2)

2016-04-07 Thread Dave Airlie
From: Dave Airlie This adds support to the command parser for the set append counter packet3, this is required to support atomic counters on evergreen/cayman GPUs. v2: fixup some of the hardcoded numbers with real register names (Christian) Signed-off-by: Dave Airlie ---

[4.6-rcX regression] closing and opening LID on thinkpad x200s freezes X

2016-04-07 Thread Jiri Kosina
Hi, after updating to 4.6-rcX (where X is 1 or 2, doesn't really matter) on thinkpad x200s notebook with 00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07) closing and opening the lid freezes the computer completely