[Bug 85647] Random radeonsi crashes with mesa 10.3.x

2014-11-03 Thread bugzilla-dae...@freedesktop.org
the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141103/fe0eb86d/attachment.html>

[Bug 84662] Long pauses with Unreal demo Elemental on R9270X since : Always flush the HDP cache before submitting a CS to the GPU

2014-11-03 Thread bugzilla-dae...@freedesktop.org
eceiving 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/20141103/9598ea09/attachment.html>

[Bug 84662] Long pauses with Unreal demo Elemental on R9270X since : Always flush the HDP cache before submitting a CS to the GPU

2014-11-03 Thread bugzilla-dae...@freedesktop.org
for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141103/b21586b4/attachment.html>

[PATCH 00/72] staging imx-drm new features and fixes

2014-11-03 Thread Steve Longerbeam
On 11/03/2014 12:00 PM, Fabio Estevam wrote: > On Mon, Nov 3, 2014 at 4:59 PM, Steve Longerbeam > wrote: > >>> Steve, what's the status of getting this driver out of staging? What is >>> left to do, and who is doing the work? >> Hi Greg, you should also talk with the original authors (Sascha and

[PATCH 00/72] staging imx-drm new features and fixes

2014-11-03 Thread Steve Longerbeam
On 11/03/2014 06:13 AM, Fabio Estevam wrote: > On Mon, Nov 3, 2014 at 11:20 AM, Fabio Estevam wrote: >> On Mon, Nov 3, 2014 at 11:12 AM, Fabio Estevam wrote: >>> Hi Steve, >>> >>> On Fri, Oct 31, 2014 at 10:19 PM, Steve Longerbeam >>> wrote: >>> Hi Fabio, Yes I forgot to mention that in the

[PATCH 06/72] gpu: ipu-cpmem: Add ipu_cpmem_set_uv_offset()

2014-11-03 Thread Steve Longerbeam
On 11/03/2014 04:30 AM, Philipp Zabel wrote: > Am Freitag, den 31.10.2014, 15:53 -0700 schrieb Steve Longerbeam: >> Adds ipu_cpmem_set_uv_offset(), to set planar U/V offsets. >> >> Signed-off-by: Steve Longerbeam >> --- >> drivers/gpu/ipu-v3/ipu-cpmem.c |7 +++ >> include/video/imx-ipu-v3

[PATCH 06/17] drm: Global atomic state handling

2014-11-03 Thread Matt Roper
On Sun, Nov 02, 2014 at 02:19:19PM +0100, Daniel Vetter wrote: ... > +/** > + * drm_atomic_get_plane_state - get plane state > + * @state: global atomic state object > + * @plane: plane to get state object for > + * > + * This functions returns the plane state for the given plane, allocating it >

[PATCH] drm: Fix DRM_FORCE_ON_DIGITAL use

2014-11-03 Thread Peter Hurley
A connector may be forced on from the command line via video= command line setting. The digital output of dual-mode connectors can also be specifically selected and forced on; eg., 'video=DVI-I-2:D'. However, in this case, the connector->status will be mistakenly set to connector_status_disconnecte

[PATCH] drm: Remove compiler BUG_ON() test

2014-11-03 Thread Peter Hurley
modeset->num_connectors must be 0 to reach the BUG_ON() which tests for non-zero modeset->num_connectors; remove BUG_ON(). Signed-off-by: Peter Hurley --- drivers/gpu/drm/drm_fb_helper.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/drm_fb_helper.c b/drivers/gpu/drm/drm_fb_h

[PATCH 07/72] gpu: ipu-v3: Add ipu_dp_set_chroma_key()

2014-11-03 Thread Steve Longerbeam
On 11/03/2014 04:31 AM, Philipp Zabel wrote: > Am Freitag, den 31.10.2014, 15:53 -0700 schrieb Steve Longerbeam: >> Adds the function ipu_dp_set_chroma_key(), which sets up a color key >> value for a DP foreground plane. >> >> ipu_dp_set_chroma_key() accepts a color key value in RGB24 format. >> If

[RFC] drm: Add utility function to check for edp1.4

2014-11-03 Thread Thierry Reding
ake exactly this > block and decode parts of it. So I think this makes sense - dp aux is fast > but not entirely free, so caching seems useful. If we want to always cache part of the DPCD wouldn't it be better to add the cache to struct drm_dp_aux instead of having to duplicate this in every driver? Thierry -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 819 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141103/8ab9109a/attachment.sig>

[RFC 1/2] PM / Domains: Power on domain early during system resume

2014-11-03 Thread Kevin Hilman
Andrzej Hajda writes: > On 10/30/2014 08:36 AM, Krzysztof Kozlowski wrote: >> On śro, 2014-10-29 at 10:46 -0700, Kevin Hilman wrote: >>> Krzysztof Kozlowski writes: >>> When resuming the system the power domain has to be powered on early so any runtime PM aware devices could resume. >

[PATCH v2 2/5] video: add RGB444_1X12 and RGB565_1X16 bus formats

2014-11-03 Thread Mauro Carvalho Chehab
Em Mon, 29 Sep 2014 16:02:40 +0200 Boris Brezillon escreveu: > Add RGB444 format using a 12 bits bus and RGB565 using a 16 bits bus. > > These formats will later be used by atmel-hlcdc driver. > > Signed-off-by: Boris BREZILLON Not sure if it is too late, but this patch were hidden somewere o

[PATCH 00/72] staging imx-drm new features and fixes

2014-11-03 Thread Steve Longerbeam
On 11/03/2014 09:48 AM, Greg KH wrote: > On Mon, Nov 03, 2014 at 06:17:28PM +0100, Daniel Vetter wrote: >> On Mon, Nov 03, 2014 at 08:14:23AM -0800, Greg KH wrote: >>> On Mon, Nov 03, 2014 at 05:12:14PM +0100, Daniel Vetter wrote: On Fri, Oct 31, 2014 at 03:53:43PM -0700, Steve Longerbeam wrot

[PATCH 00/72] staging imx-drm new features and fixes

2014-11-03 Thread Alex Deucher
On Mon, Nov 3, 2014 at 1:58 PM, Steve Longerbeam wrote: > On 11/03/2014 09:48 AM, Greg KH wrote: >> On Mon, Nov 03, 2014 at 06:17:28PM +0100, Daniel Vetter wrote: >>> On Mon, Nov 03, 2014 at 08:14:23AM -0800, Greg KH wrote: On Mon, Nov 03, 2014 at 05:12:14PM +0100, Daniel Vetter wrote: >

[PATCH 05/72] ARM: i.MX6: select pll3_usb_otg for ldb_di for rev 1.0 chip

2014-11-03 Thread Steve Longerbeam
On 11/03/2014 12:06 PM, Fabio Estevam wrote: > On Mon, Nov 3, 2014 at 5:17 PM, Steve Longerbeam > wrote: > >> Internally we are using Freescale's workaround patch for this problem, >> but it has a lot of issues, most of which is that it needs to be incorporated >> into the clk API so that the work

<    1   2