[PATCH] drm/atomic: Add new reverse iterator over all plane state (V2)

2018-03-06 Thread Shirish S
supposed to be presented to DC engine, which is in common to both windows and linux. V2: fix compile time errors due to -Werror flag. Signed-off-by: Shirish S Signed-off-by: Pratik Vishwakarma Reviewed-by: Daniel Vetter --- include/drm/drm_atomic.h | 22 ++ 1 file changed, 22

Re: [PATCH] drm: add check for plane functions

2017-03-20 Thread Shirish S
On Mon, Mar 20, 2017 at 1:51 PM, Daniel Vetter wrote: > On Mon, Mar 20, 2017 at 09:58:01AM +0530, Shirish S wrote: >> First of all, thanks for your comments/insights. >> >> On Sat, Mar 18, 2017 at 12:59 AM, Eric Anholt wrote: >> > Ville Syrjälä writes: >> &

Re: [PATCH] drm: add check for plane functions

2017-03-19 Thread Shirish S
; > On Fri, Mar 17, 2017 at 03:46:34PM +0530, Shirish S wrote: >>> > > On Fri, Mar 17, 2017 at 3:26 PM, Ville Syrjälä >>> > > wrote: >>> > > > On Fri, Mar 17, 2017 at 01:25:08PM +0530, Shirish S wrote: >>> > > >> update_plane()

Re: [PATCH] drm: add check for plane functions

2017-03-17 Thread Shirish S
On Fri, Mar 17, 2017 at 3:26 PM, Ville Syrjälä wrote: > On Fri, Mar 17, 2017 at 01:25:08PM +0530, Shirish S wrote: >> update_plane() and disable_plane() functions >> assoiciated with setting plane are called >> without any check, causing kernel panic. > > Why are you

[PATCH] drm: add check for plane functions

2017-03-17 Thread Shirish S
update_plane() and disable_plane() functions assoiciated with setting plane are called without any check, causing kernel panic. This patch adds the required check to avoid it. Change-Id: I0d6792608b33e674c217388aa57c4b7d680d9bc7 Signed-off-by: Shirish S --- drivers/gpu/drm/drm_plane.c | 6

[PATCH] drm/exynos: add phy settings for exynos5420

2014-05-23 Thread Shirish S
This patch adds phy settings of the below mentioned pixel clocks in Exynos5420: 85.5 MHz- 1366x768 at 60Hz 162 MHz - 1600x1200 at 60Hz Signed-off-by: Shirish S --- drivers/gpu/drm/exynos/exynos_hdmi.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/drivers/gpu

[PATCH] drm/exynos: restore core HDMI settings

2014-05-13 Thread Shirish S
Hi, On Wed, Feb 19, 2014 at 4:02 PM, Inki Dae wrote: > 2014-02-14 16:34 GMT+09:00 Shirish S : >> In DVI mode the video preamble and Guard band should >> be disabled whereas it should be applied in HDMI mode, >> the re-applying of preamble and guard band was missing, >>

[PATCH] drm/exynos: add phy settings for RB resolutions

2014-05-05 Thread Shirish S
Hi, Have posted a patch that updates the phy settings provided by our hardware team. For now support for 88.75 MHz is removed, will update it as and when i recieve and settings for that pixel clock. Regards, Shirish S On Wed, Apr 2, 2014 at 9:39 AM, Shirish S wrote: > Hi, > Kindly ho

[PATCH] drm/exynos: update phy settings for RB resolutions

2014-05-05 Thread Shirish S
: Shirish S --- drivers/gpu/drm/exynos/exynos_hdmi.c | 33 - 1 file changed, 12 insertions(+), 21 deletions(-) diff --git a/drivers/gpu/drm/exynos/exynos_hdmi.c b/drivers/gpu/drm/exynos/exynos_hdmi.c index 9a6d652..7f14faf 100644 --- a/drivers/gpu/drm/exynos

[PATCH] drm/exynos: add phy settings for RB resolutions

2014-04-02 Thread Shirish S
Hi, Kindly hold the merging of this patch, i shall update it with proper values, once i receive it from our hardware team. Regards, ShirisH S On Thu, Mar 20, 2014 at 1:05 PM, St?phane Marchesin wrote: > > > > On Wed, Mar 12, 2014 at 10:28 PM, Shirish S wrote: >> >> Thi

[PATCH] drm/exynos: set the active aspect ratio as per mode

2014-03-13 Thread Shirish S
Now that the drm_display_mode also provides aspect ratio for all resolutions, this patch adds its usage to set the active aspect ratio of AVI info frame packets as per CEA-861-D standard's Table 9. This is also needed to abide by the 7-27 compliance test of HDMI. Signed-off-by: Shirish S -

[PATCH] drm/exynos: add phy settings for RB resolutions

2014-03-13 Thread Shirish S
- 1680x1050 at 60Hz RB Signed-off-by: Shirish S --- V2: Incorporated review comments drivers/gpu/drm/exynos/exynos_hdmi.c | 45 ++ 1 file changed, 45 insertions(+) diff --git a/drivers/gpu/drm/exynos/exynos_hdmi.c b/drivers/gpu/drm/exynos/exynos_hdmi.c index

[PATCH] drm/exynos: set the active aspect ratio as per mode

2014-03-12 Thread Shirish S
Hi Tomasz, On Wed, Mar 12, 2014 at 8:19 AM, Tomasz Figa wrote: > Hi Shirish, > > > On 10.03.2014 04:44, Shirish S wrote: >> >> now that the drm_display_mode also provides aspect >> ratio for all resolutions, this patch adds its usage >> to set the active aspec

[PATCH] drm/exynos: add phy settings for RB resolutions

2014-03-12 Thread Shirish S
Hi Tomasz, Thanks for the review comments, On Wed, Mar 12, 2014 at 8:26 AM, Tomasz Figa wrote: > > Hi Shirish, > > > On 10.03.2014 15:17, Shirish S wrote: >> >> below is list of pixel clocks and resoluitons >> this patch adds: >> >> 7100 -

[PATCH] drm/exynos: add hdmi power on/off sequence

2014-03-11 Thread Shirish S
This patch implements the power on/off sequence (and its dependant functions) of HDMI exynos5250 as provided by the hardware team. Signed-off-by: Shirish S --- drivers/gpu/drm/exynos/exynos_hdmi.c | 137 +- drivers/gpu/drm/exynos/regs-hdmi.h | 15 2

[PATCH] drm/exynos: set the active aspect ratio as per mode

2014-03-11 Thread Shirish S
ranch, and made the orr'ing logic correct Signed-off-by: Shirish S --- drivers/gpu/drm/exynos/exynos_hdmi.c | 38 +++--- 1 file changed, 31 insertions(+), 7 deletions(-) diff --git a/drivers/gpu/drm/exynos/exynos_hdmi.c b/drivers/gpu/drm/exynos/exynos_hd

[PATCH] drm/exynos: add phy settings for RB resolutions

2014-03-10 Thread Shirish S
il to be detected in exynos5250. Signed-off-by: Shirish S --- drivers/gpu/drm/exynos/exynos_hdmi.c | 45 ++ 1 file changed, 45 insertions(+) diff --git a/drivers/gpu/drm/exynos/exynos_hdmi.c b/drivers/gpu/drm/exynos/exynos_hdmi.c index c021ddc..650ce48 100644

[PATCH] drm/exynos: set the active aspect ratio as per mode

2014-03-10 Thread Shirish S
now that the drm_display_mode also provides aspect ratio for all resolutions, this patch adds its usage to set the active aspect ratio of AVI info frame packets as per CEA-861-D standard's Table 9. This is also needed to abide by the 7-27 compliance test of HDMI. Signed-off-by: Shir

[PATCH] drm/exynos: restore core HDMI settings

2014-02-14 Thread Shirish S
. Signed-off-by: Shirish S --- drivers/gpu/drm/exynos/exynos_hdmi.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/exynos/exynos_hdmi.c b/drivers/gpu/drm/exynos/exynos_hdmi.c index a0e10ae..a102076 100644 --- a/drivers/gpu/drm/exynos/exynos_hdmi.c +++ b/drivers/gpu/drm

[PATCH 4/4] drm: exynos: hdmi: Add dt support for hdmiphy settings

2014-01-08 Thread Shirish S
Hi Tomasz, Thanks for the review comments, please find my replies inline. On Thu, Dec 19, 2013 at 6:49 PM, Tomasz Figa wrote: > On Thursday 19 of December 2013 17:42:28 Shirish S wrote: >> This patch adds dt support to hdmiphy config settings >> as it is board specific and depend

[PATCH] drm: edid: enable probing and listing of non rb modes

2014-01-08 Thread Shirish S
ode's pixel clock is not supported but non-rb mode is supported. This patch changes the drm_mode_std mode selection to collect all the supported modes and not just one mode. Signed-off-by: Shirish S --- drivers/gpu/drm/drm_edid.c | 39 ++- 1 file c

[PATCH] Enable probing of non-rb modes

2014-01-08 Thread Shirish S
connectors probed modes and hence on running xrandr is not listed. V2: made drm_mode_std static Shirish S (1): drm: edid: enable probing and listing of non rb modes drivers/gpu/drm/drm_edid.c | 39 ++- 1 file changed, 18 insertions(+), 21 deletions

[PATCH 4/4] drm: exynos: hdmi: Add dt support for hdmiphy settings

2013-12-19 Thread Shirish S
This patch adds dt support to hdmiphy config settings as it is board specific and depends on the signal pattern of board. Signed-off-by: Shirish S --- .../devicetree/bindings/video/exynos_hdmi.txt | 34 drivers/gpu/drm/exynos/exynos_hdmi.c | 89

[PATCH 3/4] ARM: exynos: dts: cros5250: Add hdmi phy settings

2013-12-19 Thread Shirish S
This patch moves the hdmi phy setting to arndale dts, as its more of a per board configuration and also shall be easier for supporting future chipsets. Signed-off-by: Shirish S --- arch/arm/boot/dts/cros5250-common.dtsi | 74 1 file changed, 74 insertions

[PATCH 2/4] ARM: dts: arndale: Add hdmi phy settings

2013-12-19 Thread Shirish S
This patch moves the hdmi phy setting to arndale dts, as its more of a per board configuration and also shall be easier for supporting future chipsets. Signed-off-by: Shirish S --- arch/arm/boot/dts/exynos5250-arndale.dts | 74 ++ 1 file changed, 74 insertions

[PATCH 1/4] ARM: dts: smdk5250: Add hdmi phy settings

2013-12-19 Thread Shirish S
This patch moves the hdmi phy setting to smdk5250 dts,as its more of a per board configuration and also shall be easier for supporting future chipsets. Signed-off-by: Shirish S --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 74 + 1 file changed, 74 insertions

[PATCH 0/4] Add dt support for exynos hdmiphy settings

2013-12-19 Thread Shirish S
to be updated. V6: V7: removed nr-configs form the dtsi files. V8: Fixed build error V9: rebased and incorporated Tomasz comments. Shirish S (4): ARM: dts: smdk5250: Add hdmi phy settings ARM: dts: arndale: Add hdmi phy settings ARM: exynos: dts: cros5250: Add hdmi phy settings drm: e

[PATCH 4/4] drm: exynos: hdmi: Add dt support for hdmiphy settings

2013-12-19 Thread Shirish S
+ linux-samsung-soc mailing list. On Wed, Dec 4, 2013 at 10:05 AM, Shirish S wrote: > Hi Tomasz, > Thanks for the reivew, please see my replies inline. > > On Fri, Nov 29, 2013 at 10:56 PM, Tomasz Figa wrote: >> Hi Shirish, >> >> Please see my comments inline.

[PATCH] Enable probing of non-rb modes

2013-12-06 Thread Shirish S
Gentle Reminder! On Mon, Nov 25, 2013 at 2:21 PM, Shirish S wrote: > With the current implementation of collecting edid modes, > in case rb mode exists for a non rb mode of same resolution and > vrefresh, the non-rb mode is never fed to display controller to be > probed, as a resul

[PATCH 4/4] drm: exynos: hdmi: Add dt support for hdmiphy settings

2013-12-04 Thread Shirish S
This patch adds dt support to hdmiphy config settings as it is board specific and depends on the signal pattern of board. Signed-off-by: Shirish S --- .../devicetree/bindings/video/exynos_hdmi.txt | 34 drivers/gpu/drm/exynos/exynos_hdmi.c | 89

[PATCH 3/4] ARM: exynos: dts: cros5250: Add hdmi phy settings

2013-12-04 Thread Shirish S
This patch moves the hdmi phy setting to arndale dts, as its more of a per board configuration and also shall be easier for supporting future chipsets. Signed-off-by: Shirish S --- arch/arm/boot/dts/cros5250-common.dtsi | 74 1 file changed, 74 insertions

[PATCH 2/4] ARM: dts: arndale: Add hdmi phy settings

2013-12-04 Thread Shirish S
This patch moves the hdmi phy setting to arndale dts, as its more of a per board configuration and also shall be easier for supporting future chipsets. Signed-off-by: Shirish S --- arch/arm/boot/dts/exynos5250-arndale.dts | 74 ++ 1 file changed, 74 insertions

[PATCH 1/4] ARM: dts: smdk5250: Add hdmi phy settings

2013-12-04 Thread Shirish S
This patch moves the hdmi phy setting to smdk5250 dts,as its more of a per board configuration and also shall be easier for supporting future chipsets. Signed-off-by: Shirish S --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 74 + 1 file changed, 74 insertions

[PATCH 0/4] Add dt support for exynos hdmiphy settings

2013-12-04 Thread Shirish S
to be updated. V6: V7: removed nr-configs form the dtsi files. V8: Fixed build error V9: rebased and incorporated Tomasz comments. Shirish S (4): ARM: dts: smdk5250: Add hdmi phy settings ARM: dts: arndale: Add hdmi phy settings ARM: exynos: dts: cros5250: Add hdmi phy settings drm: e

[PATCH 4/4] drm: exynos: hdmi: Add dt support for hdmiphy settings

2013-12-04 Thread Shirish S
Hi Tomasz, Thanks for the reivew, please see my replies inline. On Fri, Nov 29, 2013 at 10:56 PM, Tomasz Figa wrote: > Hi Shirish, > > Please see my comments inline. > > On Monday 25 of November 2013 14:24:39 Shirish S wrote: >> This patch adds dt support to hdmiphy config

[PATCH 4/4] drm: exynos: hdmi: Add dt support for hdmiphy settings

2013-11-26 Thread Shirish S
This patch adds dt support to hdmiphy config settings as it is board specific and depends on the signal pattern of board. Signed-off-by: Shirish S --- .../devicetree/bindings/video/exynos_hdmi.txt | 31 drivers/gpu/drm/exynos/exynos_hdmi.c | 77

[PATCH 3/4] ARM: exynos: dts: cros5250: Add hdmi phy settings

2013-11-26 Thread Shirish S
This patch moves the hdmi phy setting to arndale dts, as its more of a per board configuration and also shall be easier for supporting future chipsets. Signed-off-by: Shirish S --- arch/arm/boot/dts/cros5250-common.dtsi | 74 1 file changed, 74 insertions

[PATCH 2/4] ARM: dts: arndale: Add hdmi phy settings

2013-11-26 Thread Shirish S
This patch moves the hdmi phy setting to arndale dts, as its more of a per board configuration and also shall be easier for supporting future chipsets. Signed-off-by: Shirish S --- arch/arm/boot/dts/exynos5250-arndale.dts | 74 ++ 1 file changed, 74 insertions

[PATCH 1/4] ARM: dts: smdk5250: Add hdmi phy settings

2013-11-26 Thread Shirish S
This patch moves the hdmi phy setting to smdk5250 dts,as its more of a per board configuration and also shall be easier for supporting future chipsets. Signed-off-by: Shirish S --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 74 + 1 file changed, 74 insertions

[PATCH 0/4] Add dt support for exynos hdmiphy settings

2013-11-26 Thread Shirish S
6: V7: removed nr-configs form the dtsi files. V8: Fixed build error Shirish S (4): ARM: dts: smdk5250: Add hdmi phy settings ARM: dts: arndale: Add hdmi phy settings ARM: exynos: dts: cros5250: Add hdmi phy settings drm: exynos: hdmi: Add dt support for hdmiphy settings .../devic

[PATCH 4/4] drm: exynos: hdmi: Add dt support for hdmiphy settings

2013-11-26 Thread Shirish S
Hi, On Tue, Nov 26, 2013 at 6:30 AM, Inki Dae wrote: > Hi Shirish, > > 2013/11/25 Shirish S : >> This patch adds dt support to hdmiphy config settings >> as it is board specific and depends on the signal pattern >> of board. >> >> Signed-off-by: Shiris

[PATCH 4/4] drm: exynos: hdmi: Add dt support for hdmiphy settings

2013-11-25 Thread Shirish S
This patch adds dt support to hdmiphy config settings as it is board specific and depends on the signal pattern of board. Signed-off-by: Shirish S --- .../devicetree/bindings/video/exynos_hdmi.txt | 31 drivers/gpu/drm/exynos/exynos_hdmi.c | 77

[PATCH 3/4] ARM: exynos: dts: cros5250: Add hdmi phy settings

2013-11-25 Thread Shirish S
This patch moves the hdmi phy setting to arndale dts, as its more of a per board configuration and also shall be easier for supporting future chipsets. Signed-off-by: Shirish S --- arch/arm/boot/dts/cros5250-common.dtsi | 74 1 file changed, 74 insertions

[PATCH 2/4] ARM: dts: arndale: Add hdmi phy settings

2013-11-25 Thread Shirish S
This patch moves the hdmi phy setting to arndale dts, as its more of a per board configuration and also shall be easier for supporting future chipsets. Signed-off-by: Shirish S --- arch/arm/boot/dts/exynos5250-arndale.dts | 74 ++ 1 file changed, 74 insertions

[PATCH] drm: edid: enable probing and listing of non rb modes

2013-11-25 Thread Shirish S
ode's pixel clock is not supported but non-rb mode is supported. This patch changes the drm_mode_std mode selection to collect all the supported modes and not just one mode. Signed-off-by: Shirish S --- drivers/gpu/drm/drm_edid.c | 40 ++-- 1 file c

[PATCH 1/4] ARM: dts: smdk5250: Add hdmi phy settings

2013-11-25 Thread Shirish S
This patch moves the hdmi phy setting to smdk5250 dts,as its more of a per board configuration and also shall be easier for supporting future chipsets. Signed-off-by: Shirish S --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 74 + 1 file changed, 74 insertions

[PATCH 0/4] Add dt support for exynos hdmiphy settings

2013-11-25 Thread Shirish S
to be updated. V6: V7: removed nr-configs form the dtsi files. Shirish S (4): ARM: dts: smdk5250: Add hdmi phy settings ARM: dts: arndale: Add hdmi phy settings ARM: exynos: dts: cros5250: Add hdmi phy settings drm: exynos: hdmi: Add dt support for hdmiphy settings .../devicetree/bindings/

[PATCH] drm: edid: enable probing and listing of non rb modes

2013-11-25 Thread Shirish S
ode's pixel clock is not supported but non-rb mode is supported. This patch changes the drm_mode_std mode selection to collect all the supported modes and not just one mode. Signed-off-by: Shirish S --- drivers/gpu/drm/drm_edid.c | 40 ++-- 1 file c

[PATCH] Enable probing of non-rb modes

2013-11-25 Thread Shirish S
connectors probed modes and hence on running xrandr is not listed. V2: Incorporate review comments by Adam Jackson remove suffix of 'rb' Shirish S (1): drm: edid: enable probing and listing of non rb modes drivers/gpu/drm/drm_edid.c | 40 ++-- 1 fi

[PATCH 4/4] drm: exynos: hdmi: Add dt support for hdmiphy settings

2013-11-19 Thread Shirish S
Hi Mark, I have uploaded patch set 5 and 6 back to back, but unfortunately still nr-configs is stuck in the example explanation in the exynos_hdmi.txt, just to inform you that am waiting for your review comments so that i can rectify it along with them in the next patch set. Regards, Shirish S On

[PATCH] drm: edid: enable probing and listing of non rb modes

2013-11-19 Thread Shirish S
Hi, On Sat, Nov 16, 2013 at 12:29 AM, Adam Jackson wrote: > On Fri, 2013-11-15 at 10:38 +0530, Shirish S wrote: >> The current solution checks for the existing RB mode, >> if available in the edid block returns by adding it, >> but does not populate the connector with

[PATCH 4/4] drm: exynos: hdmi: Add dt support for hdmiphy settings

2013-11-18 Thread Shirish S
This patch adds dt support to hdmiphy config settings as it is board specific and depends on the signal pattern of board. Signed-off-by: Shirish S --- .../devicetree/bindings/video/exynos_hdmi.txt | 33 + drivers/gpu/drm/exynos/exynos_hdmi.c | 77

[PATCH 3/4] ARM: exynos: dts: cros5250: Add hdmi phy settings

2013-11-18 Thread Shirish S
This patch moves the hdmi phy setting to arndale dts, as its more of a per board configuration and also shall be easier for supporting future chipsets. Signed-off-by: Shirish S --- arch/arm/boot/dts/cros5250-common.dtsi | 74 1 file changed, 74 insertions

[PATCH 2/4] ARM: dts: arndale: Add hdmi phy settings

2013-11-18 Thread Shirish S
This patch moves the hdmi phy setting to arndale dts, as its more of a per board configuration and also shall be easier for supporting future chipsets. Signed-off-by: Shirish S --- arch/arm/boot/dts/exynos5250-arndale.dts | 74 ++ 1 file changed, 74 insertions

[PATCH 1/4] ARM: dts: smdk5250: Add hdmi phy settings

2013-11-18 Thread Shirish S
This patch moves the hdmi phy setting to smdk5250 dts,as its more of a per board configuration and also shall be easier for supporting future chipsets. Signed-off-by: Shirish S --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 74 + 1 file changed, 74 insertions

[PATCH 0/4] Add dt support for exynos hdmiphy settings

2013-11-18 Thread Shirish S
to be updated. V6: removed nr-configs form the dtsi files. Shirish S (4): ARM: dts: smdk5250: Add hdmi phy settings ARM: dts: arndale: Add hdmi phy settings ARM: exynos: dts: cros5250: Add hdmi phy settings drm: exynos: hdmi: Add dt support for hdmiphy settings .../devicetree/bindings/

[PATCH 4/4] drm: exynos: hdmi: Add dt support for hdmiphy settings

2013-11-18 Thread Shirish S
This patch adds dt support to hdmiphy config settings as it is board specific and depends on the signal pattern of board. Signed-off-by: Shirish S --- .../devicetree/bindings/video/exynos_hdmi.txt | 33 + drivers/gpu/drm/exynos/exynos_hdmi.c | 77

[PATCH 3/4] ARM: exynos: dts: cros5250: Add hdmi phy settings

2013-11-18 Thread Shirish S
This patch moves the hdmi phy setting to arndale dts, as its more of a per board configuration and also shall be easier for supporting future chipsets. Signed-off-by: Shirish S --- arch/arm/boot/dts/cros5250-common.dtsi | 75 1 file changed, 75 insertions

[PATCH 2/4] ARM: dts: arndale: Add hdmi phy settings

2013-11-18 Thread Shirish S
This patch moves the hdmi phy setting to arndale dts, as its more of a per board configuration and also shall be easier for supporting future chipsets. Signed-off-by: Shirish S --- arch/arm/boot/dts/exynos5250-arndale.dts | 75 ++ 1 file changed, 75 insertions

[PATCH 1/4] ARM: dts: smdk5250: Add hdmi phy settings

2013-11-18 Thread Shirish S
This patch moves the hdmi phy setting to smdk5250 dts,as its more of a per board configuration and also shall be easier for supporting future chipsets. Signed-off-by: Shirish S --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 75 + 1 file changed, 75 insertions

[PATCH 0/4] Add dt support for exynos hdmiphy settings

2013-11-18 Thread Shirish S
to be updated. Shirish S (4): ARM: dts: smdk5250: Add hdmi phy settings ARM: dts: arndale: Add hdmi phy settings ARM: exynos: dts: cros5250: Add hdmi phy settings drm: exynos: hdmi: Add dt support for hdmiphy settings .../devicetree/bindings/video/exynos_hdmi.txt | 33 + arc

[PATCH 4/4] drm: exynos: hdmi: Add dt support for hdmiphy settings

2013-11-18 Thread Shirish S
Hi, On Fri, Nov 15, 2013 at 9:47 PM, Mark Rutland wrote: > On Tue, Oct 29, 2013 at 08:12:32AM +0000, Shirish S wrote: >> This patch adds dt support to hdmiphy config settings >> as it is board specific and depends on the signal pattern >> of board. >>

[PATCH] drm: edid: enable probing and listing of non rb modes

2013-11-15 Thread Shirish S
ode's pixel clock is not supported but non-rb mode is supported. This patch does 2 things: 1. adds "rb" suffix to rb modes. 2. changes the drm_mode_std mode selection to collect all the supported modes and not just one mode. Signed-off-by: Shirish S --- drivers/gpu/d

[PATCH] Enable probing of non-rb modes

2013-11-15 Thread Shirish S
connectors probed modes and hence on running xrandr is not listed. Shirish S (1): drm: edid: enable probing and listing of non rb modes drivers/gpu/drm/drm_edid.c | 74 +--- 1 file changed, 36 insertions(+), 38 deletions(-) -- 1.7.9.5

[PATCH 4/4] drm: exynos: hdmi: Add dt support for hdmiphy settings

2013-10-29 Thread Shirish S
This patch adds dt support to hdmiphy config settings as it is board specific and depends on the signal pattern of board. Signed-off-by: Shirish S --- .../devicetree/bindings/video/exynos_hdmi.txt | 34 + drivers/gpu/drm/exynos/exynos_hdmi.c | 79

[PATCH 3/4] ARM: exynos: dts: cros5250: Add hdmi phy settings

2013-10-29 Thread Shirish S
This patch moves the hdmi phy setting to arndale dts, as its more of a per board configuration and also shall be easier for supporting future chipsets. Signed-off-by: Shirish S --- arch/arm/boot/dts/cros5250-common.dtsi | 75 1 file changed, 75 insertions

[PATCH 2/4] ARM: dts: arndale: Add hdmi phy settings

2013-10-29 Thread Shirish S
This patch moves the hdmi phy setting to arndale dts, as its more of a per board configuration and also shall be easier for supporting future chipsets. Signed-off-by: Shirish S --- arch/arm/boot/dts/exynos5250-arndale.dts | 75 ++ 1 file changed, 75 insertions

[PATCH 1/4] ARM: dts: smdk5250: Add hdmi phy settings

2013-10-29 Thread Shirish S
This patch moves the hdmi phy setting to smdk5250 dts,as its more of a per board configuration and also shall be easier for supporting future chipsets. Signed-off-by: Shirish S --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 75 + 1 file changed, 75 insertions

[PATCH 0/4] Add dt support for exynos hdmiphy settings

2013-10-29 Thread Shirish S
registers. V3: Incorporated Mark Rutland's comments. V4: Rebased and included cros5250-common.dtsi. Shirish S (4): ARM: dts: smdk5250: Add hdmi phy settings ARM: dts: arndale: Add hdmi phy settings ARM: exynos: dts: cros5250: Add hdmi phy settings drm: exynos: hdmi: Add dt suppor

[PATCH 3/3] drm: exynos: hdmi: Add dt support for hdmiphy settings

2013-10-29 Thread Shirish S
On Tue, Oct 29, 2013 at 4:08 AM, Mark Rutland wrote: > On Mon, Oct 28, 2013 at 10:15:00AM +0000, Shirish S wrote: >> Hi Mark, >> Firstly thanks for reviewing. > > Hi, > > Please could you refrain from replying in HTML and use plaintext, it's rather > difficu

[PATCH 0/3] Add dt support for exynos hdmiphy settings

2013-10-29 Thread Shirish S
Original Message- > > From: Shirish S [mailto:s.shirish at samsung.com] > > Sent: Monday, October 28, 2013 7:39 PM > > To: dri-devel at lists.freedesktop.org; inki.dae at samsung.com; > > devicetree at vger.kernel.org > > Cc: seanpaul at chromium.org; sw0312.kim

[PATCH 3/3] drm: exynos: hdmi: Add dt support for hdmiphy settings

2013-10-28 Thread Shirish S
This patch adds dt support to hdmiphy config settings as it is board specific and depends on the signal pattern of board. Signed-off-by: Shirish S --- .../devicetree/bindings/video/exynos_hdmi.txt | 32 + drivers/gpu/drm/exynos/exynos_hdmi.c | 76

[PATCH 2/3] ARM: dts: arndale: Add hdmi phy settings

2013-10-28 Thread Shirish S
This patch moves the hdmi phy setting to arndale dts, as its more of a per board configuration and also shall be easier for supporting future chipsets. Signed-off-by: Shirish S --- arch/arm/boot/dts/exynos5250-arndale.dts | 68 ++ 1 file changed, 68 insertions

[PATCH 1/3] ARM: dts: smdk5250: Add hdmi phy settings

2013-10-28 Thread Shirish S
This patch moves the hdmi phy setting to smdk5250 dts,as its more of a per board configuration and also shall be easier for supporting future chipsets. Signed-off-by: Shirish S --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 68 + 1 file changed, 68 insertions

[PATCH 0/3] Add dt support for exynos hdmiphy settings

2013-10-28 Thread Shirish S
registers. V3: Incorporated Mark Rutland's comments. Shirish S (3): ARM: dts: smdk5250: Add hdmi phy settings ARM: dts: arndale: Add hdmi phy settings drm: exynos: hdmi: Add dt support for hdmiphy settings .../devicetree/bindings/video/exynos_hdmi.txt | 32 + arch/arm

[PATCH 3/3] drm: exynos: hdmi: Add dt support for hdmiphy settings

2013-10-28 Thread Shirish S
Hi Mark, Firstly thanks for reviewing. On Mon, Oct 28, 2013 at 12:20 PM, Mark Rutland wrote: > Hi, > > On Mon, Oct 28, 2013 at 06:24:22AM +, Shirish S wrote: > > This patch adds dt support to hdmiphy config settings > > as it is board specific and depends on the signal

[PATCH 3/3] drm: exynos: hdmi: Add dt support for hdmiphy settings

2013-10-28 Thread Shirish S
This patch adds dt support to hdmiphy config settings as it is board specific and depends on the signal pattern of board. Signed-off-by: Shirish S --- .../devicetree/bindings/video/exynos_hdmi.txt | 29 arch/arm/boot/dts/exynos5250-arndale.dts |6 +- drivers/gpu

[PATCH 2/3] ARM: dts: arndale: Add hdmi phy settings

2013-10-28 Thread Shirish S
This patch moves the hdmi phy setting to arndale dts, as its more of a per board configuration and also shall be easier for supporting future chipsets. Signed-off-by: Shirish S --- arch/arm/boot/dts/exynos5250-arndale.dts | 68 ++ 1 file changed, 68 insertions

[PATCH 1/3] ARM: dts: smdk5250: Add hdmi phy settings

2013-10-28 Thread Shirish S
This patch moves the hdmi phy setting to smdk5250 dts,as its more of a per board configuration and also shall be easier for supporting future chipsets. Signed-off-by: Shirish S --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 68 + 1 file changed, 68 insertions

[PATCH 0/3] Add dt support for exynos hdmiphy settings

2013-10-28 Thread Shirish S
registers. Shirish S (3): ARM: dts: smdk5250: Add hdmi phy settings ARM: dts: arndale: Add hdmi phy settings drm: exynos: hdmi: Add dt support for hdmiphy settings .../devicetree/bindings/video/exynos_hdmi.txt | 29 arch/arm/boot/dts/exynos5250-arndale.dts | 68

[PATCH 1/7] drm/exynos: move hdmiphy related code to hdmiphy driver

2013-10-28 Thread Shirish S
Hi, I have uploaded patch set 2, with only required registers being moved to dt file. Thanks, Shirish S On Thu, Oct 3, 2013 at 7:58 AM, Shirish S wrote: > Hi, > First of all sorry for the late response, > > > On Tue, Oct 1, 2013 at 10:09 AM, Inki Dae wrote: > >> >&

Re: [PATCH 1/7] drm/exynos: move hdmiphy related code to hdmiphy driver

2013-10-03 Thread Shirish S
> > Cc: Rahul Sharma; devicet...@vger.kernel.org; linux-samsung-soc; > > sw0312.kim; sunil joshi; dri-devel; kgene.kim; Shirish S; Sylwester > > Nawrocki; Rahul Sharma; Stephen Warren; Mark Rutland; Kumar Gala; Pawel > > Moll; Rob Herring; Sean Paul > > Subject: Re:

[PATCH 3/3] drm: exynos: hdmi: Add dt support for hdmiphy settings

2013-08-15 Thread Shirish S
This patch adds dt support to hdmiphy config settings as it is board specific and depends on the signal pattern of board. Signed-off-by: Shirish S --- .../devicetree/bindings/video/exynos_hdmi.txt | 18 +- drivers/gpu/drm/exynos/exynos_hdmi.c | 191 +++- 2

[PATCH 2/3] ARM: dts: arndale: Add hdmi phy settings

2013-08-15 Thread Shirish S
This patch moves the hdmi phy setting to arndale dts, as its more of a per board configuration and also shall be easier for supporting future chipsets. Signed-off-by: Shirish S --- arch/arm/boot/dts/exynos5250-arndale.dts | 120 ++ 1 file changed, 120 insertions

[PATCH 1/3] ARM: dts: smdk5250: Add hdmi phy settings

2013-08-15 Thread Shirish S
This patch moves the hdmi phy setting to smdk5250 dts,as its more of a per board configuration and also shall be easier for supporting future chipsets. Signed-off-by: Shirish S --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 120 + 1 file changed, 120 insertions

[PATCH 0/3] Add dt support for exynos hdmiphy settings

2013-08-15 Thread Shirish S
the driver and hence we can find all the hex values, which are not logically explained similar to driver. Shirish S (3): ARM: dts: smdk5250: Add hdmi phy settings ARM: dts: arndale: Add hdmi phy settings drm: exynos: hdmi: Add dt support for hdmiphy settings .../devicetree/bindings/video

[PATCH 3/3] drm: exynos: hdmi: Add dt support for hdmiphy settings

2013-08-14 Thread Shirish S
This patch adds dt support to hdmiphy config settings as it is board specific and depends on the signal pattern of board. Signed-off-by: Shirish S --- .../devicetree/bindings/video/exynos_hdmi.txt | 18 +- drivers/gpu/drm/exynos/exynos_hdmi.c | 191 +++- 2

[PATCH 2/3] ARM: dts: arndale: Add hdmi phy settings

2013-08-14 Thread Shirish S
This patch moves the hdmi phy setting to arndale dts, as its more of a per board configuration and also shall be easier for supporting future chipsets. Signed-off-by: Shirish S --- arch/arm/boot/dts/exynos5250-arndale.dts | 120 ++ 1 file changed, 120 insertions

[PATCH 1/3] ARM: dts: smdk5250: Add hdmi phy settings

2013-08-14 Thread Shirish S
This patch moves the hdmi phy setting to smdk5250 dts,as its more of a per board configuration and also shall be easier for supporting future chipsets. Signed-off-by: Shirish S --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 120 + 1 file changed, 120 insertions

[PATCH 0/3] Add dt support for exynos hdmiphy settings

2013-08-14 Thread Shirish S
the driver and hence we can find all the hex values, which are not logically explained similar to driver. Shirish S (3): ARM: dts: smdk5250: Add hdmi phy settings ARM: dts: arndale: Add hdmi phy settings drm: exynos: hdmi: Add dt support for hdmiphy settings .../devicetree/bindings/video

[PATCH 3/3] drm: exynos: hdmi: Add dt support for hdmiphy settings

2013-08-13 Thread Shirish S
This patch adds dt support to hdmiphy config settings as it is board specific and depends on the signal pattern of board. Signed-off-by: Shirish S --- .../devicetree/bindings/video/exynos_hdmi.txt | 18 +- drivers/gpu/drm/exynos/exynos_hdmi.c | 191 +++- 2

[PATCH 2/3] ARM: dts: arndale: Add hdmi phy settings

2013-08-13 Thread Shirish S
This patch moves the hdmi phy setting to arndale dts, as its more of a per board configuration and also shall be easier for supporting future chipsets. Signed-off-by: Shirish S --- arch/arm/boot/dts/exynos5250-arndale.dts | 120 ++ 1 file changed, 120 insertions

[PATCH 1/3] ARM: dts: smdk5250: Add hdmi phy settings

2013-08-13 Thread Shirish S
This patch moves the hdmi phy setting to smdk5250 dts,as its more of a per board configuration and also shall be easier for supporting future chipsets. Signed-off-by: Shirish S --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 120 + 1 file changed, 120 insertions

[PATCH 0/3] Add dt support for exynos hdmiphy settings

2013-08-13 Thread Shirish S
the driver and hence we can find all the hex values, which are not logically explained similar to driver. Shirish S (3): ARM: dts: smdk5250: Add hdmi phy settings ARM: dts: arndale: Add hdmi phy settings drm: exynos: hdmi: Add dt support for hdmiphy settings .../devicetree/bindings/video

[PATCH 3/3] drm: exynos: hdmi: Add dt support for hdmiphy settings

2013-08-13 Thread Shirish S
This patch adds dt support to hdmiphy config settings as it is board specific and depends on the signal pattern of board. Signed-off-by: Shirish S --- .../devicetree/bindings/video/exynos_hdmi.txt | 18 +- drivers/gpu/drm/exynos/exynos_hdmi.c | 191 +++- 2

[PATCH 2/3] ARM: dts: arndale: Add hdmi phy settings

2013-08-13 Thread Shirish S
This patch moves the hdmi phy setting to arndale dts, as its more of a per board configuration and also shall be easier for supporting future chipsets. Signed-off-by: Shirish S --- arch/arm/boot/dts/exynos5250-arndale.dts | 120 ++ 1 file changed, 120 insertions

[PATCH 1/3] ARM: dts: smdk5250: Add hdmi phy settings

2013-08-13 Thread Shirish S
This patch moves the hdmi phy setting to smdk5250 dts,as its more of a per board configuration and also shall be easier for supporting future chipsets. Signed-off-by: Shirish S --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 120 + 1 file changed, 120 insertions

[PATCH 0/3] Add dt support for exynos hdmiphy settings

2013-08-13 Thread Shirish S
the driver and hence we can find all the hex values, which are not logically explained similar to driver. Shirish S (3): ARM: dts: smdk5250: Add hdmi phy settings ARM: dts: arndale: Add hdmi phy settings drm: exynos: hdmi: Add dt support for hdmiphy settings .../devicetree/bindings/video

[PATCH 3/3] drm: exynos: hdmi: Add dt support for hdmiphy settings

2013-08-13 Thread Shirish S
This patch adds dt support to hdmiphy config settings as it is board specific and depends on the signal pattern of board. Signed-off-by: Shirish S --- .../devicetree/bindings/video/exynos_hdmi.txt | 18 +- drivers/gpu/drm/exynos/exynos_hdmi.c | 191 +++- 2

[PATCH 1/3] ARM: dts: smdk5250: Add hdmi phy settings

2013-08-13 Thread Shirish S
This patch moves the hdmi phy setting to smdk5250 dts,as its more of a per board configuration and also shall be easier for supporting future chipsets. Signed-off-by: Shirish S --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 120 + 1 file changed, 120 insertions

  1   2   >