[Bug 95413] Oversaturation + Artifacts on screen refresh with Redwood GPU

2016-05-15 Thread bugzilla-dae...@freedesktop.org
because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160515/d21a6bf9/attachment.html>

[PATCH] gpu:drm:radeon:fix array out fo bouds

2016-05-15 Thread Heloise NH
From: tom will When the initial value of i is greater than zero, it may cause endless loop, resulting in array out of bouds, fix it. Signed-off-by: tom will --- drivers/gpu/drm/radeon/kv_dpm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/radeon/kv_dpm.c b

[Bug 95413] Oversaturation + Artifacts on screen refresh with Redwood GPU

2016-05-15 Thread bugzilla-dae...@freedesktop.org
ves/dri-devel/attachments/20160515/0adc8394/attachment.html>

[PATCH 4/4] tests/amdgpu: adapt to new polaris10/11 uvd fw

2016-05-15 Thread Emil Velikov
On 14 May 2016 at 19:29, Christian König wrote: > Am 14.05.2016 um 16:19 schrieb Emil Velikov: >> >> Hi all, >> >> On 13 May 2016 at 17:48, Alex Deucher wrote: >>> >>> From: Sonny Jiang >>> >>> Signed-off-by: Sonny Jiang >>> Reviewed-by: Alex Deucher >>> Signed-off-by: Alex Deucher >>> --- >

[Bug 112491] Radeon: HD 7400G / A4-4355M System overheats with active graphics card use.

2016-05-15 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=112491 --- Comment #17 from Dionisus Torimens --- I think I've solved it. The kernel parameter radeon.runpm=0 seems to work around the issue. The performance is degraded, but the temperatures mostly stay below 80°C. Generally the system appears to

[PATCH 2/2] Add DT binding doc for DCU for ls1021a-twr

2016-05-15 Thread Meng Yi
Add port node to DCU node using "OF graph" discription. Signed-off-by: Alison Wang Signed-off-by: Xiubo Li Signed-off-by: Jianwei Wang Signed-off-by: Meng Yi --- Documentation/devicetree/bindings/display/fsl,dcu.txt | 9 + 1 file changed, 9 insertions(+) diff --git a/Documentation/de

[PATCH 1/2] drm/fsl-dcu: Add HDMI driver for freescale DCU

2016-05-15 Thread Meng Yi
This driver add the basic functions for Encoder, and link the Encoder to appropriate DRM bridge. This driver is depend on sii9022 driver(drm_bridge approach),which is sent by Boris Brezillon to community but not merged. https://patchwork.kernel.org/patch/8600921/ Signed-off-by: Alison Wang Signed

[Bug 95406] glLogicOp (GL_XOR) does not work on AMD/ATI card

2016-05-15 Thread bugzilla-dae...@freedesktop.org
scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160515/2c585a43/attachment.html>

[Bug 95406] glLogicOp (GL_XOR) does not work on AMD/ATI card

2016-05-15 Thread bugzilla-dae...@freedesktop.org
or the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160515/c36ae0ef/attachment.html>

[Bug 112491] Radeon: HD 7400G / A4-4355M System overheats with active graphics card use.

2016-05-15 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=112491 Vedran Miletić changed: What|Removed |Added CC||rivanvx at gmail.com --- Comment #16 f

[Bug 112491] Radeon: HD 7400G / A4-4355M System overheats with active graphics card use.

2016-05-15 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=112491 Dionisus Torimens changed: What|Removed |Added Summary|Radeon: HD 7400G / A4-4355M |Radeon: HD 7400G / A4-4355M

[Bug 43698] On PPC, OpenGL programs use incorrect texture colors.

2016-05-15 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/20160515/b8114c14/attachment-0001.html>

[PATCH] xf86drm: ensure proper alignment of pointers in drmProcessPciDevice

2016-05-15 Thread Emil Velikov
Hi Nicolai, On 13 May 2016 at 07:14, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > Previously, (*device)->businfo.pci would end up misaligned, which results > in undefined behavior. > Can you point me to a source where I can read more on the topic ? I'm pretty sure I ran this through valgri