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

2016-08-14 Thread bugzilla-dae...@freedesktop.org
... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160814/12c0921f/attachment.html>

[Bug 97338] Black squares in the Spec Ops: The Line chapter select screen

2016-08-14 Thread bugzilla-dae...@freedesktop.org
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160814/b3331769/attachment.html>

[Bug 97338] Black squares in the Spec Ops: The Line chapter select screen

2016-08-14 Thread bugzilla-dae...@freedesktop.org
seen any gpu lockups or crashes in the menu. -- 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/20160814/55afa604/attachment-0001.html>

[PATCH] drm/rockchip: Don't continue trying to enable crtc on failure

2016-08-14 Thread Daniel Vetter
On Fri, Aug 12, 2016 at 05:09:41PM -0400, Sean Paul wrote: > If vop_enable fails, don't continue on, it causes system hangs. > > Signed-off-by: Sean Paul Hm, I thought there's clk_prepare which then makes sure that clk_enable actually works? In that case I'd go with a WARN_ON or similar bad leve

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

2016-08-14 Thread Daniel Vetter
On Sat, Aug 13, 2016 at 12:29:47PM +0100, Russell King - ARM Linux wrote: > 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: > > > >

[Bug 97340] POSTAL 2 poor performance at certain times, RadeonSI driver

2016-08-14 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/20160814/a4ff81a1/attachment.html>

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

2016-08-14 Thread Daniel Vetter
On Sun, Aug 14, 2016 at 11:44:14AM +0200, Daniel Vetter wrote: > On Sat, Aug 13, 2016 at 12:29:47PM +0100, Russell King - ARM Linux wrote: > > 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: >

[Bug 93516] "Gods Will Be Watching" hangs at chapter load

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

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

2016-08-14 Thread Peter Senna Tschudin
On Sun, Aug 14, 2016 at 12:46:27PM +0200, Daniel Vetter wrote: > On Sun, Aug 14, 2016 at 11:44:14AM +0200, Daniel Vetter wrote: > > On Sat, Aug 13, 2016 at 12:29:47PM +0100, Russell King - ARM Linux wrote: > > > On Sat, Aug 13, 2016 at 11:45:31AM +0100, Russell King - ARM Linux wrote: > > > > On Sa

[PATCH v3 0/3] drm: add SimpleDRM driver

2016-08-14 Thread Noralf Trønnes
This patchset adds the simpledrm driver by David Herrmann based on a patchset[1] from 2014. That patchset also included patches for kicking out simpledrm by real drivers. I have stayed away from that since it involves another subsystem and I would probably be unable to answer any questions about th

[PATCH v3 2/3] drm: simpledrm: add fbdev fallback support

2016-08-14 Thread Noralf Trønnes
Create a simple fbdev device during SimpleDRM setup so legacy user-space and fbcon can use it. Original work by David Herrmann. Cc: dh.herrmann at gmail.com Signed-off-by: Noralf Trønnes --- Changes from version 2: - Switch to using drm_fb_helper in preparation for future panic handling whic

[PATCH v3 3/3] drm: simpledrm: honour remove_conflicting_framebuffers()

2016-08-14 Thread Noralf Trønnes
There is currently no non-fbdev mechanism in place to kick out simpledrm when the real hw-driver is probed. As a stop gap until that is in place, honour remove_conflicting_framebuffers() and delete the simple-framebuffer platform device when it's called. Signed-off-by: Noralf Trønnes --- Change

[PATCH v3 1/3] drm: add SimpleDRM driver

2016-08-14 Thread Noralf Trønnes
The SimpleDRM driver binds to simple-framebuffer devices and provides a DRM/KMS API. It provides only a single CRTC+encoder+connector combination plus one initial mode. Userspace can create dumb-buffers which can be blit into the real framebuffer similar to UDL. No access to the real framebuffer i

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

2016-08-14 Thread bugzilla-dae...@freedesktop.org
I'm pretty sure that's a different issue, though, so I won't elaborate (or > report, until this bug is fixed first). Same here. -- 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/20160814/43ce3c87/attachment.html>

[Bug 95474] Bioshock Infinite and DiRT Showdown perform very poorly on any GPU with GCN >=1.1

2016-08-14 Thread bugzilla-dae...@freedesktop.org
ng DiRT Showdown performance issues than to postpone closing this bug. -- 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/20160814/97e0cd5f/attachment.html>

[lockdep] drm/i915: possible circular locking dependency in i915 driver init

2016-08-14 Thread Masami Hiramatsu
Hello, I've found a suspicious circular locking dependency in i915 by lockdep. It seems main driver initialization thread and sub fbdev configuration thread take locks in different order implicitly. Please check it. The lockdep report is here. [4.254984] =

[PATCH] drm/udl: Ensure channel is selected before using the device.

2016-08-14 Thread Jamie Lentin
Lift configuration command from udlfb. If this command is not sent, then the device never outputs a signal, it's status LED is continually flashing and occasional "udlfb: wait for urb interrupted" messages are produced. Tested with a Rextron VCUD-60 attached to a Thinkpad X201s on Linux 4.7.0 Sig