Re: [PATCH v18 0/12] dw-hdmi: convert imx hdmi to bridge/dw_hdmi

2015-01-06 Thread Liu Ying
failed make[1]: *** [drivers/gpu] Error 2 Makefile:937: recipe for target 'drivers' failed make: *** [drivers] Error 2 Regards, Liu Ying ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

[PATCH] staging: imx-drm: imx-tve: Fix a sparse warning

2013-12-21 Thread Liu Ying
This patch declares the function of_get_tve_mode as a static one to fix this sparse warning: drivers/staging/imx-drm/imx-tve.c:563:11: warning: \ symbol 'of_get_tve_mode' was not declared. \ Should it be static? Signed-off-by: Liu Ying --- drivers/staging/imx-drm/imx-tve.c |2

[PATCH v2] staging: imx-drm: imx-tve: Fix a sparse warning

2013-12-23 Thread Liu Ying
This patch declares the function of_get_tve_mode as a static one to fix this sparse warning: drivers/staging/imx-drm/imx-tve.c:563:11: warning: \ symbol 'of_get_tve_mode' was not declared. \ Should it be static? Acked-by: Shawn Guo Signed-off-by: Liu Ying --- Changes from v2: -Just a

[PATCH] staging: drm/imx: remove an unnecessary local variable

2014-02-10 Thread Liu Ying
‘imxdrm’ [-Wunused-variable] Signed-off-by: Liu Ying --- drivers/staging/imx-drm/imx-drm-core.c |2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/imx-drm/imx-drm-core.c b/drivers/staging/imx-drm/imx-drm-core.c index 236ed66..573fe88 100644 --- a/drivers/staging/imx-drm/imx-drm

Re: [PATCH] staging: drm/imx: remove an unnecessary local variable

2014-02-10 Thread Liu Ying
On 02/10/2014 06:29 PM, Russell King - ARM Linux wrote: > On Mon, Feb 10, 2014 at 06:29:45PM +0800, Liu Ying wrote: >> This patch removes an unnecessary local variable defined >> in the function imx_drm_driver_unload() so as to fix the >> following build warning. >> >

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
gt; + slots = 2; > + > if (segment >= 0) > slots *= 2; > else > Regards, Liu Ying ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel