[PATCH 01/16] gpu: ipu-v3: Add Video Deinterlacer unit

2016-07-10 Thread Paul Gortmaker
On Thu, Jul 7, 2016 at 7:03 PM, Steve Longerbeam wrote: > Adds the Video Deinterlacer (VDIC) unit. > > Signed-off-by: Steve Longerbeam > --- > drivers/gpu/ipu-v3/Makefile | 2 +- > drivers/gpu/ipu-v3/ipu-common.c | 11 ++ > drivers/gpu/ipu-v3/ipu-prv.h| 6 + >

[Bug 96877] Bioshock Infinite: LLVM triggered Diagnostic Handler: Illegal instruction detected: Operand has incorrect register class.

2016-07-10 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/20160710/9db069a1/attachment-0001.html>

Re: DRM_FBDEV_EMULATION with 2 or more displays

2016-07-10 Thread Alexander Shiyan
>Среда, 6 июля 2016, 14:52 +03:00 от Alexander Shiyan mail.ru>: > >Hello. > >I have a question to experts of GPU/DRM subsystem. >Can I use a frame buffer for each display or subsystem involves only a >single frame buffer in emulation mode (DRM_FBDEV_EMULATION option)? >In my current

[Bug 96881] ViennaCL fails dense_blas-bench-opencl benchmark with doubles on AMD CYPRESS (DRM 2.43.0, LLVM 3.8.0)

2016-07-10 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160710/c8340a6f/attachment.html>

vga_switcheroo audio runpm

2016-07-10 Thread Lukas Wunner
Hi Peter, > [12:42] Lekensteyn: Should the video card always be powered up when a > register is read from the HDMI audio controller? Or would it be > better to leave the video card suspended and just fail the HDA > register reads? It should probably be powered up. >

[Bug 90481] Radeonsi driver, X crash while playing "Spec ops: the line"

2016-07-10 Thread bugzilla-dae...@freedesktop.org
assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160710/e07a9e6f/attachment-0001.html>

[Bug 121831] New: Several kmemcheck: Caught 64-bit read from uninitialized memory in radeo

2016-07-10 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=121831 Bug ID: 121831 Summary: Several kmemcheck: Caught 64-bit read from uninitialized memory in radeo Product: Drivers Version: 2.5 Kernel Version: 4.7-rc6 Hardware: All

[Bug 96877] Bioshock Infinite: LLVM triggered Diagnostic Handler: Illegal instruction detected: Operand has incorrect register class.

2016-07-10 Thread bugzilla-dae...@freedesktop.org
--- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160710/750e3ed9/attachment.html>

[Bug 36522] Caught 16-bit read from uninitialized memory in drm_fb_helper_setcmap

2016-07-10 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=36522 --- Comment #13 from Christian Casteyde --- Update: Still present in 4.7-rc6 -- You are receiving this mail because: You are watching the assignee of the bug.

[PATCH] dma-buf/sync_file: only enable fence signalling during wait

2016-07-10 Thread Maarten Lankhorst
Op 08-07-16 om 17:44 schreef Gustavo Padovan: > From: Gustavo Padovan > > Signalling doesn't need to be enabled at sync_file creation, it is only > required if userspace waiting the fence to signal through poll(). > > Thus we delay fence_add_callback() until poll is called. It only adds the >

[PATCH 12/16] gpu: ipu-v3: Fix CSI0 blur in NTSC format

2016-07-10 Thread Steve Longerbeam
On 07/08/2016 10:34 AM, Philipp Zabel wrote: > Am Donnerstag, den 07.07.2016, 16:03 -0700 schrieb Steve Longerbeam: >> From: Suresh Dhandapani >> >> This patch will change the register IPU_CSI0_CCIR_CODE_2 value from >> 0x40596 to 0x405A6. The change is related to the Start of field 1 >> first

[Bug 96877] Bioshock Infinite: LLVM triggered Diagnostic Handler: Illegal instruction detected: Operand has incorrect register class.

2016-07-10 Thread bugzilla-dae...@freedesktop.org
ceiving 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/20160710/cd3b8fe4/attachment.html>

[PATCH 2/2] drm/vc4: Squash commit for Mario's precise vblank timestamping.

2016-07-10 Thread Eric Anholt
s.freedesktop.org/archives/dri-devel/attachments/20160710/171bb9f0/attachment.sig>

[Bug 80419] XCOM: Enemy Unknown Causes lockup

2016-07-10 Thread bugzilla-dae...@freedesktop.org
/archives/dri-devel/attachments/20160710/1f9ed23d/attachment-0001.html>

[Bug 96866] REGRESSION System frozen after resume

2016-07-10 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=96866 Christopher M. Penalver changed: What|Removed |Added Summary|System frozen after resume, |REGRESSION System frozen

[PATCH] drm/vc4: remove redundant ret status check

2016-07-10 Thread Colin King
From: Colin Ian King At the current point where ret is being checked for non-zero it has not changed since it was initialized to zero, hence the check and the label unref are redundant and can be removed. Signed-off-by: Colin Ian King ---

[PATCH v3 0/7] lib: string: add functions to case-convert strings

2016-07-10 Thread Chris Metcalf
On 7/8/2016 6:43 PM, Markus Mayer wrote: > This series introduces a family of generic string case conversion > functions. This kind of functionality is needed in several places in > the kernel. Right now, everybody seems to be implementing their own > copy of this functionality. > > Based on the