[Bug 86864] [rv6xx] RADEON_FLAG_GTT_WC causes GPU to reset when playing Second Life / other games

2014-11-29 Thread bugzilla-dae...@freedesktop.org
because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141129/e0984273/attachment.html>

[Bug 86861] [rv6xx] When using a hardware KVM switch between computers EDID sometimes not detected/display goes fuzzy

2014-11-29 Thread bugzilla-dae...@freedesktop.org
because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141129/c27b4a6a/attachment.html>

[PATCH] drivers:gpu:drm Remove unneeded struct of type psb_intel_i2c_chan in the header file psb_drv.h

2014-11-29 Thread Nicholas Krause
Removes unneeeded struct *lvds_i2c_bus of type, psb_intel_i2c_chan as this struct is no needed due to never being used in the header file, psb_drv.h and therefore should be removed from this header file. Signed-off-by: Nicholas Krause --- drivers/gpu/drm/gma500/psb_drv.h | 1 - 1 file changed,

[Bug 85950] [regression] Mesa 10.3.2 - radeon rv6xx GPU when using OpenGL games

2014-11-29 Thread bugzilla-dae...@freedesktop.org
was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141129/edcaaed8/attachment.html>

[Bug 83461] hdmi screen flicker/unusable

2014-11-29 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=83461 --- Comment #25 from Christian König --- (In reply to kb from comment #24) > Any ideas on this? It's really annoying as I need to keep away from > upgrading kernel past 3.14. :( Unfortunately not, cause I don't have any idea what's causing

[Bug 84292] [r600] crashes in Tropico 5 with Radeon HD 5xxx

2014-11-29 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20141129/1a485b78/attachment.html>

[PATCH] drm: i2c: tda998x: Retry fetching the EDID if it fails first time.

2014-11-29 Thread Jean-Francois Moine
On Fri, 28 Nov 2014 09:02:39 + Andrew Jackson wrote: > > It seems that your patch is deprecated by Laurent Pinchart's > > [PATCH] drm: tda998x: Use drm_do_get_edid() > > http://lists.freedesktop.org/archives/dri-devel/2014-November/072906.html > > > > Thank you for the heads-up, I'd

[Bug 73338] Fan speed in idle at 40% with radeonsi and at 18% with catalyst

2014-11-29 Thread bugzilla-dae...@freedesktop.org
the FDO_STATIC_DUTY_MASK and FMAX_DUTY100_MASK is 0xF and not 0xFF? -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141129/122ba98d/attachment.html>

[Bug 73338] Fan speed in idle at 40% with radeonsi and at 18% with catalyst

2014-11-29 Thread bugzilla-dae...@freedesktop.org
... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141129/b371bb23/attachment.html>

[PATCH 0/2] drm: tda998x: Fix a couple of problems

2014-11-29 Thread Jean-Francois Moine
1) The HDMI registers of the tda998x chips are accessed by pages. As these HDMI registers may be accessed from different tasks (video, irq/workqueue, and soon audio), the page register setting must be protected. 2) On HDMI reconnect (cable plug-in), the EDID is read too early and this raises a

[PATCH 2/2] drm: tda998x: Fix EDID read timeout on HDMI connect

2014-11-29 Thread Jean-Francois Moine
When the HDMI cable is disconnected and reconnected, EDID reading is called too early raising a EDID read timeout. This patch uses the system work queue to delay the notification of the HDMI connect/disconnect event. Signed-off-by: Jean-Francois Moine --- drivers/gpu/drm/i2c/tda998x_drv.c | 22

[PATCH 1/2] drm: tda998x: Protect the page register

2014-11-29 Thread Jean-Francois Moine
As the HDMI registers of the TDA998x chips are accessed by pages, the page register must be protected. Signed-off-by: Jean-Francois Moine --- drivers/gpu/drm/i2c/tda998x_drv.c | 25 - 1 file changed, 20 insertions(+), 5 deletions(-) diff --git

3.18-rc regression: drm/nouveau: use shared fences for readable objects

2014-11-29 Thread Ian Kumlien
Hi, Sorry to but in like this but I'm suffering from the same kind of deadlocks with nouveau... The really odd thing is that i could boot some -rc6+ kernel without problems but it hung while playing video and then it refused to start properly again. Anyway, to quote Maarten: Ok that most

[PATCH] drm/i915 Trouble with minimum brightness

2014-11-29 Thread Jay Aurabind
sc Type: application/pgp-signature Size: 213 bytes Desc: OpenPGP digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141129/f012476e/attachment-0001.sig>

[PATCH v3 0/3] drm: describe display bus format

2014-11-29 Thread Laurent Pinchart
Hi Boris, On Thursday 27 November 2014 14:37:50 Boris Brezillon wrote: > On Tue, 18 Nov 2014 14:46:17 +0100 Boris Brezillon wrote: > > Hello, > > > > This series makes use of the MEDIA_BUS_FMT definition to describe how > > the data are transmitted to the display. > > > > This will allow

[PATCH v3 1/3] drm: add bus_formats and nbus_formats fields to drm_display_info

2014-11-29 Thread Laurent Pinchart
Hi Boris, Thank you for the patch. I just have two small comments. On Tuesday 18 November 2014 14:46:18 Boris Brezillon wrote: > Add bus_formats and nbus_formats fields and > drm_display_info_set_bus_formats helper function to specify the bus > formats supported by a given display. > > This