[Bug 60523] Radeon DPM not working with 2 monitors attached to Radeon HD5770 (Juniper)

2016-03-06 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=60523 --- Comment #75 from Steven Haigh --- To get more info on this, I rebooted the system with a single screen attached: $ cat /sys/kernel/debug/dri/64/radeon_pm_info uvdvclk: 0 dclk: 0 power level 0sclk: 3 mclk: 3 vddc: 950 vddci: 95

[Bug 60523] Radeon DPM not working with 2 monitors attached to Radeon HD5770 (Juniper)

2016-03-06 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=60523 --- Comment #76 from Steven Haigh --- Hmmm - yet when I hit submit on this page, it pushed the GPU up a power level, and now its stuck there again: $ cat /sys/kernel/debug/dri/64/radeon_pm_info uvdvclk: 0 dclk: 0 power level 2sclk: 9

[PATCH 1/2] drm/radeon: Fix eDP for single-display iMac10,1

2016-03-06 Thread Mario Kleiner
The late 2009, 27 inch Apple iMac10,1 has an internal eDP display and an external Mini- Displayport output, driven by a DCE-3.2, RV730 Radeon Mobility HD-4670. The machine worked fine in a dual-display setup with eDP panel + externally connected HDMI or DVI-D digital display sink, connected via Mi

[PATCH 2/2] drm/radeon: Don't drop DP 2.7 Ghz link setup on some cards.

2016-03-06 Thread Mario Kleiner
As observed on Apple iMac10,1, DCE-3.2, RV-730, link rate of 2.7 Ghz is not selected, because the args.v1.ucConfig flag setting for 2.7 Ghz gets overwritten by a following assignment of the transmitter to use. Move link rate setup a few lines down to fix this. In practice this didn't have any posi

[Bug 94410] [radeonsi] Unreal engine 4 Segmentation fault

2016-03-06 Thread bugzilla-dae...@freedesktop.org
the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160306/4cd1ef42/attachment-0001.html>

[Bug 112921] Lock-up after screensaver on radeon

2016-03-06 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=112921 Jean Delvare changed: What|Removed |Added Status|ASSIGNED|NEEDINFO --- Comment #8 from Jean Delvare

[Bug 94405] radeon GPU hang

2016-03-06 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/20160306/088258a8/attachment.html>

[PATCH] drm/vc4: improve throughput by pipelining binning and rendering jobs

2016-03-06 Thread Varad Gautam
Hi Eric, On Sat, Mar 5, 2016 at 7:17 AM, Eric Anholt wrote: > Varad Gautam writes: > >> The hardware provides us with separate threads for binning and >> rendering, and the existing model waits for them both to complete >> before submitting the next job. >> >> Splitting the binning an

[Bug 94412] Trine 3 misrender

2016-03-06 Thread bugzilla-dae...@freedesktop.org
/dri-devel/attachments/20160306/c79324d5/attachment.html>

[Bug 94412] Trine 3 misrender

2016-03-06 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/20160306/a350a110/attachment.html>

[Bug 94412] Trine 3 misrender

2016-03-06 Thread bugzilla-dae...@freedesktop.org
xt part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160306/d588a247/attachment.html>

[Bug 94412] Trine 3 misrender

2016-03-06 Thread bugzilla-dae...@freedesktop.org
the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160306/664d0183/attachment.html>

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

2016-03-06 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=107381 Stratos Zolotas changed: What|Removed |Added CC||strzol at gmail.com --- Comment #7 fro

[PATCH 1/3] drm/omap: remove -Werror from Makefile

2016-03-06 Thread Laurent Pinchart
Hi Tomi, On Thursday 03 March 2016 20:54:27 Tomi Valkeinen wrote: > On 03/03/16 20:44, Laurent Pinchart wrote: > > On Thursday 03 March 2016 16:01:16 Tomi Valkeinen wrote: > >> Having -Werror in the omapdrm Makefile makes development and debugging a > >> PITA. Let's remove it. > > > > Well, shoul

[PATCH 3/3] drm/omap: no need to select OMAP2_DSS

2016-03-06 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Thursday 03 March 2016 16:01:18 Tomi Valkeinen wrote: > omapdss driver now depends on omapdrm, so we no longer should select > OMAP2_DSS from omapdrm's Kconfig. > > Signed-off-by: Tomi Valkeinen Acked-by: Laurent Pinchart > --- > drivers/gpu/drm/omapdrm/

[PATCH] drm: Check for connector->state NULL in drm_atomic_add_affected_connectors

2016-03-06 Thread Daniel Vetter
On Fri, Mar 04, 2016 at 03:43:53PM -0800, Douglas Anderson wrote: > On a system I'm doing development on I found a crash. The crawl looked > like: > > PC is at drm_atomic_add_affected_connectors+0x98/0xe8 > ... > drm_atomic_add_affected_connectors from > __drm_atomic_helper_set_config+0x21

[PATCH] drm: Check for connector->state NULL in drm_atomic_add_affected_connectors

2016-03-06 Thread Ville Syrjälä
On Sun, Mar 06, 2016 at 05:29:51PM +0100, Daniel Vetter wrote: > On Fri, Mar 04, 2016 at 03:43:53PM -0800, Douglas Anderson wrote: > > On a system I'm doing development on I found a crash. The crawl looked > > like: > > > > PC is at drm_atomic_add_affected_connectors+0x98/0xe8 > > ... > > d

[PATCH resend] PCI: QEMU top-level IDs for (sub)vendor & device

2016-03-06 Thread Robin H. Johnson
Introduce PCI_VENDOR/PCI_SUBVENDOR/PCI_SUBDEVICE defines to replace the constants scattered in the kernel already used to detect QEMU. They are defined in the QEMU codebase per docs/specs/pci-ids.txt. Signed-off-by: Robin H. Johnson Reviewed-by: Takashi Iwai Reviewed-by: Gerd Hoffmann --- This

GSoC 2016

2016-03-06 Thread Tahir Ramzan
vel/attachments/20160306/25228127/attachment.html>