Re: [PATCH 01/11] staging: drm/imx: also allow to allocate only 2 DMFC slots for DP full plane

2013-10-11 Thread Liu Ying
Hi Philipp, On 10/10/2013 10:18 PM, Philipp Zabel wrote: > Connecting a 320x240 parallel display on i.MX6 resulted in an invalid DRDY > signal because the DC would not receive NL/EOL events on every line. > Reducing the allocated DMFC space from 4 slots (256 * 128-bit) to 2 slots > (128 * 128-bit)

notificacion de e-mail

2013-10-11 Thread Web de administracion
Web de administración de notificación de e-mail Este mensaje es de nuestro centro de mensajes de administración para toda nuestra cuenta de correo electrónico owners.We está eliminando el acceso a todos nuestros clientes de correo web. Su correo electrónico cuenta se actualizará a una interfaz

Re: [PATCH 0/11] i.MX RGB565, plane and PRIME support

2013-10-11 Thread Greg Kroah-Hartman
On Thu, Oct 10, 2013 at 04:18:35PM +0200, Philipp Zabel wrote: > Hi, > > This series fixes DMFC allocation for small displays and pageflip events > during device close, clarifies the RGB memory formats, adds support for the > RGB565 format and KMS planes, and enables DRM PRIME using the CMA helper

[PATCH 1/1] Drivers: hv: vmbus: Fix a bug in channel rescind code

2013-10-11 Thread K. Y. Srinivasan
Rescind of subchannels were not being correctly handled. Fix the bug. Signed-off-by: K. Y. Srinivasan Cc: [3.11+] --- drivers/hv/channel_mgmt.c |8 ++-- 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c index bbff