[PATCH V4] drm/exynos: fimd: calculate the correct address offset

2013-03-07 Thread Leela Krishna Amudala
Calculate the correct address offset values for alpha and color key control registers based on exynos4 and exynos5 user manuals. Also remove VIDOSD_C_SIZE_W0 macro and fix comments about registers for size and alpha. Signed-off-by: Leela Krishna Amudala Acked-by: Joonyoung Shim --- drivers/gpu

[PATCH V3] drm/exynos: fimd: calculate the correct address offset

2013-03-07 Thread Leela Krishna Amudala
Calculate the correct address offset values for alpha and color key control registers based on exynos4 and exynos5 user manuals. Signed-off-by: Leela Krishna Amudala --- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git

[PATCH V3] drm/exynos: fimd: calculate the correct address offset

2013-03-07 Thread Leela Krishna Amudala
Calculate the correct address offset values for alpha and color key control registers based on exynos4 and exynos5 user manuals. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 17 + 1 file changed, 9 insertions(+), 8

[PATCH V4] drm/exynos: fimd: calculate the correct address offset

2013-03-07 Thread Leela Krishna Amudala
Calculate the correct address offset values for alpha and color key control registers based on exynos4 and exynos5 user manuals. Also remove VIDOSD_C_SIZE_W0 macro and fix comments about registers for size and alpha. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com Acked-by: Joonyoung

[PATCH] drm/exynos: fimd: calculate the correct address offset

2013-03-06 Thread Leela Krishna Amudala
Hi On Tue, Mar 5, 2013 at 5:47 PM, Joonyoung Shim wrote: > On 03/05/2013 09:04 PM, Leela Krishna Amudala wrote: >> >> Hi, >> >> On Tue, Mar 5, 2013 at 5:24 PM, Joonyoung Shim >> wrote: >>> >>> Hi Leela, >>> >>> >>

[PATCH V2] drm/exynos: fimd: calculate the correct address offset

2013-03-06 Thread Leela Krishna Amudala
Calculate the correct address offset values for alpha and color key control registers and clear size control register for window 0 Signed-off-by: Leela Krishna Amudala --- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff

[PATCH] drm/exynos: fimd: calculate the correct address offset

2013-03-05 Thread Leela Krishna Amudala
Hi, On Tue, Mar 5, 2013 at 5:24 PM, Joonyoung Shim wrote: > Hi Leela, > > > On 03/05/2013 08:25 PM, Leela Krishna Amudala wrote: >> >> Calculate the correct address offset values for alpha and color key >> control registers >> >> Signed-off-by: Leela Kr

[PATCH] drm/exynos: fimd: calculate the correct address offset

2013-03-05 Thread Leela Krishna Amudala
Calculate the correct address offset values for alpha and color key control registers Signed-off-by: Leela Krishna Amudala --- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c b

[PATCH] drm/exynos: fimd: calculate the correct address offset

2013-03-05 Thread Leela Krishna Amudala
Calculate the correct address offset values for alpha and color key control registers Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/exynos

Re: [PATCH] drm/exynos: fimd: calculate the correct address offset

2013-03-05 Thread Leela Krishna Amudala
Hi, On Tue, Mar 5, 2013 at 5:24 PM, Joonyoung Shim jy0922.s...@samsung.com wrote: Hi Leela, On 03/05/2013 08:25 PM, Leela Krishna Amudala wrote: Calculate the correct address offset values for alpha and color key control registers Signed-off-by: Leela Krishna Amudala l.kris

Re: [PATCH] drm/exynos: fimd: calculate the correct address offset

2013-03-05 Thread Leela Krishna Amudala
Hi On Tue, Mar 5, 2013 at 5:47 PM, Joonyoung Shim jy0922.s...@samsung.com wrote: On 03/05/2013 09:04 PM, Leela Krishna Amudala wrote: Hi, On Tue, Mar 5, 2013 at 5:24 PM, Joonyoung Shim jy0922.s...@samsung.com wrote: Hi Leela, On 03/05/2013 08:25 PM, Leela Krishna Amudala wrote

[PATCH V2] drm/exynos: fimd: calculate the correct address offset

2013-03-05 Thread Leela Krishna Amudala
Calculate the correct address offset values for alpha and color key control registers and clear size control register for window 0 Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 16 ++-- 1 file changed, 10 insertions(+), 6

[PATCH 0/1] Adds display-timing node parsing to exynos drm fimd

2013-01-30 Thread Leela Krishna Amudala
Hello Sean, This patch set will be abandoned and your comments will be addressed in reply to http://lists.freedesktop.org/archives/dri-devel/2013-January/034080.html Thanks, Leela Krishna Amudala. On Tue, Jan 29, 2013 at 1:42 PM, Leela Krishna Amudala wrote: > This patch adds display-tim

[PATCH 1/1] video: drm: exynos: Adds display-timing node parsing using video helper function

2013-01-29 Thread Leela Krishna Amudala
This patch adds display-timing node parsing using video helper function Signed-off-by: Leela Krishna Amudala Tested-by: Vikas Sajjan --- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 31 +++ 1 file changed, 27 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm

[PATCH 0/1] Adds display-timing node parsing to exynos drm fimd

2013-01-29 Thread Leela Krishna Amudala
exynos.git/ It is tested on Exynos5250 and Exynos4412 board by applying dependent patches available at http://lists.freedesktop.org/archives/dri-devel/2013-January/033998.html Leela Krishna Amudala (1): video: drm: exynos: Adds display-timing node parsing using video helper function drive

[PATCH 0/1] Adds display-timing node parsing to exynos drm fimd

2013-01-29 Thread Leela Krishna Amudala
/ It is tested on Exynos5250 and Exynos4412 board by applying dependent patches available at http://lists.freedesktop.org/archives/dri-devel/2013-January/033998.html Leela Krishna Amudala (1): video: drm: exynos: Adds display-timing node parsing using video helper function drivers/gpu/drm/exynos

[PATCH 1/1] video: drm: exynos: Adds display-timing node parsing using video helper function

2013-01-29 Thread Leela Krishna Amudala
This patch adds display-timing node parsing using video helper function Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com Tested-by: Vikas Sajjan vikas.saj...@linaro.org --- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 31 +++ 1 file changed, 27 insertions

Re: [PATCH 0/1] Adds display-timing node parsing to exynos drm fimd

2013-01-29 Thread Leela Krishna Amudala
Hello Sean, This patch set will be abandoned and your comments will be addressed in reply to http://lists.freedesktop.org/archives/dri-devel/2013-January/034080.html Thanks, Leela Krishna Amudala. On Tue, Jan 29, 2013 at 1:42 PM, Leela Krishna Amudala l.kris...@samsung.com wrote: This patch

[PATCH] video: drm: exynos: Adds display-timing node parsing using video helper function

2013-01-28 Thread Leela Krishna Amudala
On Mon, Jan 28, 2013 at 9:24 PM, Sean Paul wrote: > > On Mon, Jan 28, 2013 at 12:45 AM, Vikas Sajjan > wrote: > > This patch adds display-timing node parsing using video helper function > > > > Signed-off-by: Leela Krishna Amudala > > Signed-off-by: Vikas Saj

[PATCH] video: drm: exynos: Adds display-timing node parsing using video helper function

2013-01-28 Thread Leela Krishna Amudala
Hello Vikas, On Mon, Jan 28, 2013 at 11:15 AM, Vikas Sajjan wrote: > This patch adds display-timing node parsing using video helper function > > Signed-off-by: Leela Krishna Amudala > Signed-off-by: Vikas Sajjan > --- > drivers/gpu/drm/exynos/exynos

Re: [PATCH] video: drm: exynos: Adds display-timing node parsing using video helper function

2013-01-28 Thread Leela Krishna Amudala
Hello Vikas, On Mon, Jan 28, 2013 at 11:15 AM, Vikas Sajjan vikas.saj...@linaro.org wrote: This patch adds display-timing node parsing using video helper function Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- drivers/gpu

Re: [PATCH] video: drm: exynos: Adds display-timing node parsing using video helper function

2013-01-28 Thread Leela Krishna Amudala
On Mon, Jan 28, 2013 at 9:24 PM, Sean Paul seanp...@chromium.org wrote: On Mon, Jan 28, 2013 at 12:45 AM, Vikas Sajjan vikas.saj...@linaro.org wrote: This patch adds display-timing node parsing using video helper function Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com Signed

[PATCH v16 RESEND 0/7] of: add display helper

2013-01-24 Thread Leela Krishna Amudala
- let pixelclock in struct videomode be unsigned long >> > - rename of_display_timings_exists to of_display_timings_exist >> > - revise logging/error messages: replace __func__ with >> > np->full_name >> > - rename pixelclk-inver

Re: [PATCH v16 RESEND 0/7] of: add display helper

2013-01-23 Thread Leela Krishna Amudala
comments in code Changes since v14: - fix const struct * warning (reported by: Leela Krishna Amudala l.kris...@samsung.com) - return -EINVAL when htotal or vtotal are zero - remove unreachable code in of_get_display_timings - include headers

[PATCH] [RFC] video: exynos dp: Making Exynos DP Compliant with CDF

2013-01-14 Thread Leela Krishna Amudala
Hello Sean, Thanks for reviewing the patch. On Sat, Jan 12, 2013 at 1:30 AM, Sean Paul wrote: > On Fri, Jan 11, 2013 at 5:35 AM, Leela Krishna Amudala > wrote: >> The Exynos DP transmitter is treated as an end entity in the display pipeline >> and made this RFC patch

Re: [PATCH] [RFC] video: exynos dp: Making Exynos DP Compliant with CDF

2013-01-14 Thread Leela Krishna Amudala
Hello Sean, Thanks for reviewing the patch. On Sat, Jan 12, 2013 at 1:30 AM, Sean Paul seanp...@chromium.org wrote: On Fri, Jan 11, 2013 at 5:35 AM, Leela Krishna Amudala l.kris...@samsung.com wrote: The Exynos DP transmitter is treated as an end entity in the display pipeline and made

[PATCH] [RFC] video: exynos dp: Making Exynos DP Compliant with CDF

2013-01-11 Thread Leela Krishna Amudala
The Exynos DP transmitter is treated as an end entity in the display pipeline and made this RFC patch compliant with CDF. Any suggestions are welcome. Signed-off-by: Leela Krishna Amudala --- drivers/video/display/display-core.c | 2 +- drivers/video/exynos/exynos_dp_core.c | 88

[PATCH] [RFC] video: exynos dp: Making Exynos DP Compliant with CDF

2013-01-11 Thread Leela Krishna Amudala
The Exynos DP transmitter is treated as an end entity in the display pipeline and made this RFC patch compliant with CDF. Any suggestions are welcome. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- drivers/video/display/display-core.c | 2 +- drivers/video/exynos

[PATCHv16 0/7] of: add display helper

2013-01-10 Thread Leela Krishna Amudala
d > - imx53: tqma53/mba53 > - omap: DA850 EVM, AM335x EVM, EVM-SK > > I don't know what Laurent Pinchart, Marek Vasut and Leela Krishna Amudala > are using. I tested V16 patches with Exynos: smdk5250 board and it works fine for me. > Those are the people I know

Re: [PATCHv16 0/7] of: add display helper

2013-01-09 Thread Leela Krishna Amudala
: DA850 EVM, AM335x EVM, EVM-SK I don't know what Laurent Pinchart, Marek Vasut and Leela Krishna Amudala are using. I tested V16 patches with Exynos: smdk5250 board and it works fine for me. Those are the people I know from the top of my head, that use or at least did use the patches in one

[PATCH] video: drm: exynos: mie bypass enable for fimd

2012-12-28 Thread Leela Krishna Amudala
Best Wishes, Leela Krishna Amudala. > Thanks, > Inki Dae > > 2012/12/26 Leela Krishna Amudala >> >> Bypasses the mie for fimd by parsing the register and bit offset values >> from "mie-bypass" node, if "mie-bypass" node is present in the dts

Re: [PATCH] video: drm: exynos: mie bypass enable for fimd

2012-12-27 Thread Leela Krishna Amudala
, Leela Krishna Amudala. Thanks, Inki Dae 2012/12/26 Leela Krishna Amudala l.kris...@samsung.com Bypasses the mie for fimd by parsing the register and bit offset values from mie-bypass node, if mie-bypass node is present in the dts file. Signed-off-by: Leela Krishna Amudala l.kris

[PATCH] video: drm: exynos: mie bypass enable for fimd

2012-12-26 Thread Leela Krishna Amudala
Bypasses the mie for fimd by parsing the register and bit offset values from "mie-bypass" node, if "mie-bypass" node is present in the dts file. Signed-off-by: Leela Krishna Amudala --- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 55 1 file ch

[PATCH] video: drm: exynos: mie bypass enable for fimd

2012-12-26 Thread Leela Krishna Amudala
Bypasses the mie for fimd by parsing the register and bit offset values from mie-bypass node, if mie-bypass node is present in the dts file. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 55 1 file

[PATCHv16 0/7] of: add display helper

2012-12-21 Thread Leela Krishna Amudala
Hello All, Any comments for this patch set..? Best Wishes, Leela Krishna Amudala. On Tue, Dec 18, 2012 at 10:34 PM, Steffen Trumtrar wrote: > > Hi! > > Finally, right in time before the end of the world on friday, v16 of the > display helpers. > > Changes since v15: >

Re: [PATCHv16 0/7] of: add display helper

2012-12-21 Thread Leela Krishna Amudala
Hello All, Any comments for this patch set..? Best Wishes, Leela Krishna Amudala. On Tue, Dec 18, 2012 at 10:34 PM, Steffen Trumtrar s.trumt...@pengutronix.de wrote: Hi! Finally, right in time before the end of the world on friday, v16 of the display helpers. Changes since v15

[PATCHv15 0/7] of: add display helper

2012-12-05 Thread Leela Krishna Amudala
Hello Steffen, Any update on version 16 ? Best Wishes, Leela Krishna Amudala. On Mon, Nov 26, 2012 at 2:37 PM, Steffen Trumtrar wrote: > Hi! > > Changes since v14: > - fix "const struct *" warning > (reported by: Leela Krishna Amudala samsung

Re: [PATCHv15 0/7] of: add display helper

2012-12-04 Thread Leela Krishna Amudala
Hello Steffen, Any update on version 16 ? Best Wishes, Leela Krishna Amudala. On Mon, Nov 26, 2012 at 2:37 PM, Steffen Trumtrar s.trumt...@pengutronix.de wrote: Hi! Changes since v14: - fix const struct * warning (reported by: Leela Krishna Amudala l.kris

[PATCHv14 3/7] video: add of helper for display timings/videomode

2012-11-23 Thread Leela Krishna Amudala
__func__, disp->num_timings, disp->native_mode + 1); > + else { > + pr_err("%s: no valid timings specified\n", __func__); > + display_timings_release(disp); > + return NULL; > + } > + return disp; >

Re: [PATCHv14 3/7] video: add of helper for display timings/videomode

2012-11-23 Thread Leela Krishna Amudala
target type expected 'struct device_node *' but argument is of type 'const struct device_node *' Please take care of it. Best Wishes, Leela Krishna Amudala + if (!timings_np) + return -EINVAL; + + of_node_put(timings_np); + return 1; +} +EXPORT_SYMBOL_GPL

[PATCH v12 3/6] fbmon: add videomode helpers

2012-11-21 Thread Leela Krishna Amudala
Yes, Even I got the same build error. later I fixed it by including "#include " Best Wishes, Leela Krishna. On Wed, Nov 21, 2012 at 3:39 PM, Manjunathappa, Prakash wrote: > Hi Steffen, > > I am trying to add DT support for da8xx-fb driver on top of your patches. > Encountered below build error.

Re: [PATCH v12 3/6] fbmon: add videomode helpers

2012-11-21 Thread Leela Krishna Amudala
Yes, Even I got the same build error. later I fixed it by including #include linux/mxsfb.h Best Wishes, Leela Krishna. On Wed, Nov 21, 2012 at 3:39 PM, Manjunathappa, Prakash prakash...@ti.com wrote: Hi Steffen, I am trying to add DT support for da8xx-fb driver on top of your patches.

[PATCH] drm: exynos: add iommu support in hdmi driver with dt enabled

2012-11-07 Thread Leela Krishna Amudala
dev_err(dev, "failed to find sysmmu platform device\n"); > + return -EINVAL; > + } > + > + platform_set_sysmmu(>dev, dev); > + return 0; > +} > + As a part of adding iommu support to FIMD driver, we have

Re: [PATCH] drm: exynos: add iommu support in hdmi driver with dt enabled

2012-11-06 Thread Leela Krishna Amudala
file so that FIMD also can use it. Best Wishes, Leela Krishna Amudala. static struct s5p_hdmi_platform_data *drm_hdmi_dt_parse_pdata (struct device *dev) { @@ -2294,6 +2324,11 @@ static struct s5p_hdmi_platform_data *drm_hdmi_dt_parse_pdata

[PATCH v7 2/8] of: add helper to parse display timings

2012-11-02 Thread Leela Krishna Amudala
t; > + > + dt = of_get_display_timing(entry); > + if (!dt) { > + /* to not encourage wrong devicetrees, fail in case > of an error */ > + pr_err("%s: error in timing %d\n", __func__, > disp->

Re: [PATCH v7 2/8] of: add helper to parse display timings

2012-11-02 Thread Leela Krishna Amudala
-timings node structure template finalized..? Best Wishes, Leela Krishna Amudala. +} +EXPORT_SYMBOL_GPL(of_display_timings_exists); diff --git a/include/linux/of_display_timings.h b/include/linux/of_display_timings.h new file mode 100644 index 000..e4e1f22 --- /dev/null +++ b/include

[PATCH 0/2 v6] of: add display helper

2012-10-15 Thread Leela Krishna Amudala
Hello Steffen, To which version of the kernel we can expect this patch set to be merged into? Because I'm waiting for this from long time to add DT support for my display controller :) Best Wishes, Leela Krishna Amudala. On Thu, Oct 4, 2012 at 11:29 PM, Steffen Trumtrar wrote: > &

Re: [PATCH 0/2 v6] of: add display helper

2012-10-15 Thread Leela Krishna Amudala
Hello Steffen, To which version of the kernel we can expect this patch set to be merged into? Because I'm waiting for this from long time to add DT support for my display controller :) Best Wishes, Leela Krishna Amudala. On Thu, Oct 4, 2012 at 11:29 PM, Steffen Trumtrar s.trumt

[PATCH V6 2/2] video: drm: exynos: Add device tree support

2012-10-03 Thread Leela Krishna Amudala
On Mon, Oct 1, 2012 at 9:50 PM, Stephen Warren wrote: > On 09/30/2012 11:29 PM, Leela Krishna Amudala wrote: >> Hello Stephen Warren, >> >> The binding names that I use in my dts file should match with the >> names given in >> http://lists.freedesktop.org/archive

Re: [PATCH V6 2/2] video: drm: exynos: Add device tree support

2012-10-02 Thread Leela Krishna Amudala
On Mon, Oct 1, 2012 at 9:50 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 09/30/2012 11:29 PM, Leela Krishna Amudala wrote: Hello Stephen Warren, The binding names that I use in my dts file should match with the names given in http://lists.freedesktop.org/archives/dri-devel/2012-July

[PATCH V6 2/2] video: drm: exynos: Add device tree support

2012-10-01 Thread Leela Krishna Amudala
driver its my wish whether to use the helper function or not. Please clarify me if I miss something. Best Regards, Leela Krishna Amudala. On Fri, Sep 21, 2012 at 10:44 AM, Stephen Warren wrote: > On 09/21/2012 05:22 AM, Leela Krishna Amudala wrote: >> This patch adds device tree base

Re: [PATCH V6 2/2] video: drm: exynos: Add device tree support

2012-10-01 Thread Leela Krishna Amudala
my wish whether to use the helper function or not. Please clarify me if I miss something. Best Regards, Leela Krishna Amudala. On Fri, Sep 21, 2012 at 10:44 AM, Stephen Warren swar...@wwwdotorg.org wrote: On 09/21/2012 05:22 AM, Leela Krishna Amudala wrote: This patch adds device tree based

[PATCH V2] drm/exynos: Add match table for drm platform device

2012-09-22 Thread Leela Krishna Amudala
This patch is a part of moving the driver to support DT style probing of exynos drm device. The compatible name should match with the entry in the dtsi file. Signed-off-by: Leela Krishna Amudala --- drivers/gpu/drm/exynos/exynos_drm_drv.c | 11 +++ 1 files changed, 11 insertions(+), 0

[PATCH V6 2/2] video: drm: exynos: Add device tree support

2012-09-21 Thread Leela Krishna Amudala
This patch adds device tree based discovery support for exynos DRM-FIMD driver which includes driver modification to handle platform data in both the cases with DT and non-DT, Also adds the documentation for bindings. Signed-off-by: Leela Krishna Amudala --- .../devicetree/bindings/drm/exynos

[PATCH V6 1/2] drm/exynos: add platform_device_id table and driver data for drm fimd

2012-09-21 Thread Leela Krishna Amudala
Two device ids are created for exynos4-fb and exynos5-fb. Also, added driver data for exynos4 and exynos5 to pick the timing base address at runtime to write data into appropriate register address. Signed-off-by: Leela Krishna Amudala --- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 43

[PATCH V6 0/2] video: drm: Add Device tree support to exynos DRM-FIMD

2012-09-21 Thread Leela Krishna Amudala
ns Changes since V2: - Added driver data to exynos5-drm-fimd as per Marek Szyprowski suggestion Changes since V1: - Corrected typo errors and changed compatibility string Leela Krishna Amudala (2): drm/exynos: add platform_device_id table and driver data for drm fimd video: drm

[PATCH V6 0/2] video: drm: Add Device tree support to exynos DRM-FIMD

2012-09-21 Thread Leela Krishna Amudala
: - Added driver data to exynos5-drm-fimd as per Marek Szyprowski suggestion Changes since V1: - Corrected typo errors and changed compatibility string Leela Krishna Amudala (2): drm/exynos: add platform_device_id table and driver data for drm fimd video: drm: exynos: Add device tree

[PATCH V6 1/2] drm/exynos: add platform_device_id table and driver data for drm fimd

2012-09-21 Thread Leela Krishna Amudala
Two device ids are created for exynos4-fb and exynos5-fb. Also, added driver data for exynos4 and exynos5 to pick the timing base address at runtime to write data into appropriate register address. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- drivers/gpu/drm/exynos

[PATCH V6 2/2] video: drm: exynos: Add device tree support

2012-09-21 Thread Leela Krishna Amudala
This patch adds device tree based discovery support for exynos DRM-FIMD driver which includes driver modification to handle platform data in both the cases with DT and non-DT, Also adds the documentation for bindings. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- .../devicetree

[PATCH V2] drm/exynos: Add match table for drm platform device

2012-09-21 Thread Leela Krishna Amudala
This patch is a part of moving the driver to support DT style probing of exynos drm device. The compatible name should match with the entry in the dtsi file. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_drv.c | 11 +++ 1 files changed

[PATCH V4 2/2] video: drm: exynos: Add device tree support

2012-09-20 Thread Leela Krishna Amudala
012/9/6 Leela Krishna Amudala : >> Add device tree based discovery support for DRM-FIMD driver. >> >> Signed-off-by: Leela Krishna Amudala >> --- >> Documentation/devicetree/bindings/fb/drm-fimd.txt | 80 + > > and,

Re: [PATCH V4 2/2] video: drm: exynos: Add device tree support

2012-09-20 Thread Leela Krishna Amudala
Leela Krishna Amudala l.kris...@samsung.com: Add device tree based discovery support for DRM-FIMD driver. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- Documentation/devicetree/bindings/fb/drm-fimd.txt | 80 + and, how about making drm folder instead of fb? so

[PATCH] video: drm: Add match table for drm platform device

2012-09-19 Thread Leela Krishna Amudala
This patch adds match table for drm platform device. Signed-off-by: Leela Krishna Amudala --- drivers/gpu/drm/exynos/exynos_drm_drv.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/exynos/exynos_drm_drv.c b/drivers/gpu/drm/exynos

[PATCH] video: drm: Add match table for drm platform device

2012-09-18 Thread Leela Krishna Amudala
This patch adds match table for drm platform device. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_drv.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/exynos/exynos_drm_drv.c b/drivers/gpu/drm

[PATCH V5 2/2] video: drm: exynos: Add device tree support

2012-09-07 Thread Leela Krishna Amudala
Add device tree based discovery support for DRM-FIMD driver. Signed-off-by: Leela Krishna Amudala --- Documentation/devicetree/bindings/fb/drm-fimd.txt | 80 + drivers/gpu/drm/exynos/exynos_drm_fimd.c | 95 - 2 files changed, 173 insertions(+), 2

[PATCH V5 1/2] drm/exynos: add platform_device_id table and driver data for drm fimd

2012-09-07 Thread Leela Krishna Amudala
Two device ids are created for exynos4-fb and exynos5-fb. Also, added driver data for exynos4 and exynos5 to pick the timing base address at runtime to write data into appropriate register address. Signed-off-by: Leela Krishna Amudala --- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 43

[PATCH V5 0/2] video: drm: Add Device tree support to DRM-FIMD

2012-09-07 Thread Leela Krishna Amudala
se address instead - Removed the drm_ prefixes to the structures and fucntions Changes since V2: - Added driver data to exynos5-drm-fimd as per Marek Szyprowski suggestion Changes since V1: - Corrected typo errors and changed compatibility string Leela Krishn

[PATCH V4 2/2] video: drm: exynos: Add device tree support

2012-09-07 Thread Leela Krishna Amudala
Hi, On Thu, Sep 6, 2012 at 4:35 PM, Sylwester Nawrocki wrote: > Hi, > > On 09/06/2012 09:21 AM, InKi Dae wrote: +Required properties: + - compatible: Should be "samsung,exynos5-fimd" or "samsung,exynos4-fb" for >>> Doesn't better to use single word? fimd or fb?. I think 'fb' is

[PATCH V5 0/2] video: drm: Add Device tree support to DRM-FIMD

2012-09-07 Thread Leela Krishna Amudala
instead - Removed the drm_ prefixes to the structures and fucntions Changes since V2: - Added driver data to exynos5-drm-fimd as per Marek Szyprowski suggestion Changes since V1: - Corrected typo errors and changed compatibility string Leela Krishna Amudala (2): drm/exynos

[PATCH V5 1/2] drm/exynos: add platform_device_id table and driver data for drm fimd

2012-09-07 Thread Leela Krishna Amudala
Two device ids are created for exynos4-fb and exynos5-fb. Also, added driver data for exynos4 and exynos5 to pick the timing base address at runtime to write data into appropriate register address. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- drivers/gpu/drm/exynos

[PATCH V5 2/2] video: drm: exynos: Add device tree support

2012-09-07 Thread Leela Krishna Amudala
Add device tree based discovery support for DRM-FIMD driver. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- Documentation/devicetree/bindings/fb/drm-fimd.txt | 80 + drivers/gpu/drm/exynos/exynos_drm_fimd.c | 95 - 2 files changed

Re: Re: [PATCH V3 1/2] drm/exynos: add platform_device_id table and driver data for exynos5 drm fimd

2012-09-06 Thread Leela Krishna Amudala
Hi Tomasz, Please find the inline comments. Will post the next version today. Thanks. Leela Krishna Amudala. --- Original Message --- Sender : Tomasz Figat.f...@samsung.com Junior Software Engineer/SPRC-Linux Platform (SSD)/Samsung Electronics Date : Sep 05, 2012 13:22 (GMT+05:30) Title

[PATCH V4 0/2] video: drm: Add Device tree support to DRM-FIMD

2012-09-06 Thread Leela Krishna Amudala
as per Marek Szyprowski suggestion Changes since V1: - Corrected typo errors and changed compatibility string Leela Krishna Amudala (2): drm/exynos: add platform_device_id table and driver data for drm fimd video: drm: exynos: Add device tree support Documentation/devicetree

[PATCH V4 1/2] drm/exynos: add platform_device_id table and driver data for drm fimd

2012-09-06 Thread Leela Krishna Amudala
Krishna Amudala l.kris...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 45 ++--- 1 files changed, 40 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c b/drivers/gpu/drm/exynos/exynos_drm_fimd.c index 24c0bd4..3701fbe 100644

[PATCH V4 2/2] video: drm: exynos: Add device tree support

2012-09-06 Thread Leela Krishna Amudala
Add device tree based discovery support for DRM-FIMD driver. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- Documentation/devicetree/bindings/fb/drm-fimd.txt | 80 + drivers/gpu/drm/exynos/exynos_drm_fimd.c | 95 - 2 files changed

Re: [PATCH V4 2/2] video: drm: exynos: Add device tree support

2012-09-06 Thread Leela Krishna Amudala
Hi, On Thu, Sep 6, 2012 at 4:35 PM, Sylwester Nawrocki s.nawro...@samsung.com wrote: Hi, On 09/06/2012 09:21 AM, InKi Dae wrote: +Required properties: + - compatible: Should be samsung,exynos5-fimd or samsung,exynos4-fb for Doesn't better to use single word? fimd or fb?. I think 'fb' is

[PATCH V4 2/2] video: drm: exynos: Add device tree support

2012-09-05 Thread Leela Krishna Amudala
Add device tree based discovery support for DRM-FIMD driver. Signed-off-by: Leela Krishna Amudala --- Documentation/devicetree/bindings/fb/drm-fimd.txt | 80 + drivers/gpu/drm/exynos/exynos_drm_fimd.c | 95 - 2 files changed, 173 insertions(+), 2

[PATCH V4 1/2] drm/exynos: add platform_device_id table and driver data for drm fimd

2012-09-05 Thread Leela Krishna Amudala
Krishna Amudala --- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 45 ++--- 1 files changed, 40 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c b/drivers/gpu/drm/exynos/exynos_drm_fimd.c index 24c0bd4..3701fbe 100644 --- a/drivers/gpu/drm

[PATCH V4 0/2] video: drm: Add Device tree support to DRM-FIMD

2012-09-05 Thread Leela Krishna Amudala
as per Marek Szyprowski suggestion Changes since V1: - Corrected typo errors and changed compatibility string Leela Krishna Amudala (2): drm/exynos: add platform_device_id table and driver data for drm fimd video: drm: exynos: Add device tree support Documentation/devicetree

[PATCH V3 1/2] drm/exynos: add platform_device_id table and driver data for exynos5 drm fimd

2012-09-05 Thread Leela Krishna Amudala
Hi Tomasz, Please find the inline comments. Will post the next version today. Thanks. Leela Krishna Amudala. --- Original Message --- Sender : Tomasz Figa Junior Software Engineer/SPRC-Linux Platform (SSD)/Samsung Electronics Date : Sep 05, 2012 13:22 (GMT+05:30) Title : Re: [PATCH V3 1

[PATCH V3 1/2] drm/exynos: add platform_device_id table and driver data for exynos5 drm fimd

2012-09-04 Thread Leela Krishna Amudala
Hello Inki Dae, On Tue, Sep 4, 2012 at 7:45 PM, InKi Dae wrote: > 2012/8/16 Leela Krishna Amudala : >> The name of the exynos drm fimd device is renamed to exynos-drm-fimd >> and two device ids are created for exynos4-fb and exynos5-drm-fimd. >> Also, added driver dat

[PATCH V3 2/2] video: drm: exynos: Add device tree support

2012-09-04 Thread Leela Krishna Amudala
Hello Inki Dae, On Tue, Sep 4, 2012 at 7:42 PM, InKi Dae wrote: > > 2012/8/16 Leela Krishna Amudala : > > Add device tree based discovery support for DRM-FIMD driver. > > > > Signed-off-by: Leela Krishna Amudala > > --- > > Documentation/device

Re: [PATCH V3 1/2] drm/exynos: add platform_device_id table and driver data for exynos5 drm fimd

2012-09-04 Thread Leela Krishna Amudala
Hello Inki Dae, On Tue, Sep 4, 2012 at 7:45 PM, InKi Dae inki@samsung.com wrote: 2012/8/16 Leela Krishna Amudala l.kris...@samsung.com: The name of the exynos drm fimd device is renamed to exynos-drm-fimd and two device ids are created for exynos4-fb and exynos5-drm-fimd. Also, added

[PATCH V3 0/2] video: drm: Add Device tree support to DRM-FIMD

2012-08-27 Thread Leela Krishna Amudala
Hello Mr. Inki Dae, Can you please review this patch set once. Best Wishes, Leela Krishna Amudala. On Thu, Aug 16, 2012 at 3:38 PM, Leela Krishna Amudala wrote: > > This patch set adds device tree support for DRM-FIMD for Samsung's > Exynos5250. > It includes parsing platform data f

Re: [PATCH V3 0/2] video: drm: Add Device tree support to DRM-FIMD

2012-08-27 Thread Leela Krishna Amudala
Hello Mr. Inki Dae, Can you please review this patch set once. Best Wishes, Leela Krishna Amudala. On Thu, Aug 16, 2012 at 3:38 PM, Leela Krishna Amudala l.kris...@samsung.com wrote: This patch set adds device tree support for DRM-FIMD for Samsung's Exynos5250. It includes parsing platform

[PATCH V3 2/2] video: drm: exynos: Add device tree support

2012-08-17 Thread Leela Krishna Amudala
Hello, On Fri, Aug 17, 2012 at 6:55 AM, Joonyoung Shim wrote: > Hi, > > 2012/8/16 Leela Krishna Amudala : >> Add device tree based discovery support for DRM-FIMD driver. >> >> Signed-off-by: Leela Krishna Amudala >> --- >> Documentation/dev

[PATCH V3 1/2] drm/exynos: add platform_device_id table and driver data for exynos5 drm fimd

2012-08-17 Thread Leela Krishna Amudala
Hello, On Fri, Aug 17, 2012 at 6:18 AM, Joonyoung Shim wrote: > > Hi Leela. > > 2012/8/16 Leela Krishna Amudala : > > The name of the exynos drm fimd device is renamed to exynos-drm-fimd > > and two device ids are created for exynos4-fb and exynos5-drm-fimd. >

[PATCH V3 1/2] drm/exynos: add platform_device_id table and driver data for exynos5 drm fimd

2012-08-17 Thread Leela Krishna Amudala
The name of the exynos drm fimd device is renamed to exynos-drm-fimd and two device ids are created for exynos4-fb and exynos5-drm-fimd. Also, added driver data for exynos5 to pick the fimd version at runtime and to choose the VIDTCON register offsets accordingly. Signed-off-by: Leela Krishna

[PATCH V3 2/2] video: drm: exynos: Add device tree support

2012-08-17 Thread Leela Krishna Amudala
Add device tree based discovery support for DRM-FIMD driver. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- Documentation/devicetree/bindings/fb/drm-fimd.txt | 80 + drivers/gpu/drm/exynos/exynos_drm_fimd.c | 95 - 2 files changed

[PATCH V3 0/2] video: drm: Add Device tree support to DRM-FIMD

2012-08-17 Thread Leela Krishna Amudala
/dri-devel/2012-August/026076.html Changes since V2: - Added driver data to exynos5-drm-fimd as per Marek Szyprowski suggestion Changes since V1: - Corrected typo errors and changed compatibility string Leela Krishna Amudala (2): drm/exynos: add platform_device_id table

Re: [PATCH V3 1/2] drm/exynos: add platform_device_id table and driver data for exynos5 drm fimd

2012-08-17 Thread Leela Krishna Amudala
Hello, On Fri, Aug 17, 2012 at 6:18 AM, Joonyoung Shim dofm...@gmail.com wrote: Hi Leela. 2012/8/16 Leela Krishna Amudala l.kris...@samsung.com: The name of the exynos drm fimd device is renamed to exynos-drm-fimd and two device ids are created for exynos4-fb and exynos5-drm-fimd. Also

Re: [PATCH V3 2/2] video: drm: exynos: Add device tree support

2012-08-17 Thread Leela Krishna Amudala
Hello, On Fri, Aug 17, 2012 at 6:55 AM, Joonyoung Shim dofm...@gmail.com wrote: Hi, 2012/8/16 Leela Krishna Amudala l.kris...@samsung.com: Add device tree based discovery support for DRM-FIMD driver. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- Documentation/devicetree

[PATCH V3 2/2] video: drm: exynos: Add device tree support

2012-08-16 Thread Leela Krishna Amudala
Add device tree based discovery support for DRM-FIMD driver. Signed-off-by: Leela Krishna Amudala --- Documentation/devicetree/bindings/fb/drm-fimd.txt | 80 + drivers/gpu/drm/exynos/exynos_drm_fimd.c | 95 - 2 files changed, 173 insertions(+), 2

[PATCH V3 1/2] drm/exynos: add platform_device_id table and driver data for exynos5 drm fimd

2012-08-16 Thread Leela Krishna Amudala
The name of the exynos drm fimd device is renamed to exynos-drm-fimd and two device ids are created for exynos4-fb and exynos5-drm-fimd. Also, added driver data for exynos5 to pick the fimd version at runtime and to choose the VIDTCON register offsets accordingly. Signed-off-by: Leela Krishna

[PATCH V3 0/2] video: drm: Add Device tree support to DRM-FIMD

2012-08-16 Thread Leela Krishna Amudala
/dri-devel/2012-August/026076.html Changes since V2: - Added driver data to exynos5-drm-fimd as per Marek Szyprowski suggestion Changes since V1: - Corrected typo errors and changed compatibility string Leela Krishna Amudala (2): drm/exynos: add platform_device_id table

[PATCH V3 1/5] include/video: Add samsung FIMD register header

2012-08-08 Thread Leela Krishna Amudala
This patch copies the contents from regs-fb-v4.h and regs-fb.h to include/video/samsung_fimd.h Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- include/video/samsung_fimd.h | 526 ++ 1 files changed, 526 insertions(+), 0 deletions(-) create

[PATCH V3 2/5] include/video: Add Exynos5 specific FIMD register offsets

2012-08-08 Thread Leela Krishna Amudala
Exynos5 has VIDTCON and VIDCON registers at different offsets from the previous SOCs. Hence, adding the macros. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- include/video/samsung_fimd.h |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/include/video

[PATCH V3 0/5] arm: samsung: Move FIMD headers to include/video/

2012-08-08 Thread Leela Krishna Amudala
the EXYNOS5_xxx macro name to FIMD_V8_xxx - Moved the header inclusion under same kind Changes from version 1: - Split the patches as per Sylwester comments - Changed FIMD_V8_xxx macro to EXYNOS5_xxx Leela Krishna Amudala (5): include/video: Add samsung FIMD register header

[PATCH V3 3/5] arm: samsung: Include the modified FIMD header file

2012-08-08 Thread Leela Krishna Amudala
The fimd register headers have been moved to include/video/ hence, modifying the machine files accordingly. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/mach-exynos/mach-nuri.c |2 +- arch/arm/mach-exynos/mach-origen.c |2 +- arch/arm/mach

[PATCH V3 4/5] driver: Include the modified FIMD header file

2012-08-08 Thread Leela Krishna Amudala
The fimd register headers have been moved to include/video/ hence, modifying the driver files accordingly. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_fimd.c |2 +- drivers/video/s3c-fb.c |2 +- 2 files changed, 2

  1   2   >