[Bug 98897] Macbook pro 11,5 screen flicker when AC adapter plugged in

2017-01-08 Thread bugzilla-dae...@freedesktop.org
attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20170108/6dfb6e26/attachment-0001.html>

[Bug 191281] [drm:amdgpu_ib_ring_tests] *ERROR* amdgpu: failed testing IB on ring 12 (-110)

2017-01-08 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=191281 --- Comment #3 from Johannes Hirte --- With amdgpu.dpm=0 this doesn't occur. Also tested with amdgpu.powerplay=0, but it didn't help. I don't know about the meaning of the values applied in vce_v3_0_set_vce_sw_clock_gating(), but just inverting

[Bug 74335] [UVD] vdpau has terrible performance on radeonsi (HD 7950)

2017-01-08 Thread bugzilla-dae...@freedesktop.org
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/20170108/b28ac721/attachment.html>

[Bug 74335] [UVD] vdpau has terrible performance on radeonsi (HD 7950)

2017-01-08 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20170108/809780a7/attachment.html>

[PATCH 1/7] x86/platform/intel/iosf_mbi: Add a mutex for punit access

2017-01-08 Thread Andy Shevchenko
On Sun, 2017-01-08 at 16:30 +0100, Hans de Goede wrote: > Hi, > > On 08-01-17 16:16, Andy Shevchenko wrote: > > On Sun, 2017-01-08 at 14:44 +0100, Hans de Goede wrote: > > > One some systems the punit accesses the pmic to change various > > > voltages > > > through the same bus as other kernel

[PATCH 7/7] drm/i915: Take punit lock when modifying punit settings

2017-01-08 Thread Andy Shevchenko
On Sun, 2017-01-08 at 14:44 +0100, Hans de Goede wrote: > Make sure the punit i2c bus is not in use when we send a request to > the punit by calling iosf_mbi_punit_lock() / iosf_mbi_punit_unlock() > around punit write accesses. > But should not i915 drm eventually share the same iosf_mbi driver?

[PATCH 3/7] i2c: designware-baytrail: Take punit lock on bus acquire

2017-01-08 Thread Andy Shevchenko
On Sun, 2017-01-08 at 14:44 +0100, Hans de Goede wrote: > Take the punit lock to stop others from accessing the punit while the > pmic i2c bus is in use. This is necessary because accessing the punit > from the kernel may result in the punit trying to access the pmic i2c > bus, which results in a

[PATCH 4/7] i2c: designware-baytrail: Call pmic_bus_access_notifier_chain

2017-01-08 Thread Andy Shevchenko
On Sun, 2017-01-08 at 14:44 +0100, Hans de Goede wrote: > Call the iosf_mbi pmic_bus_access_notifier_chain on bus acquire / > release. > FWIW: Reviewed-by: Andy Shevchenko > BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=155241 > Signed-off-by: Hans de Goede > Tested-by: tagorereddy >

4.10-rc2 i915 LVDS display noise on X61s thinkpad

2017-01-08 Thread vcap...@pengaru.com
Hi All, Booted 4.10-rc2 today, and the display shows random spots of flickering short horizontal bars 1px tall, maybe 8 or 16px wide. Machine is the venerable X61s thinkpad, 1.8ghz, XGA. Problem was not present on 4.9.0, same kernel config. I'll see if I can get around to bisecting, consider

[PATCH 2/7] x86/platform/intel/iosf_mbi: Add a pmic bus access notifier

2017-01-08 Thread Andy Shevchenko
On Sun, 2017-01-08 at 14:44 +0100, Hans de Goede wrote: > Some drivers may need to acquire punit managed resources from > interrupt > context, where they cannot call iosf_mbi_punit_lock(). > > This commit adds a notifier chain which allows a driver to get > notified > (in a process context)

[PATCH 1/7] x86/platform/intel/iosf_mbi: Add a mutex for punit access

2017-01-08 Thread Andy Shevchenko
On Sun, 2017-01-08 at 14:44 +0100, Hans de Goede wrote: > One some systems the punit accesses the pmic to change various > voltages > through the same bus as other kernel drivers use for e.g. battery > monitoring. > > If a driver sends requests to the punit which require the punit to > access >

[PATCH 7/7] drm/i915: Take punit lock when modifying punit settings

2017-01-08 Thread Hans de Goede
Hi, On 08-01-17 16:34, Andy Shevchenko wrote: > On Sun, 2017-01-08 at 14:44 +0100, Hans de Goede wrote: >> Make sure the punit i2c bus is not in use when we send a request to >> the punit by calling iosf_mbi_punit_lock() / iosf_mbi_punit_unlock() >> around punit write accesses. >> > > But should

[PATCH 3/7] i2c: designware-baytrail: Take punit lock on bus acquire

2017-01-08 Thread Hans de Goede
Hi, On 08-01-17 16:27, Andy Shevchenko wrote: > On Sun, 2017-01-08 at 14:44 +0100, Hans de Goede wrote: >> Take the punit lock to stop others from accessing the punit while the >> pmic i2c bus is in use. This is necessary because accessing the punit >> from the kernel may result in the punit

[PATCH 1/7] x86/platform/intel/iosf_mbi: Add a mutex for punit access

2017-01-08 Thread Hans de Goede
Hi, On 08-01-17 16:16, Andy Shevchenko wrote: > On Sun, 2017-01-08 at 14:44 +0100, Hans de Goede wrote: >> One some systems the punit accesses the pmic to change various >> voltages >> through the same bus as other kernel drivers use for e.g. battery >> monitoring. >> >> If a driver sends

[PATCH 7/7] drm/i915: Take punit lock when modifying punit settings

2017-01-08 Thread Hans de Goede
Make sure the punit i2c bus is not in use when we send a request to the punit by calling iosf_mbi_punit_lock() / iosf_mbi_punit_unlock() around punit write accesses. BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=155241 Signed-off-by: Hans de Goede Tested-by: tagorereddy ---

[PATCH 6/7] drm/i915: Listen for pmic bus access notifications

2017-01-08 Thread Hans de Goede
Listen for pmic bus access notifications and get FORCEWAKE_ALL while the bus is accessed to avoid needing to do any forcewakes, which need pmic bus access, while the pmic bus is busy: This fixes errors like these showing up in dmesg, usually followed by a gfx or system freeze:

[PATCH 5/7] drm/i915: Add intel_uncore_suspend / resume functions

2017-01-08 Thread Hans de Goede
Rename intel_uncore_early_sanitize to intel_uncore_resume, dropping the (always true) restore_forcewake argument and add a new intel_uncore_resume function to replace the intel_uncore_forcewake_reset(dev_priv, false) calls done from the suspend / runtime_suspend functions and make

[PATCH 4/7] i2c: designware-baytrail: Call pmic_bus_access_notifier_chain

2017-01-08 Thread Hans de Goede
Call the iosf_mbi pmic_bus_access_notifier_chain on bus acquire / release. BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=155241 Signed-off-by: Hans de Goede Tested-by: tagorereddy --- drivers/i2c/busses/i2c-designware-baytrail.c | 4 1 file changed, 4 insertions(+) diff --git

[PATCH 3/7] i2c: designware-baytrail: Take punit lock on bus acquire

2017-01-08 Thread Hans de Goede
Take the punit lock to stop others from accessing the punit while the pmic i2c bus is in use. This is necessary because accessing the punit from the kernel may result in the punit trying to access the pmic i2c bus, which results in a hang when it happens while we own the pmic i2c bus semaphore.

[PATCH 2/7] x86/platform/intel/iosf_mbi: Add a pmic bus access notifier

2017-01-08 Thread Hans de Goede
Some drivers may need to acquire punit managed resources from interrupt context, where they cannot call iosf_mbi_punit_lock(). This commit adds a notifier chain which allows a driver to get notified (in a process context) before other drivers start accessing the pmic bus, so that the driver can

[PATCH 1/7] x86/platform/intel/iosf_mbi: Add a mutex for punit access

2017-01-08 Thread Hans de Goede
One some systems the punit accesses the pmic to change various voltages through the same bus as other kernel drivers use for e.g. battery monitoring. If a driver sends requests to the punit which require the punit to access the pmic bus while another driver is also accessing the pmic bus various

[PATCH 0/7] coordinate cht i2c-pmic and i915-punit accesses

2017-01-08 Thread Hans de Goede
Hi All, Here is a non RFC version of my previous RFC series for coordinating cht i2c-pmic and i915-punit accesses. New in this non RFC version is that forcewake accesses are coodinated now too. The problem: This series fixes an issue where the following messages are shown in dmesg:

[Bug 107381] radeon VCE init error (-110) -- AMD/Intel Mars Hybrid Graphics

2017-01-08 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=107381 --- Comment #17 from Jean-Pierre van Riel --- Until VCE gets fixed for Mars/, there might be a way to disable VCE (I need to look into it more)

[Bug 97861] [amdgpu SI] purple line is visible on left side of the screen connected by HDMI

2017-01-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/20170108/ca4ab04c/attachment.html>

[Bug 74335] [UVD] vdpau has terrible performance on radeonsi (HD 7950)

2017-01-08 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20170108/894ea0a4/attachment.html>

[Bug 99321] Videoplaying applications hang on latest r600

2017-01-08 Thread bugzilla-dae...@freedesktop.org
|hangs on latest r600|hang on latest r600 -- 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/20170108/605a08f7/attachment.html>

[Bug 99321] Videoplaying applications hangs on latest r600

2017-01-08 Thread bugzilla-dae...@freedesktop.org
r -- 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/20170108/eea39e71/attachment.html>

[Bug 98743] Incorrect colormapping in Verdun game

2017-01-08 Thread bugzilla-dae...@freedesktop.org
was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20170108/dd799d59/attachment-0001.html>

[Bug 96600] [RV630]: a lot of artifacts appears on a screen playing some videos through VDPAU with hardware acceleration

2017-01-08 Thread bugzilla-dae...@freedesktop.org
... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20170108/2f278458/attachment.html>

[Bug 74335] [UVD] vdpau has terrible performance on radeonsi (HD 7950)

2017-01-08 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20170108/f2374a5a/attachment.html>

[Bug 99316] Radeon crash when laptop on AC power

2017-01-08 Thread bugzilla-dae...@freedesktop.org
TML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20170108/da27faac/attachment.html>

[Bug 99316] Radeon crash when laptop on AC power

2017-01-08 Thread bugzilla-dae...@freedesktop.org
art -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20170108/8a21a6b0/attachment.html>

[Bug 99316] Radeon crash when laptop on AC power

2017-01-08 Thread bugzilla-dae...@freedesktop.org
org/archives/dri-devel/attachments/20170108/fb789490/attachment.html>