Re: [PATCH 3/3] OMAP2/3 V4L2 Display Driver

2009-04-30 Thread InKi Dae
2009/4/30 Shah, Hardik : > >> -Original Message- >> From: linux-media-ow...@vger.kernel.org [mailto:linux-media- >> ow...@vger.kernel.org] On Behalf Of Shah, Hardik >> Sent: Thursday, Apr

Re: [PATCH 3/3] OMAP2/3 V4L2 Display Driver

2009-04-29 Thread InKi Dae
would get overlay array index to avoid overlapping with other overlay. sighed-off-by: InKi Dae. --- diff --git a/drivers/media/video/omap/omap_vout.c b/drivers/media/video/omap/omap_vout.c index 9b4a0d7..051298a 100644 --- a/drivers/media/video/omap/omap_vout.c +++ b/drivers/media/video/omap/om

Re: [PATCH] enabled alpha blender for OMAP2/3 DSS2 driver.

2009-04-26 Thread InKi Dae
omap_dss_mgr_enable_alpha_blending(). signed-off-by: InKi Dae -- diff --git a/arch/arm/plat-omap/include/mach/display.h b/arch/arm/plat-omap/include/mach/display.h index d0b4c83..3c24b64 100644 --- a/arch/arm/plat-omap/include/mach/display.h +++ b/arch/arm/plat-omap/include/mach/display.h @@ -425,6

Re: [PATCH] enabled alpha blender for OMAP2/3 DSS2 driver.

2009-04-25 Thread InKi Dae
To use WARN() instead of BUG() is more appropriate. it's my mistake. those functions aren't critical as BUG() is used. Thank you Kevin. 2009/4/24 Kevin Hilman : > InKi Dae writes: > >> - Added global alpha value for GFX and VIDEO2 layer. >> - Modified dispc_alp

[PATCH] enabled alpha blender for OMAP2/3 DSS2 driver.

2009-04-24 Thread InKi Dae
or ARGB32 Signed-off-by: InKi Dae -- diff --git a/drivers/video/omap2/dss/dispc.c b/drivers/video/omap2/dss/dispc.c index 9bab6cf..c5335e5 100644 --- a/drivers/video/omap2/dss/dispc.c +++ b/drivers/video/omap2/dss/dispc.c @@ -1846,8 +1846,10 @@ void dispc_enable_trans_key(enum omap_channel ch, b

I have some questions about DSS.

2009-03-15 Thread InKi Dae
I am trying to draw 720P streamming images decoded on LCD. I really wonder about that. In case of OMAP34XX, only video1 and video2 layer support color space conversion, scaling, rotation. I think that ways using these features are like below. 1. Application -> video1 or 2 device node -> V4L2 Inte

Hello Tomi Valkeinen, I have some questions about dss2 driver.

2009-03-10 Thread InKi Dae
I am using your dss2 driver downloaded from your git server and tried to rotate an image(RGB24U and YUV2 format) using OMAPFB_ROT_DMA command. but I can't see rotated image on screen. I added variables for rotating like below. as the result, LCD Panel is stoped. omapfb.rotate=2 omapfb.vrfb=n and

Hello Tomi Valkeinen. I wonder about future work plan for new Display Subsystem Driver.

2009-02-26 Thread InKi Dae
Your patch works fine on my system. This is good patch. Do you have plans that you will apply your patch to mainline and updating ? Thank you. - Inki Dae- -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More