[Bug 92936] Tonga powerplay isssues

2016-02-05 Thread bugzilla-dae...@freedesktop.org
the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160205/d8e71259/attachment.html>

Intel drm random freezes with Z36xxx/Z37xxx and several current 4.x kernels?

2016-02-05 Thread Bruno Kant
Hello, According to what I read, video related bug reports could be feed to xorg developpers, they would care about the kernel driver also. Is this an adequate list for such reports? Would you have an easy way to get a diff for Intel Z36xxx/Z37xxx driver, between those two Fedora kernel builds

[Bug 105041] System constantly freezes up when waking from suspend2ram

2016-02-05 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=105041 --- Comment #14 from eversor at openmailbox.org --- Unfortunately, it's not that simple... With nouveau i actually had guaranteed deadlock on resume. Without it i experience random freezes. Sometimes suspend/resume works, but sometimes it doesn't

[Bug 93988] Amdgpu, Tonga R9 380: ring 0 test failed (scratch(0xC040)=0xCAFEDEAD)

2016-02-05 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/20160205/0f675616/attachment.html>

[Bug 94012] Tonga OpenCL clpeak vm faults

2016-02-05 Thread bugzilla-dae...@freedesktop.org
the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160205/16620815/attachment-0001.html>

[Bug 94012] Tonga OpenCL clpeak vm faults

2016-02-05 Thread bugzilla-dae...@freedesktop.org
utput and vm debug file from R600_DEBUG=check_vm,cs ./clpeak &>~/clpeak-cs -- 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/attachm

[PATCH v2 10/26] ARM: sun5i: a13: Add display and TCON clocks

2016-02-05 Thread Chen-Yu Tsai
On Thu, Feb 4, 2016 at 4:31 AM, Maxime Ripard wrote: > Hi, > > On Sun, Jan 17, 2016 at 01:06:07AM +0800, Chen-Yu Tsai wrote: >> > + compatible = "allwinner,sun4i-a10-tcon-ch0-clk"; >> > + reg = <0x01c20118 0x4>; >> > + clocks = <&pl

[Bug 93753] Sometimes wrong clk frequency of Display after dpms mode changes.

2016-02-05 Thread bugzilla-dae...@freedesktop.org
e the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160205/7f8b9fea/attachment.html>

[Bug 93753] Sometimes wrong clk frequency of Display after dpms mode changes.

2016-02-05 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160205/e5fd8643/attachment.html>

[Bug 93753] Sometimes wrong clk frequency of Display after dpms mode changes.

2016-02-05 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/20160205/0ceba8bf/attachment.html>

[Bug 93753] Sometimes wrong clk frequency of Display after dpms mode changes.

2016-02-05 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/20160205/f5c7c7dd/attachment.html>

[PATCH v9 03/14] drm/mediatek: Add DSI sub driver

2016-02-05 Thread CK Hu
Hi, Philipp: On Thu, 2016-02-04 at 13:48 +0100, Philipp Zabel wrote: > Am Donnerstag, den 04.02.2016, 14:37 +0800 schrieb CK Hu: > > Hi Philipp: > > > > On Wed, 2016-02-03 at 12:01 +0100, Philipp Zabel wrote: > > > Hi Daniel, > > > > > > > > > > +static void mtk_output_dsi_disable(struct mtk_ds

[Bug 80419] XCOM: Enemy Unknown Causes lockup

2016-02-05 Thread bugzilla-dae...@freedesktop.org
own right, which can and will cause rendering issues depending on the OpenGL driver implementation. -- 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/d

[PATCHv11 17/17] vivid: add CEC emulation

2016-02-05 Thread Hans Verkuil
From: Hans Verkuil The vivid driver has been extended to provide CEC adapters for the HDMI input and HDMI outputs in order to test CEC applications. This CEC emulation is faithful to the CEC timings (i.e., it all at a snail's pace). Signed-off-by: Hans Verkuil --- Documentation/video4linux/vi

[PATCHv11 16/17] cobalt: add cec support

2016-02-05 Thread Hans Verkuil
From: Hans Verkuil Add CEC support to the cobalt driver. Signed-off-by: Hans Verkuil --- drivers/media/pci/cobalt/Kconfig | 1 + drivers/media/pci/cobalt/cobalt-driver.c | 111 ++- drivers/media/pci/cobalt/cobalt-driver.h | 2 + drivers/media/pci/cobalt/coba

[PATCHv11 15/17] cec: s5p-cec: Add s5p-cec driver

2016-02-05 Thread Hans Verkuil
From: Kamil Debski Add CEC interface driver present in the Samsung Exynos range of SoCs. The following files were based on work by SangPil Moon: - exynos_hdmi_cec.h - exynos_hdmi_cecctl.c Signed-off-by: Kamil Debski Signed-off-by: Hans Verkuil --- .../devicetree/bindings/media/s5p-cec.txt

[PATCHv11 14/17] cec: adv7511: add cec support.

2016-02-05 Thread Hans Verkuil
From: Hans Verkuil Add CEC support to the adv7511 driver. Signed-off-by: Hans Verkuil [k.debski at samsung.com: Merged changes from CEC Updates commit by Hans Verkuil] Signed-off-by: Kamil Debski Signed-off-by: Hans Verkuil --- drivers/media/i2c/adv7511.c | 366 +

[PATCHv11 13/17] cec: adv7842: add cec support

2016-02-05 Thread Hans Verkuil
From: Hans Verkuil Add CEC support to the adv7842 driver. Signed-off-by: Hans Verkuil --- drivers/media/i2c/adv7842.c | 257 +--- 1 file changed, 240 insertions(+), 17 deletions(-) diff --git a/drivers/media/i2c/adv7842.c b/drivers/media/i2c/adv7842.c i

[PATCHv11 12/17] cec: adv7604: add cec support.

2016-02-05 Thread Hans Verkuil
From: Hans Verkuil Add CEC support to the adv7604 driver. Signed-off-by: Hans Verkuil [k.debski at samsung.com: Merged changes from CEC Updates commit by Hans Verkuil] [k.debski at samsung.com: add missing methods cec/io_write_and_or] [k.debski at samsung.com: change adv7604 to adv76xx in adde

[PATCHv11 11/17] v4l2-subdev: add HDMI CEC ops

2016-02-05 Thread Hans Verkuil
From: Hans Verkuil Add CEC callbacks to the new v4l2_subdev_cec_ops struct. These are the low-level CEC ops that subdevs that support CEC have to implement. Signed-off-by: Hans Verkuil [k.debski at samsung.com: Merged changes from CEC Updates commit by Hans Verkuil] Signed-off-by: Kamil Debski

[PATCHv11 10/17] DocBook/media: add CEC documentation

2016-02-05 Thread Hans Verkuil
From: Hans Verkuil Add DocBook documentation for the CEC API. Signed-off-by: Hans Verkuil [k.debski at samsung.com: add documentation for passthrough mode] [k.debski at samsung.com: minor fixes and change of reserved field sizes] Signed-off-by: Kamil Debski Signed-off-by: Hans Verkuil --- Do

[PATCHv11 09/17] cec.txt: add CEC framework documentation

2016-02-05 Thread Hans Verkuil
From: Hans Verkuil Document the new HDMI CEC framework. Signed-off-by: Hans Verkuil [k.debski at samsung.com: add DocBook documentation by Hans Verkuil, with Signed-off-by: Kamil Debski Signed-off-by: Hans Verkuil --- Documentation/cec.txt | 348 ++

[PATCHv11 08/17] cec: add compat32 ioctl support

2016-02-05 Thread Hans Verkuil
From: Hans Verkuil The CEC ioctls didn't have compat32 support, so they returned -ENOTTY when used in a 32 bit application on a 64 bit kernel. Since all the CEC ioctls are 32-bit compatible adding support for this API is trivial. Signed-off-by: Hans Verkuil --- fs/compat_ioctl.c | 19

[PATCHv11 07/17] cec: add HDMI CEC framework

2016-02-05 Thread Hans Verkuil
From: Hans Verkuil The added HDMI CEC framework provides a generic kernel interface for HDMI CEC devices. Signed-off-by: Hans Verkuil [k.debski at samsung.com: Merged CEC Updates commit by Hans Verkuil] [k.debski at samsung.com: Merged Update author commit by Hans Verkuil] [k.debski at samsung.

[PATCHv11 06/17] rc: Add HDMI CEC protocol handling

2016-02-05 Thread Hans Verkuil
From: Kamil Debski Add handling of remote control events coming from the HDMI CEC bus. This patch includes a new keymap that maps values found in the CEC messages to the keys pressed and released. Also, a new protocol has been added to the core. Signed-off-by: Kamil Debski Signed-off-by: Hans V

[PATCHv11 05/17] HID: add HDMI CEC specific keycodes

2016-02-05 Thread Hans Verkuil
From: Kamil Debski Add HDMI CEC specific keycodes to the keycodes definition. Signed-off-by: Kamil Debski Signed-off-by: Hans Verkuil --- include/uapi/linux/input-event-codes.h | 28 1 file changed, 28 insertions(+) diff --git a/include/uapi/linux/input-event-cod

[PATCHv11 04/17] input.h: add BUS_CEC type

2016-02-05 Thread Hans Verkuil
From: Hans Verkuil Inputs can come in over the HDMI CEC bus, so add a new type for this. Signed-off-by: Hans Verkuil Acked-by: Dmitry Torokhov --- include/uapi/linux/input.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uapi/linux/input.h b/include/uapi/linux/input.h index 27586

[PATCHv11 03/17] dts: exynos4412-odroid*: enable the HDMI CEC device

2016-02-05 Thread Hans Verkuil
From: Kamil Debski Add a dts node entry and enable the HDMI CEC device present in the Exynos4 family of SoCs. Signed-off-by: Kamil Debski Signed-off-by: Hans Verkuil Acked-by: Krzysztof Kozlowski --- arch/arm/boot/dts/exynos4210-universal_c210.dts | 4 1 file changed, 4 insertions(+) d

[PATCHv11 02/17] dts: exynos4: add node for the HDMI CEC device

2016-02-05 Thread Hans Verkuil
From: Kamil Debski This patch adds HDMI CEC node specific to the Exynos4210/4x12 SoC series. Signed-off-by: Kamil Debski Signed-off-by: Hans Verkuil Acked-by: Krzysztof Kozlowski --- arch/arm/boot/dts/exynos4.dtsi | 12 1 file changed, 12 insertions(+) diff --git a/arch/arm/boo

[PATCHv11 01/17] dts: exynos4*: add HDMI CEC pin definition to pinctrl

2016-02-05 Thread Hans Verkuil
From: Kamil Debski Add pinctrl nodes for the HDMI CEC device to the Exynos4210 and Exynos4x12 SoCs. These are required by the HDMI CEC device. Signed-off-by: Kamil Debski Signed-off-by: Hans Verkuil Acked-by: Krzysztof Kozlowski --- arch/arm/boot/dts/exynos4210-pinctrl.dtsi | 7 +++ arch

[PATCHv11 00/17] HDMI CEC framework

2016-02-05 Thread Hans Verkuil
From: Hans Verkuil Hi all, The eleventh version of this patchset addresses the comments 2 and 3 I made when I posted the previous version. I am now much happier about those parts of the API. It also implements a bunch of bug fixes and adds CEC emulation to the vivid driver. The one remaining op

[Bug 80419] XCOM: Enemy Unknown Causes lockup

2016-02-05 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160205/cd8c44fe/attachment.html>

[GIT PULL] exynos-drm-fixes

2016-02-05 Thread Dave Airlie
On 1 February 2016 at 16:42, Inki Dae wrote: > Hi Dave, > >Just regression fixes. >- Fix build warning and error without PM configuration >- Fix no display issue on Snow board reported by Michal Suchanek, > http://www.spinics.net/lists/dri-devel/msg99473.html > >Plese, kindly

[Bug 80419] XCOM: Enemy Unknown Causes lockup

2016-02-05 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160205/4055c82a/attachment-0001.html>

[pull] radeon and amdgpu drm-fixes-4.5

2016-02-05 Thread Dave Airlie
On 4 February 2016 at 07:12, Alex Deucher wrote: > Hi Dave, > > Radeon and amdgpu fixes for 4.5. Highlights: > - fix and enable iceland/topaz support > - handle WC on platforms that don't support it > > > The following changes since commit d8b8eb829d4c30cd1e41a1ddc308a0e7c22169da: > > Merge bra

[Bug 80419] XCOM: Enemy Unknown Causes lockup

2016-02-05 Thread bugzilla-dae...@freedesktop.org
hub.com/apitrace/apitrace/issues/407#issuecomment-166619366 -- 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/20160205/bfca3603/attachment.html>

[Bug 80419] XCOM: Enemy Unknown Causes lockup

2016-02-05 Thread bugzilla-dae...@freedesktop.org
time to collect enough information to really understand what's going on. -- 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/attachm

[Bug 92936] Tonga powerplay isssues

2016-02-05 Thread bugzilla-dae...@freedesktop.org
't get to go fast enough to up the clocks its self. -- 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/20160205/448f8476/attachment.html>

[GIT PULL] exynos-drm-fixes

2016-02-05 Thread Inki Dae
Hi Dave, 2016년 02월 05일 13:46에 Dave Airlie 이(가) 쓴 글: > On 1 February 2016 at 16:42, Inki Dae wrote: >> Hi Dave, >> >>Just regression fixes. >>- Fix build warning and error without PM configuration >>- Fix no display issue on Snow board reported by Michal Suchanek, >>

[PATCH 2/2] drm: make unplugged flag specific to udl driver

2016-02-05 Thread Haixia Shi
Remove the general drm_device_is_unplugged() checks, and move the unplugged flag handling logic into drm/udl. In general we want to keep driver-specific logic out of common drm code. Signed-off-by: Haixia Shi Reviewed-by: Stéphane Marchesin --- drivers/gpu/drm/drm_drv.c | 6 --

[PATCH 1/2] drm/msm: remove the drm_device_is_unplugged check

2016-02-05 Thread Haixia Shi
This flag is only used for drm/udl. Signed-off-by: Haixia Shi Reviewed-by: Stéphane Marchesin --- drivers/gpu/drm/msm/msm_fbdev.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/gpu/drm/msm/msm_fbdev.c b/drivers/gpu/drm/msm/msm_fbdev.c index d95af6e..e119c29 100644 --- a/drivers/

[Bug 93988] Amdgpu, Tonga R9 380: ring 0 test failed (scratch(0xC040)=0xCAFEDEAD)

2016-02-05 Thread bugzilla-dae...@freedesktop.org
attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160205/4361d46a/attachment.html>

[Bug 94008] Grow Home colors are wrong with HD6950

2016-02-05 Thread bugzilla-dae...@freedesktop.org
gnee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160205/eed5eacb/attachment-0001.html>

[Bug 80419] XCOM: Enemy Unknown Causes lockup

2016-02-05 Thread bugzilla-dae...@freedesktop.org
--- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160205/9b73069e/attachment.html>

[GIT PULL][drm-next] drm: Add support for ARM HDLCD

2016-02-05 Thread Liviu Dudau
On Wed, Jan 13, 2016 at 01:13:07PM +, Liviu Dudau wrote: > Hi David, Gentle ping! Are there any reasons not to include this series into drm-next? It has been cooking (rotting?) in linux-next for more than a month now. I'm aware of the cleanup of .preclose hook that Daniel Vetter has on a dif

Direct userspace dma-buf mmap (v7)

2016-02-05 Thread Tiago Vignatti
On 02/04/2016 06:55 PM, Stéphane Marchesin wrote: > On Tue, Dec 22, 2015 at 1:36 PM, Tiago Vignatti > wrote: >> Hey back, >> >> Thank you Daniel, Chris, Alex and Thomas for reviewing the last series. I >> think I addressed most of the comments now in version 7, including: >>- being even more

[PATCH v2] drm: Clean up drm Makefile

2016-02-05 Thread Xinliang Liu
This patch cleans up the Makefile of drm root directory. Make core and device drivers configuration list sorted Alphabetically. Signed-off-by: Xinliang Liu Reviewed-by: Xinwei Kong Reviewed-by: Yifan Liu --- drivers/gpu/drm/Makefile | 102 --- 1 file

[Bug 92936] Tonga powerplay isssues

2016-02-05 Thread bugzilla-dae...@freedesktop.org
HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160205/b3846e57/attachment.html>

[PATCH v4 1/2] clk: sunxi: Add sun6i/8i video support

2016-02-05 Thread Maxime Ripard
lock; > + > + fact = kzalloc(sizeof(*fact), GFP_KERNEL); > + if (!fact) > + goto free_gate; > + fact->reg = mmio; > + > + parent = of_clk_get_parent_name(node, 0); > + > + of_property_read_string(node, "clock-output-names", &clk_name); > + > + clk = clk_register_composite(NULL, clk_name, > + &parent, 1, > + NULL, NULL, > + &fact->hw, &clk_sun6i_pll3_fact_ops, > + &gate->hw, &clk_gate_ops, > + 0); > + if (IS_ERR(clk)) { > + pr_err("%s: Couldn't register the clock\n", clk_name); > + goto free_fact; > + } > + > + of_clk_add_provider(node, of_clk_src_simple_get, clk); > + > + return; > + > +free_fact: > + kfree(fact); > +free_gate: > + kfree(gate); > +free_mmio: > + iounmap(mmio); > + of_address_to_resource(node, 0, &res); > + release_mem_region(res.start, resource_size(&res)); > +} > + > +CLK_OF_DECLARE(sun6i_pll3, "allwinner,sun6i-pll3-clk", sun6i_pll3_setup); And please use the clk-factors code here. Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160205/067edc6a/attachment-0001.sig>

[Bug 80419] XCOM: Enemy Unknown Causes lockup

2016-02-05 Thread bugzilla-dae...@freedesktop.org
confirm or refute this :) -- 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/20160205/82abc4fa/attachment.html>

[Bug 93998] Linux 4.5-rc2 ATI Radeon 3000 Graphics not rendering correctly

2016-02-05 Thread bugzilla-dae...@freedesktop.org
nks just e-mailed him. -- 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/20160205/1e8ecc27/attachment.html>

[Bug 80419] XCOM: Enemy Unknown Causes lockup

2016-02-05 Thread bugzilla-dae...@freedesktop.org
sue is indeed inside the game not inside the Mesa drivers. -- 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/20160205/2a

[Bug 15738] driValidateTextureHeaps is confused

2016-02-05 Thread bugzilla-dae...@freedesktop.org
dri-devel/attachments/20160205/504cb819/attachment.html>

[Bug 81045] [r600] Unreal Engine 4 demo crashed kernel

2016-02-05 Thread bugzilla-dae...@freedesktop.org
There is bug 92806. -- 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/20160205/bffa8ee0/attachment.html>

[Bug 93998] Linux 4.5-rc2 ATI Radeon 3000 Graphics not rendering correctly

2016-02-05 Thread bugzilla-dae...@freedesktop.org
he assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160205/f4971d71/attachment.html>

[Bug 93998] Linux 4.5-rc2 ATI Radeon 3000 Graphics not rendering correctly

2016-02-05 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/20160205/5f172a00/attachment-0001.html>

[Bug 80419] XCOM: Enemy Unknown Causes lockup

2016-02-05 Thread bugzilla-dae...@freedesktop.org
e bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160205/0ccc1756/attachment.html>

[Bug 12184] r200BindTexture(): texObj->DriverData != NULL assertion failed

2016-02-05 Thread bugzilla-dae...@freedesktop.org
org/archives/dri-devel/attachments/20160205/2901fb0c/attachment.html>

[PATCH] drivers/gpu/vga: use __GFP_NOWARN for user-controlled kmalloc

2016-02-05 Thread Dave Airlie
On 5 February 2016 at 04:31, Dmitry Vyukov wrote: > On Thu, Feb 4, 2016 at 5:59 PM, Ville Syrjälä > wrote: >> On Thu, Feb 04, 2016 at 05:37:49PM +0100, Dmitry Vyukov wrote: >>> On Thu, Feb 4, 2016 at 5:32 PM, Ville Syrjälä >>> wrote: >>> > On Thu, Feb 04, 2016 at 04:49:49PM +0100, Dmitry Vyu

[Bug 92184] Many piglit assertion failures in radeon_unmap_renderbuffer

2016-02-05 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/20160205/960a37c4/attachment.html>

[Bug 92936] Tonga powerplay isssues

2016-02-05 Thread bugzilla-dae...@freedesktop.org
the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160205/2dd0372a/attachment.html>

[Bug 80419] XCOM: Enemy Unknown Causes lockup

2016-02-05 Thread bugzilla-dae...@freedesktop.org
ment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160205/02163b23/attachment.html>

[Bug 93998] Linux 4.5-rc2 ATI Radeon 3000 Graphics not rendering correctly

2016-02-05 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20160205/311e0f41/attachment.html>

[Bug 80419] XCOM: Enemy Unknown Causes lockup

2016-02-05 Thread bugzilla-dae...@freedesktop.org
ists.freedesktop.org/archives/dri-devel/attachments/20160205/8a8729f4/attachment.html>

[Bug 93998] Linux 4.5-rc2 ATI Radeon 3000 Graphics not rendering correctly

2016-02-05 Thread bugzilla-dae...@freedesktop.org
: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160205/584ab606/attachment.html>

[Bug 93998] Linux 4.5-rc2 ATI Radeon 3000 Graphics not rendering correctly

2016-02-05 Thread bugzilla-dae...@freedesktop.org
... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160205/efdbdf80/attachment-0001.html>

[Bug 93721] Tonga [drm:amdgpu_vm_init [amdgpu]] *ERROR* Cannot allocate memory for page table array

2016-02-05 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160205/b63aab0c/attachment.html>

[Bug 93988] Amdgpu, Tonga R9 380: ring 0 test failed (scratch(0xC040)=0xCAFEDEAD)

2016-02-05 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20160205/3e04c3cb/attachment.html>