[Bug 93495] [Regression] [Bisected] Slow performance on R9 270X (pitcairn) on mesa 11.1

2015-12-25 Thread bugzilla-dae...@freedesktop.org
mit 525921ed51176255474c73adacfc6801a7bf2783. If you need more information, please tell me. -- 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/20151225/90

[Bug 93495] [Regression] [Bisected] Slow performance on R9 270X (pitcairn) on mesa 11.1

2015-12-25 Thread bugzilla-dae...@freedesktop.org
part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151225/814670fa/attachment.html>

[Bug 92775] [radeon][TTM] Contention when evicting large buffers between VRAM and GTT

2015-12-25 Thread bugzilla-dae...@freedesktop.org
assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151225/8ced3703/attachment.html>

[Bug 76490] Hang during boot when DPM is on (R9 270X)

2015-12-25 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: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151225/81e9dd65/attachment.html>

[Bug 91294] [R7 370] DPM and power profile change crash the system

2015-12-25 Thread bugzilla-dae...@freedesktop.org
make the system use all the things for that card. -- 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/20151225/47b4d69b/attachment.html>

[Bug 92775] [radeon][TTM] Contention when evicting large buffers between VRAM and GTT

2015-12-25 Thread bugzilla-dae...@freedesktop.org
n HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151225/6d43752c/attachment-0001.html>

[PATCH v2 0/2] Improve drm_of_component_probe() and move rockchip to use it

2015-12-25 Thread Jean-Francois Moine
On Thu, 24 Dec 2015 12:36:10 + Russell King - ARM Linux wrote: > It seems that you're trying to work around a limitation in Linux by > modifying the hardware representation... Sorry to come back to this topic, but I think you are wrong. Looking at the imx6 DTs, the problem comes from the di

[PATCH v12 16/18] drm: bridge: analogix/dp: expand the wait time for looking AUX CH reply flag

2015-12-25 Thread Jingoo Han
On Thursday, December 24, 2015 10:23 AM, Yakir Yang wrote: > > Hi Jingoo, > > Okay, fine, I would drop this patch, until I found the the root cause. OK, I see. Best regards, Jingoo Han > > - Yakir > > On 12/23/2015 11:10 PM, Jingoo Han wrote: > > On Wednesday, December 23, 2015 9:51 PM, Yaki

[Bug 93495] [Regression] [Bisected] Slow performance on R9 270X (pitcairn) on mesa 11.1

2015-12-25 Thread bugzilla-dae...@freedesktop.org
r the noise. -- 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/20151225/c2487c52/attachment.html>

[Bug 93495] [Regression] [Bisected] Slow performance on R9 270X (pitcairn) on mesa 11.1

2015-12-25 Thread bugzilla-dae...@freedesktop.org
|--- |INVALID -- 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/20151225/1a69a4ed/attachment.html>

[Bug 92775] [radeon][TTM] Contention when evicting large buffers between VRAM and GTT

2015-12-25 Thread bugzilla-dae...@freedesktop.org
ocate new_mem pages page by page and copy page by page. -- 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/20151225/

[Bug 76490] Hang during boot when DPM is on (R9 270X)

2015-12-25 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: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151225/3d8ed93c/attachment.html>

[Bug 91880] Radeonsi on Grenada cards (r9 390) exceptionally unstable and poorly performing

2015-12-25 Thread bugzilla-dae...@freedesktop.org
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/20151225/7891b78d/attachment.html>

[PATCH 2/2] drm/dp/mst: fix in RAD element access

2015-12-25 Thread Mykola Lysenko
This is needed to receive correct port number from RAD, so MSTB could be found Signed-off-by: Mykola Lysenko --- drivers/gpu/drm/drm_dp_mst_topology.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/drm_dp_mst_topology.c b/drivers/gpu/drm/drm_dp_mst_topol

[PATCH 1/2] drm/dp/mst: fix in MSTB RAD initialization

2015-12-25 Thread Mykola Lysenko
This fix is needed to support more then two branch displays, so RAD address consist at least of 2 elements Signed-off-by: Mykola Lysenko --- drivers/gpu/drm/drm_dp_mst_topology.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/drm_dp_mst_topology.

[PATCH 0/2] Two fixes in RAD initialization and parsing

2015-12-25 Thread Mykola Lysenko
Below two changes are needed to support more then two MST branch devices in daisy chain Mykola Lysenko (2): drm/dp/mst: fix in MSTB RAD initialization drm/dp/mst: fix in RAD element access drivers/gpu/drm/drm_dp_mst_topology.c | 16 1 file changed, 8 insertions(+), 8 deletio