[Bug 96672] [radeonsi][LLVM 3.9] ARK: Survival Evolved, Missing text glyphs

2016-06-25 Thread bugzilla-dae...@freedesktop.org
ent was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160625/1b6fbc7c/attachment-0001.html>

[Bug 96672] [radeonsi][LLVM 3.9] ARK: Survival Evolved, Missing text glyphs

2016-06-25 Thread bugzilla-dae...@freedesktop.org
nee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160625/21e7daea/attachment.html>

[PATCH 1/2] drm/ttm: fix stupid parameter inversion in the pipeline code

2016-06-25 Thread Alex Deucher
On Fri, Jun 24, 2016 at 3:51 PM, Christian König wrote: > From: Christian König > > We want to keep the newest fence, not the oldest one. > > Signed-off-by: Christian König Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/ttm/ttm_bo_util.c | 2 +- > 1 file changed, 1 insertion(+), 1

[drm-intel:for-linux-next 5/22] drivers/gpu/drm/i915/i915_drv.h:3612:48: error: parameter name omitted

2016-06-25 Thread kbuild test robot
Type: application/octet-stream Size: 29187 bytes Desc: not available URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160625/d58f3edd/attachment-0001.obj>

[radeon-alex:polaris-test 19/19] drivers/gpu/drm/amd/amdgpu/../powerplay/hwmgr/polaris10_hwmgr.c:1798:4: warning: this decimal constant is unsigned only in ISO C90

2016-06-25 Thread kbuild test robot
-- next part -- A non-text attachment was scrubbed... Name: .config.gz Type: application/octet-stream Size: 55035 bytes Desc: not available URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160625/a4c91bb2/attachment-0001.obj>

[PATCH 04/25] drm: Restore double clflush on the last partial cacheline

2016-06-25 Thread Chris Wilson
This effectively reverts commit afcd950cafea6e27b739fe7772cbbeed37d05b8b Author: Chris Wilson Date: Wed Jun 10 15:58:01 2015 +0100 drm: Avoid the double clflush on the last cache line in drm_clflush_virt_range() as we have observed issues with serialisation of the clflush operations on

[PATCH 1/3] drm/vgem: Fix mmaping

2016-06-25 Thread Chris Wilson
On Thu, Jun 23, 2016 at 03:35:32PM +0100, Chris Wilson wrote: > The vGEM mmap code has bitrotted slightly and now immediately BUGs. > Since vGEM was last updated, there are new core GEM facilities to > provide more common functions, so let's use those here. > > v2: drm_gem_free_mmap_offset() is

[PATCHv16 04/13] cec: add HDMI CEC framework

2016-06-25 Thread Hans Verkuil
On 06/16/2016 06:00 PM, Mauro Carvalho Chehab wrote: > Em Fri, 29 Apr 2016 15:52:19 +0200 > Hans Verkuil escreveu: > >> From: Hans Verkuil >> >> The added HDMI CEC framework provides a generic kernel interface for >> HDMI CEC devices. >> >> Besides the cec module itself it also adds a cec-edid

[Bug 96588] [regression] [amdgpu] Errors scheduling IBs

2016-06-25 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160625/14a26766/attachment.html>

[Bug 96622] [radeonsi,apitrace] "Dreamfall Chapters: The longest Journey" shows visual corruption

2016-06-25 Thread bugzilla-dae...@freedesktop.org
was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160625/664af248/attachment.html>

[Bug 95528] BioShock Infinite graphical glitches on radeonsi

2016-06-25 Thread bugzilla-dae...@freedesktop.org
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/20160625/3603036d/attachment.html>

[Bug 95528] BioShock Infinite graphical glitches on radeonsi

2016-06-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: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160625/a2b22450/attachment.html>

[PATCH 2/4] input: touchscreen: crtouch_ts: Add driver

2016-06-25 Thread Stefan Agner
On 2016-06-24 12:44, Anthony Felice wrote: > Add driver for the Vybrid Tower CRTouch-based touchscreen. This is > required for the touchscreen on the TWR-LCD-RGB to work on the Vybrid > Tower platform. > > There is a known issue with this driver: rarely, SW1 on the TWR-LCD-RGB > module needs to

[PATCH 1/4] ARM: dts: vf610-twr: Enable display controller

2016-06-25 Thread Stefan Agner
On 2016-06-24 12:44, Anthony Felice wrote: > This adds nodes to enable tcon0 and dcu0 for the Vybrid Tower. These > are used to drive the Vybrid Tower TWR-LCD-RGB display. Also, a node > for the nec nl4827hc19-05b panel on the TWR-LCD-RGB display has been > added. So my pixel clock polarity

[GIT PULL] drm/fsl-dcu: reworked suspend/resume for v4.8

2016-06-25 Thread Stefan Agner
Hi Dave, This is the main dcu-fsl pull request for 4.8. It depends on a fix which is part of 4.7-rc3, hence this is based ontop of v4.7-rc3 (but merges fine with current drm-next). The patchset contains a new helper in drm_fb_cma_helper.c for suspend/ resume when using cma backed framebuffers.

[PATCH 1/2] drm:fsl-dcu: rework codes to support of_graph dt binding for panel

2016-06-25 Thread Stefan Agner
Use "drm/fsl-dcu:" in the subject, that is what we commonly used. On 2016-06-24 02:00, Meng Yi wrote: > This patch rework the output code to add of_graph dt binding support > for panel device and also keeps the backward compatibility > > Signed-off-by: Meng Yi > --- >

[PATCH 2/2] drm:fsl-dcu: add support for drm bridge

2016-06-25 Thread Stefan Agner
On 2016-06-24 02:00, Meng Yi wrote: > The current output code only supports connection to drm panels. > Add codes to support drm bridge, to supports connection to I sense to many s here. Code in the C program code sense is typically an uncountable noun, hence drop the s. And "to support

[PATCH -next] gpu: i915: fix build errors when ACPI is not enabled

2016-06-25 Thread Randy Dunlap
From: Randy Dunlap Fix build errors when ACPI is not enabled by adding function stubs: ../drivers/gpu/drm/i915/i915_drv.c: In function 'i915_drm_suspend': ../drivers/gpu/drm/i915/i915_drv.c:635:2: error: implicit declaration of function 'intel_opregion_unregister'