[Bug 97055] Black screens on A10-8780P (Carrizo) + R7 M260/M265 (Topaz) Combo

2016-08-13 Thread bugzilla-dae...@freedesktop.org
u 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/20160813/c06ecc69/attachment.html>

[PATCH] drm/tegra: dpaux: Modify error handling

2016-08-13 Thread Julia Lawall
On Sat, 13 Aug 2016, Amitoj Kaur Chawla wrote: > devm_pinctrl_register returns an ERR_PTR in case of error and should > have an IS_ERR check instead of a null check. > > The Coccinelle semantic patch used to make this change is as follows: > @@ > expression e; > @@ > > e = devm_pinxtrl_registe

[Bug 91342] Very dark textures on some objects in indoors environments in Postal 2

2016-08-13 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/20160813/39c24b78/attachment.html>

[Bug 91960] [i915] kernel warning hsw_unclaimed_reg_debug intel_uncore.c:619

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

[Bug 90481] Radeonsi driver, X crash while playing "Spec ops: the line"

2016-08-13 Thread bugzilla-dae...@freedesktop.org
ives/dri-devel/attachments/20160813/31c719b9/attachment-0001.html>

[Bug 81382] Text console blanking does not go away

2016-08-13 Thread bugzilla-dae...@freedesktop.org
tps://lists.freedesktop.org/archives/dri-devel/attachments/20160813/1347c932/attachment.html>

[Bug 91342] Very dark textures on some objects in indoors environments in Postal 2

2016-08-13 Thread bugzilla-dae...@freedesktop.org
Forever, Mesa 12.0.1 == ok, git == fail). -- 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/20160813/a0fff205/attachment.html>

[Bug 91342] Very dark textures on some objects in indoors environments in Postal 2

2016-08-13 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160813/a9e06ee9/attachment.html>

[Bug 97157] MST displays fail to wake

2016-08-13 Thread bugzilla-dae...@freedesktop.org
only multiple MST monitor setups. -- 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/20160813/10d7f85d/attachment.html>

[Bug 90481] Radeonsi driver, X crash while playing "Spec ops: the line"

2016-08-13 Thread bugzilla-dae...@freedesktop.org
tps://lists.freedesktop.org/archives/dri-devel/attachments/20160813/30e5b220/attachment.html>

[Bug 97260] [bisected] R9 290 low performance in Linux 4.7

2016-08-13 Thread bugzilla-dae...@freedesktop.org
assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160813/f710d173/attachment.html>

[Bug 91342] Very dark textures on some objects in indoors environments in Postal 2

2016-08-13 Thread bugzilla-dae...@freedesktop.org
://bugs.freedesktop.org/attachment.cgi?id=125699 -- 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/20160813/15a18915/attachment-0001.html>

[Bug 91342] Very dark textures on some objects in indoors environments in Postal 2

2016-08-13 Thread bugzilla-dae...@freedesktop.org
||g/show_bug.cgi?id=97285 -- 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/20160813/6520e

[Bug 90481] Radeonsi driver, X crash while playing "Spec ops: the line"

2016-08-13 Thread bugzilla-dae...@freedesktop.org
: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160813/4f69a6a1/attachment.html>

[Bug 91342] Very dark textures on some objects in indoors environments in Postal 2

2016-08-13 Thread bugzilla-dae...@freedesktop.org
part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160813/865bb86c/attachment.html>

[PATCH] drm/tegra: dpaux: Modify error handling

2016-08-13 Thread Amitoj Kaur Chawla
devm_pinctrl_register returns an ERR_PTR in case of error and should have an IS_ERR check instead of a null check. The Coccinelle semantic patch used to make this change is as follows: @@ expression e; @@ e = devm_pinxtrl_register(...); if( -!e +IS_ERR(e) ) { <+... return -

[PATCH v3 03/10] drm/imx: atomic phase 1: Use transitional atomic CRTC and plane helpers

2016-08-13 Thread Russell King - ARM Linux
On Sat, Aug 13, 2016 at 11:11:54AM +0100, Russell King - ARM Linux wrote: > On Mon, Jul 04, 2016 at 03:40:32PM +0800, Liu Ying wrote: > > Use the drm_plane_helper_update/disable() and drm_helper_crtc_mode_set() > > transitional atomic helpers. The crtc->mode_set_nofb callback is added > > so that

[PATCH v3 03/10] drm/imx: atomic phase 1: Use transitional atomic CRTC and plane helpers

2016-08-13 Thread Russell King - ARM Linux
On Mon, Jul 04, 2016 at 03:40:32PM +0800, Liu Ying wrote: > Use the drm_plane_helper_update/disable() and drm_helper_crtc_mode_set() > transitional atomic helpers. The crtc->mode_set_nofb callback is added > so that the primary plane is no longer tied to the CRTC. Check/update > logics are separa

[PATCH v3 03/10] drm/imx: atomic phase 1: Use transitional atomic CRTC and plane helpers

2016-08-13 Thread Russell King - ARM Linux
On Sat, Aug 13, 2016 at 11:45:31AM +0100, Russell King - ARM Linux wrote: > On Sat, Aug 13, 2016 at 11:11:54AM +0100, Russell King - ARM Linux wrote: > > On Mon, Jul 04, 2016 at 03:40:32PM +0800, Liu Ying wrote: > > > Use the drm_plane_helper_update/disable() and drm_helper_crtc_mode_set() > > > tr

[PATCH v3 03/10] drm/imx: atomic phase 1: Use transitional atomic CRTC and plane helpers

2016-08-13 Thread Russell King - ARM Linux
Okay, this is what I've ended up with - I'm not sure whether it's correct or not, but this dirty patch allows the full series to be applied and still have working userspace. I still need to undo all the reverts I have touching imx-drm between patch 10 of this set and 4.8-rc1... diff --git a/drive

[PATCH v3 03/10] drm/imx: atomic phase 1: Use transitional atomic CRTC and plane helpers

2016-08-13 Thread Russell King - ARM Linux
On Sat, Aug 13, 2016 at 03:09:10PM +0100, Russell King - ARM Linux wrote: > Okay, this is what I've ended up with - I'm not sure whether it's > correct or not, but this dirty patch allows the full series to be > applied and still have working userspace. > > I still need to undo all the reverts I h

imx-drm: Possible regression after update to atomic

2016-08-13 Thread Peter Senna Tschudin
d7868cb7ac58640e9c0383205ba31bd6a985cc6f is the last commit that works for me. I'm experiencing black screen after Weston starts in two different i.MX based devices: - i.MX6 -> arch/arm/boot/dts/imx6q-b850v3.dts - i.MX53 based device Weston starts, but nothing is shown on screen. fb works fi