[Bug 98505] [radeon, amdgpu] Regression introduced in 4.8-rc3

2016-11-12 Thread bugzilla-dae...@freedesktop.org
attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161112/bf7d7586/attachment.html>

[Bug 141741] drm:radeon_get_bios [radeon]] *ERROR* Unable to locate a BIOS ROM

2016-11-12 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=141741 Socrates Archer changed: What|Removed |Added CC||scrt.arc at riseup.net --- Comment

[PATCH v6 6/9] drm/hisilicon/hibmc: Add encoder for VDAC

2016-11-12 Thread Rongrong Zou
在 2016/11/11 6:20, Sean Paul 写道: > On Fri, Oct 28, 2016 at 3:27 AM, Rongrong Zou > wrote: >> Add encoder funcs and helpers for VDAC. >> >> Signed-off-by: Rongrong Zou >> --- >> drivers/gpu/drm/hisilicon/hibmc/Makefile | 2 +- >> drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c

[PATCH] drm/sun4i: constify component_ops structures

2016-11-12 Thread Julia Lawall
These component_ops structures are only used as the second argument to component_add and component_del, which are declared as const, so the structures can be declared as const as well. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // @r disable

[PATCH v6 5/9] drm/hisilicon/hibmc: Add crtc for DE

2016-11-12 Thread Rongrong Zou
在 2016/11/11 6:14, Sean Paul 写道: > On Fri, Oct 28, 2016 at 3:27 AM, Rongrong Zou > wrote: >> Add crtc funcs and helper funcs for DE. >> >> Signed-off-by: Rongrong Zou >> --- >> drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_de.c | 318 >> >>

[PATCH] amdkfd: fix spelling mistake in kfd_ioctl_dbg_unrgesiter

2016-11-12 Thread Colin King
From: Colin Ian King Trivial fix to spelling mistake, rename kfd_ioctl_dbg_unrgesiter to kfd_ioctl_dbg_unregister Signed-off-by: Colin Ian King --- drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[PATCH] drm/etnaviv: Allow DRAW_INSTANCED commands

2016-11-12 Thread Christian Gmeiner
2016-11-12 15:02 GMT+01:00 Daniel Vetter : > On Sat, Nov 12, 2016 at 3:01 PM, Rob Clark wrote: >> On Sat, Nov 12, 2016 at 8:30 AM, Daniel Vetter wrote: >>> On Fri, Nov 11, 2016 at 05:57:54PM +0100, Wladimir J. van der Laan wrote: Vivante GPUs with HALTI0 feature support a DRAW_INSTANCED

[PATCH] drm/etnaviv: Allow DRAW_INSTANCED commands

2016-11-12 Thread Daniel Vetter
On Sat, Nov 12, 2016 at 3:01 PM, Rob Clark wrote: > On Sat, Nov 12, 2016 at 8:30 AM, Daniel Vetter wrote: >> On Fri, Nov 11, 2016 at 05:57:54PM +0100, Wladimir J. van der Laan wrote: >>> Vivante GPUs with HALTI0 feature support a DRAW_INSTANCED command in the >>> command stream to draw a number

[PATCH] drm/etnaviv: Allow DRAW_INSTANCED commands

2016-11-12 Thread Daniel Vetter
On Fri, Nov 11, 2016 at 05:57:54PM +0100, Wladimir J. van der Laan wrote: > Vivante GPUs with HALTI0 feature support a DRAW_INSTANCED command in the > command stream to draw a number of instances of the same geometry. > > The information that has been figured out about the command can be found >

[PATCH v6 4/9] drm/hisilicon/hibmc: Add plane for DE

2016-11-12 Thread Rongrong Zou
在 2016/11/11 5:53, Sean Paul 写道: > On Fri, Oct 28, 2016 at 3:27 AM, Rongrong Zou > wrote: >> Add plane funcs and helper funcs for DE. >> >> Signed-off-by: Rongrong Zou >> --- >> drivers/gpu/drm/hisilicon/hibmc/Kconfig | 1 + >> drivers/gpu/drm/hisilicon/hibmc/Makefile

[PATCH 1/1 linux-next] drm/nouveau: don't opencode IS_REACHABLE()

2016-11-12 Thread Fabian Frederick
Signed-off-by: Fabian Frederick --- drivers/gpu/drm/nouveau/nouveau_hwmon.c | 6 +++--- drivers/gpu/drm/nouveau/nvkm/subdev/pci/agp.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_hwmon.c b/drivers/gpu/drm/nouveau/nouveau_hwmon.c

[PATCH] drm/vc4: Add threading support

2016-11-12 Thread Eric Anholt
From: Jonas Pfeil Add support for threaded fragment shaders. The validation code checks for thread switch signals and ensures that the registers of the other thread are not touched, and that our clamps are not live across thread switches. It also checks that the threading

[PATCH] drm/etnaviv: Allow DRAW_INSTANCED commands

2016-11-12 Thread Rob Clark
On Sat, Nov 12, 2016 at 8:30 AM, Daniel Vetter wrote: > On Fri, Nov 11, 2016 at 05:57:54PM +0100, Wladimir J. van der Laan wrote: >> Vivante GPUs with HALTI0 feature support a DRAW_INSTANCED command in the >> command stream to draw a number of instances of the same geometry. >> >> The information

[PATCH v4] drm: move allocation out of drm_get_format_name()

2016-11-12 Thread Eric Engestrom
The function's behaviour was changed in 90844f00049e, without changing its signature, causing people to keep using it the old way without realising they were now leaking memory. Rob Clark also noticed it was also allocating GFP_KERNEL memory in atomic contexts, breaking them. Instead of having to

[Bug 98693] Mad Max: Long lags when VRAM full

2016-11-12 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161112/38255573/attachment.html>