ping.
On Thu, Feb 5, 2015 at 9:24 PM, Ajay Kumar wrote:
> This patch is based on exynos-drm-next branch of Inki Dae's tree at:
> git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
>
> DECON(Display and Enhancement Controller) is the new IP
> in exynos7 SOC
video mode displays.
Signed-off-by: Akshu Agrawal
Signed-off-by: Ajay Kumar
---
Changes since V1:
-- Address comments from Pankaj and do few cleanups.
Changes since V2:
-- Address more comments from Pankaj and cleanup.
Changes since V3:
-- Rebase on exynos-drm-next. Pull in ch
Hi Inki,
On Mon, Dec 8, 2014 at 7:09 PM, Inki Dae wrote:
>
>
> On 2014년 12월 07일 21:04, Ajay Kumar wrote:
>> This series is based on exynos-drm-next branch of Inki Dae's tree at:
>> git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
>>
>> DE
Hi,
On Fri, Jan 30, 2015 at 9:29 PM, Russell King - ARM Linux
wrote:
> On Fri, Jan 30, 2015 at 10:37:19AM -0500, Rob Clark wrote:
>> On Tue, Jan 20, 2015 at 11:38 AM, Ajay Kumar
>> wrote:
>> I'll also need to update the new bridge in the msm edp code..
>> althou
Hi Rob,
On Fri, Jan 30, 2015 at 9:07 PM, Rob Clark wrote:
> On Tue, Jan 20, 2015 at 11:38 AM, Ajay Kumar wrote:
>> Currently, third party bridge drivers(ptn3460) are dependent
>> on the corresponding encoder driver init, since bridge driver
>> needs a drm_device
Hi Thierry,
I think you forgot to take this patch!
Can you check this?
Regards,
Ajay Kumar
On Tue, Jan 20, 2015 at 10:08 PM, Ajay Kumar wrote:
> From: Vincent Palatin
>
> This patch adds drm_bridge driver for parade DisplayPort
> to LVDS bridge chip.
>
> Signed-off-b
Hi Gustavo,
I think Thierry already fixed it. Check this.
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/tree/drivers/gpu/drm/bridge/Kconfig
Regards,
Ajay
On Thu, Jan 29, 2015 at 7:59 PM, Gustavo Padovan wrote:
> Hi Ajay,
>
> 2015-01-20 Ajay Kumar :
>
>&
Hi Kukjin,
On Fri, Jan 23, 2015 at 12:31 PM, Kukjin Kim wrote:
> Ajay Kumar wrote:
>>
>> Define videoports and use endpoints to describe the connection between
>> the encoder, bridge and the panel, instead of using phandles.
>>
>> Signed-off-by: Ajay Kumar
&g
Add drm_panel calls to the driver to make the panel and
bridge work together in tandem.
Signed-off-by: Ajay Kumar
Acked-by: Inki Dae
Tested-by: Rahul Sharma
Tested-by: Javier Martinez Canillas
Tested-by: Gustavo Padovan
Tested-by: Sjoerd Simons
---
.../devicetree/bindings/drm/bridge
Move drm/bridge documentation to video/bridge.
Also, add proper documentation for gpios used by ptn3460.
Signed-off-by: Ajay Kumar
Acked-by: Inki Dae
Tested-by: Rahul Sharma
Tested-by: Javier Martinez Canillas
Tested-by: Gustavo Padovan
Tested-by: Sjoerd Simons
---
.../devicetree/bindings
Modify driver to support drm_bridge.
Signed-off-by: Ajay Kumar
Signed-off-by: Inki Dae
Tested-by: Rahul Sharma
Tested-by: Javier Martinez Canillas
Tested-by: Gustavo Padovan
Tested-by: Sjoerd Simons
---
.../devicetree/bindings/video/exynos_dp.txt| 12 +++
drivers/gpu/drm
next v3.19-rc5.
-- Add Acked-by and Tested-by tags.
Ajay Kumar (13):
[PATCH V9 1/14] drm/bridge: ptn3460: Few trivial cleanups
[PATCH V9 2/14] drm/bridge: do not pass drm_bridge_funcs to drm_bridge_init
[PATCH V9 3/14] drm/bridge: make bridge registration independent of drm flow
[PAT
Define videoports and use endpoints to describe the connection between
the encoder, bridge and the panel, instead of using phandles.
Signed-off-by: Ajay Kumar
Acked-by: Inki Dae
Tested-by: Rahul Sharma
Tested-by: Javier Martinez Canillas
Tested-by: Gustavo Padovan
Tested-by: Sjoerd Simons
alphabetically.
-- s/edid/EDID in all error messages.
Signed-off-by: Ajay Kumar
Acked-by: Inki Dae
Tested-by: Rahul Sharma
Tested-by: Javier Martinez Canillas
Tested-by: Gustavo Padovan
Tested-by: Sjoerd Simons
---
drivers/gpu/drm/bridge/ptn3460.c | 95
Define videoports and use endpoints to describe the connection between
the encoder, bridge and the panel, instead of using phandles.
Signed-off-by: Ajay Kumar
Acked-by: Inki Dae
Tested-by: Rahul Sharma
Tested-by: Javier Martinez Canillas
Tested-by: Gustavo Padovan
Tested-by: Sjoerd Simons
ridge can continue with drm related initializations.
Signed-off-by: Ajay Kumar
Acked-by: Inki Dae
Tested-by: Rahul Sharma
Tested-by: Javier Martinez Canillas
Tested-by: Gustavo Padovan
Tested-by: Sjoerd Simons
---
drivers/gpu/drm/Makefile |2 +-
drivers/gpu/drm/bridge
Modify driver to support gpiod interface.
Signed-off-by: Ajay Kumar
Acked-by: Inki Dae
Tested-by: Rahul Sharma
Tested-by: Javier Martinez Canillas
Tested-by: Gustavo Padovan
Tested-by: Sjoerd Simons
---
drivers/gpu/drm/bridge/ptn3460.c | 88 --
1 file
Force bridge connector detection at the end of the bridge attach.
This is needed to detect the bridge connector early.
Signed-off-by: Ajay Kumar
Acked-by: Inki Dae
Tested-by: Rahul Sharma
Tested-by: Javier Martinez Canillas
Tested-by: Gustavo Padovan
Tested-by: Sjoerd Simons
---
drivers
From: Vincent Palatin
This patch adds drm_bridge driver for parade DisplayPort
to LVDS bridge chip.
Signed-off-by: Vincent Palatin
Signed-off-by: Andrew Bresticker
Signed-off-by: Sean Paul
Signed-off-by: Rahul Sharma
Signed-off-by: Ajay Kumar
Acked-by: Inki Dae
Tested-by: Rahul Sharma
Use drm_bridge helpers to modify the driver to support
i2c driver model.
Signed-off-by: Ajay Kumar
Acked-by: Inki Dae
Tested-by: Rahul Sharma
Tested-by: Javier Martinez Canillas
Tested-by: Gustavo Padovan
Tested-by: Sjoerd Simons
---
drivers/gpu/drm/bridge/Kconfig |2
ps8622 eDP-LVDS converter bridge chip is from parade technologies
Signed-off-by: Ajay Kumar
Acked-by: Inki Dae
Tested-by: Rahul Sharma
Tested-by: Javier Martinez Canillas
Tested-by: Gustavo Padovan
Tested-by: Sjoerd Simons
---
.../devicetree/bindings/vendor-prefixes.txt|1 +
1
Add documentation for DT properties supported by ps8622/ps8625
eDP-LVDS converter.
Signed-off-by: Ajay Kumar
Acked-by: Inki Dae
Tested-by: Rahul Sharma
Tested-by: Javier Martinez Canillas
Tested-by: Gustavo Padovan
Tested-by: Sjoerd Simons
---
.../devicetree/bindings/video/bridge/ps8622
.
Signed-off-by: Ajay Kumar
Acked-by: Inki Dae
Tested-by: Rahul Sharma
Tested-by: Javier Martinez Canillas
Tested-by: Gustavo Padovan
Tested-by: Sjoerd Simons
---
drivers/gpu/drm/bridge/ptn3460.c |3 ++-
drivers/gpu/drm/drm_crtc.c |5 +
drivers/gpu/drm/msm/hdmi
On Mon, Jan 19, 2015 at 10:35 PM, Javier Martinez Canillas
wrote:
> Hello Thierry,
>
> On 01/19/2015 05:30 PM, Thierry Reding wrote:
>>>
>>> I know you probably are very busy but it would be great if you can take a
>>> look
>>> to this series to avoid another kernel release to be missed since we
Hi Daniel,
This series is sitting out there since long without any ACKs.
If people can ACK this series, I am ready to rebase and send ASAP.
Regards,
Ajay Kumar
On Fri, Jan 2, 2015 at 6:40 PM, Daniel Stone wrote:
> Hi Ajay,
>
> On 17 December 2014 at 09:31, Javier Martinez Canillas
On Tue, Dec 2, 2014 at 11:31 AM, Ajay kumar wrote:
> On Sat, Nov 15, 2014 at 3:24 PM, Ajay Kumar wrote:
>> Currently, third party bridge drivers(ptn3460) are dependent
>> on the corresponding encoder driver init, since bridge driver
>> needs a drm_device pointer to finis
check error status for drm_iommu_attach_device() and make sure
it propagates till the caller.
Signed-off-by: Ajay Kumar
---
drivers/gpu/drm/exynos/exynos_drm_fimd.c | 17 +++--
1 file changed, 15 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c
ctx->drm_dev is unnecessary since it can be easily accessed
via ctx->manager->drm_dev. Even the pipe variable inside
fimd_context is redundant. Cleaning up the same.
Signed-off-by: Ajay Kumar
---
drivers/gpu/drm/exynos/exynos_drm_fimd.c | 28 ++--
1 file ch
FIMD)+= exynos_drm_fimd.o
+exynosdrm-$(CONFIG_DRM_EXYNOS_DECON) += exynos7_drm_decon.o
exynosdrm-$(CONFIG_DRM_EXYNOS_DPI) += exynos_drm_dpi.o
exynosdrm-$(CONFIG_DRM_EXYNOS_DSI) += exynos_drm_dsi.o
exynosdrm-$(CONFIG_DRM_EXYNOS_DP) += exynos_dp_core.o exynos_dp_reg.o
diff --git a/
Hi Pankaj,
On Mon, Dec 1, 2014 at 1:36 PM, Pankaj Dubey wrote:
> Hi Ajay,
>
> On 28 November 2014 at 16:45, Ajay Kumar wrote:
>> This series is based on exynos-drm-next branch of Inki Dae's tree at:
>> git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.g
On Sat, Nov 15, 2014 at 3:24 PM, Ajay Kumar wrote:
> Currently, third party bridge drivers(ptn3460) are dependent
> on the corresponding encoder driver init, since bridge driver
> needs a drm_device pointer to finish drm initializations.
> The encoder driver passes the drm_device po
_decon.o
exynosdrm-$(CONFIG_DRM_EXYNOS_DPI) += exynos_drm_dpi.o
exynosdrm-$(CONFIG_DRM_EXYNOS_DSI) += exynos_drm_dsi.o
exynosdrm-$(CONFIG_DRM_EXYNOS_DP) += exynos_dp_core.o exynos_dp_reg.o
diff --git a/drivers/gpu/drm/exynos/exynos7_drm_decon.c
b/drivers/gpu/drm/exynos/exynos7_drm_d
check error status for drm_iommu_attach_device() and make sure
it propagates till the caller.
Signed-off-by: Ajay Kumar
---
drivers/gpu/drm/exynos/exynos_drm_fimd.c | 17 +++--
1 file changed, 15 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c
ctx->drm_dev is unnecessary since it can be easily
accessed via ctx->manager->drm_dev, cleaning it up.
Signed-off-by: Ajay Kumar
---
drivers/gpu/drm/exynos/exynos_drm_fimd.c | 25 +
1 file changed, 13 insertions(+), 12 deletions(-)
diff --git a/drivers/gpu/d
Hi Pankaj,
Thanks a lot for reviewing the patch. Find my comments below.
On Thu, Nov 27, 2014 at 9:55 PM, Pankaj Dubey wrote:
> Hi Ajay,
>
> On 27 November 2014 at 19:41, Ajay Kumar wrote:
>> This series is based on exynos-drm-next branch of Inki Dae's tree at:
>> gi
CONFIG_DRM_EXYNOS_DSI) += exynos_drm_dsi.o
exynosdrm-$(CONFIG_DRM_EXYNOS_DP) += exynos_dp_core.o exynos_dp_reg.o
diff --git a/drivers/gpu/drm/exynos/exynos7_drm_decon.c
b/drivers/gpu/drm/exynos/exynos7_drm_decon.c
new file mode 100644
index 000..08305fc
--- /dev/null
+++ b/drivers/gpu/drm
On Tue, Nov 25, 2014 at 6:59 PM, Inki Dae wrote:
> On 2014년 11월 25일 22:08, Ajay kumar wrote:
>> Hi Inki,
>>
>> On Tue, Nov 25, 2014 at 6:30 PM, Inki Dae wrote:
>>> On 2014년 11월 25일 21:17, Ajay kumar wrote:
>>>> ping.
>>>>
>>>
>
Hi Inki,
On Tue, Nov 25, 2014 at 6:30 PM, Inki Dae wrote:
> On 2014년 11월 25일 21:17, Ajay kumar wrote:
>> ping.
>>
>
> You'd need to clean up clocks and fix up binding file. And then let's
> have review in more details. I wish that other people also give you
>
ping.
On Tue, Nov 11, 2014 at 10:08 PM, Ajay kumar wrote:
> Hi Inki,
>
> On Mon, Nov 3, 2014 at 3:31 PM, Inki Dae wrote:
>>
>> Hi,
>>
>> Fortunately, I could get the user manual for Exynos7420. Below are my
>> comments.
>>
>> Thanks,
>>
r Martinez Canillas
wrote:
> Hello Ajay,
>
> On 11/18/2014 07:20 AM, Ajay kumar wrote:
>> On Sat, Nov 15, 2014 at 3:24 PM, Ajay Kumar wrote:
>>> This series is based on master branch of Linus tree at:
>>> git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/li
On Sat, Nov 15, 2014 at 3:24 PM, Ajay Kumar wrote:
> This series is based on master branch of Linus tree at:
> git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
>
> Changes since V2:
> -- Address comments from Jingoo Han for ps8622 driver
> -- Add
Add documentation for DT properties supported by ps8622/ps8625
eDP-LVDS converter.
Signed-off-by: Ajay Kumar
---
.../devicetree/bindings/video/bridge/ps8622.txt| 31
1 file changed, 31 insertions(+)
create mode 100644 Documentation/devicetree/bindings/video/bridge
Define videoports and use endpoints to describe the connection between
the encoder, bridge and the panel, instead of using phandles.
Signed-off-by: Ajay Kumar
---
arch/arm/boot/dts/exynos5250-snow.dts | 30 --
1 file changed, 28 insertions(+), 2 deletions(-)
diff
ps8622 eDP-LVDS converter bridge chip is from parade technologies
Signed-off-by: Ajay Kumar
---
.../devicetree/bindings/vendor-prefixes.txt|1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt
b/Documentation/devicetree/bindings
Move drm/bridge documentation to video/bridge.
Also, add proper documentation for gpios used by ptn3460.
Signed-off-by: Ajay Kumar
---
.../devicetree/bindings/drm/bridge/ptn3460.txt | 39
.../devicetree/bindings/video/bridge/ptn3460.txt | 39
Use drm_bridge helpers to modify the driver to support
i2c driver model.
Signed-off-by: Ajay Kumar
---
drivers/gpu/drm/bridge/Kconfig |2 +
drivers/gpu/drm/bridge/ptn3460.c| 124 +--
drivers/gpu/drm/exynos/exynos_dp_core.c | 22 --
3 files
Define videoports and use endpoints to describe the connection between
the encoder, bridge and the panel, instead of using phandles.
Signed-off-by: Ajay Kumar
---
arch/arm/boot/dts/exynos5420-peach-pit.dts | 31 ++--
1 file changed, 29 insertions(+), 2 deletions
From: Vincent Palatin
This patch adds drm_bridge driver for parade DisplayPort
to LVDS bridge chip.
Signed-off-by: Vincent Palatin
Signed-off-by: Andrew Bresticker
Signed-off-by: Sean Paul
Signed-off-by: Rahul Sharma
Signed-off-by: Ajay Kumar
---
drivers/gpu/drm/bridge/Kconfig |9
Add drm_panel calls to the driver to make the panel and
bridge work together in tandem.
Signed-off-by: Ajay Kumar
---
.../devicetree/bindings/drm/bridge/ptn3460.txt | 12 ++
drivers/gpu/drm/bridge/Kconfig |1 +
drivers/gpu/drm/bridge/ptn3460.c
Modify driver to support gpiod interface.
Signed-off-by: Ajay Kumar
---
drivers/gpu/drm/bridge/ptn3460.c | 88 --
1 file changed, 36 insertions(+), 52 deletions(-)
diff --git a/drivers/gpu/drm/bridge/ptn3460.c b/drivers/gpu/drm/bridge/ptn3460.c
index
Force bridge connector detection at the end of the bridge attach.
This is needed to detect the bridge connector early.
Signed-off-by: Ajay Kumar
---
drivers/gpu/drm/bridge/ptn3460.c |3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/gpu/drm/bridge/ptn3460.c b/drivers/gpu/drm
Modify driver to support drm_bridge.
Signed-off-by: Ajay Kumar
---
.../devicetree/bindings/video/exynos_dp.txt| 12 +++
drivers/gpu/drm/exynos/exynos_dp_core.c| 37
drivers/gpu/drm/exynos/exynos_dp_core.h|1 +
3 files changed, 44
config:374:symbol FB_CYBER2000_DDC depends on
FB_CYBER2000
drivers/video/fbdev/Kconfig:362:symbol FB_CYBER2000 depends on FB
Ajay Kumar (13):
[PATCH V8 1/14] drm/bridge: ptn3460: Few trivial cleanups
[PATCH V8 2/14] drm/bridge: do not pass drm_bridge_funcs to drm_bridge_init
[PATCH V8
alphabetically.
-- s/edid/EDID in all error messages.
Signed-off-by: Ajay Kumar
---
drivers/gpu/drm/bridge/ptn3460.c | 95 +++---
1 file changed, 48 insertions(+), 47 deletions(-)
diff --git a/drivers/gpu/drm/bridge/ptn3460.c b/drivers/gpu/drm/bridge/ptn3460.c
ridge can continue with drm related initializations.
Signed-off-by: Ajay Kumar
---
drivers/gpu/drm/Makefile |2 +-
drivers/gpu/drm/bridge/ptn3460.c | 27 +-
drivers/gpu/drm/drm_bridge.c | 91
drivers/gpu/drm/drm_crtc.c
.
Signed-off-by: Ajay Kumar
---
drivers/gpu/drm/bridge/ptn3460.c |3 ++-
drivers/gpu/drm/drm_crtc.c |5 +
drivers/gpu/drm/msm/hdmi/hdmi_bridge.c |3 ++-
drivers/gpu/drm/sti/sti_hda.c |3 ++-
drivers/gpu/drm/sti/sti_hdmi.c |3 ++-
include/drm
Hi Inki,
On Mon, Nov 3, 2014 at 3:31 PM, Inki Dae wrote:
>
> Hi,
>
> Fortunately, I could get the user manual for Exynos7420. Below are my
> comments.
>
> Thanks,
> Inki Dae
>
> On 2014년 10월 23일 01:34, Ajay kumar wrote:
>> On Wed, Oct 22, 2014 at 8:26 PM,
On Tue, Oct 28, 2014 at 2:42 PM, Javier Martinez Canillas
wrote:
> Hello Ajay,
>
> On Thu, Oct 16, 2014 at 11:04 AM, Laurent Pinchart
> wrote:
>>>
>>> Right. It would be great if you guys come to agreement ASAP!
>>
>> I don't think we'll agree any time soon, so I believe it's up to you to
>> dec
ure how the driver layouts should be!
> Below are my comments.
>
> Thanks,
> Inki Dae
>
> On 2014년 10월 10일 21:48, Ajay Kumar wrote:
>> This series is based on exynos-drm-next branch of Inki Dae's tree at:
>> git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-
ping!
On Fri, Oct 10, 2014 at 6:18 PM, Ajay Kumar wrote:
> This series is based on exynos-drm-next branch of Inki Dae's tree at:
> git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
>
> DECON(Display and Enhancement Controller) is the new IP
> in exynos
ping!
On Fri, Oct 10, 2014 at 6:33 PM, Ajay kumar wrote:
> On Wed, Oct 8, 2014 at 12:39 PM, Thierry Reding
> wrote:
>> On Tue, Oct 07, 2014 at 05:49:24PM +0300, Laurent Pinchart wrote:
>>> Hi Ajay,
>>>
>>> On Tuesday 07 October 2014 16:06:55 Ajay kumar w
On Wed, Oct 8, 2014 at 12:39 PM, Thierry Reding
wrote:
> On Tue, Oct 07, 2014 at 05:49:24PM +0300, Laurent Pinchart wrote:
>> Hi Ajay,
>>
>> On Tuesday 07 October 2014 16:06:55 Ajay kumar wrote:
>> > On Tue, Oct 7, 2014 at 4:00 PM, Tomi Valkeinen wrote:
>> >
os_drm_decon.o
exynosdrm-$(CONFIG_DRM_EXYNOS_DPI) += exynos_drm_dpi.o
exynosdrm-$(CONFIG_DRM_EXYNOS_DSI) += exynos_drm_dsi.o
exynosdrm-$(CONFIG_DRM_EXYNOS_DP) += exynos_dp_core.o exynos_dp_reg.o
diff --git a/drivers/gpu/drm/exynos/exynos_drm_decon.c
b/drivers/gpu/drm/exynos/exyn
On Thu, Oct 9, 2014 at 3:56 PM, Vivek Gautam wrote:
> Ajay,
>
>
> On Thu, Oct 9, 2014 at 3:48 PM, Ajay kumar wrote:
>> Hi,
>>
>> On Mon, Sep 15, 2014 at 6:43 PM, Vivek Gautam
>> wrote:
>>> These patches are based on 'for-next' branch
Hi,
On Mon, Sep 15, 2014 at 6:43 PM, Vivek Gautam wrote:
> These patches are based on 'for-next' branch of kgene's linux-samsung tree.
>
> Refactoring the exynos-dp-video phy to use pmu-system-controller handle
> and access the register using mfd-syscon and regmap.
> Simultaneously, removing the
On Tue, Oct 7, 2014 at 4:00 PM, Tomi Valkeinen wrote:
> On 20/09/14 14:22, Ajay kumar wrote:
>
>> Well, I am okay with using video ports to describe the relationship
>> between the encoder, bridge and the panel.
>> But, its just that I need to make use of 2 functions when
On Tue, Sep 23, 2014 at 11:25 AM, Thierry Reding
wrote:
> On Tue, Sep 23, 2014 at 03:00:37AM +0300, Laurent Pinchart wrote:
>> On Monday 22 September 2014 13:35:15 Thierry Reding wrote:
>> > On Mon, Sep 22, 2014 at 04:53:22PM +0530, Ajay kumar wrote:
>> > > O
On Mon, Sep 22, 2014 at 5:05 PM, Thierry Reding
wrote:
> On Mon, Sep 22, 2014 at 04:53:22PM +0530, Ajay kumar wrote:
>> On Mon, Sep 22, 2014 at 4:11 PM, Thierry Reding
>> wrote:
>> > On Mon, Sep 22, 2014 at 02:01:38PM +0530, Ajay kumar wrote:
>> >> Hi Thierry,
On Mon, Sep 22, 2014 at 4:11 PM, Thierry Reding
wrote:
> On Mon, Sep 22, 2014 at 02:01:38PM +0530, Ajay kumar wrote:
>> Hi Thierry,
>>
>> On Mon, Sep 22, 2014 at 1:40 PM, Thierry Reding
>> wrote:
>> > On Thu, Sep 18, 2014 at 11:20:40AM +0530, Ajay kumar wrot
Hi Thierry,
On Mon, Sep 22, 2014 at 1:40 PM, Thierry Reding
wrote:
> On Thu, Sep 18, 2014 at 11:20:40AM +0530, Ajay kumar wrote:
>> Hi Tomi,
>>
>> On Wed, Sep 17, 2014 at 9:52 PM, Tomi Valkeinen
>> wrote:
>> > On 17/09/14 17:29, Ajay kumar wrote:
>&g
On Sat, Sep 20, 2014 at 8:57 PM, Javier Martinez Canillas
wrote:
> [adding Kukjin as cc]
>
> Hello Ajay,
>
> On Sat, Sep 20, 2014 at 1:22 PM, Ajay kumar wrote:
>>> Generally speaking, I sense that we have different views of how display
>>> devices and drivers are
On Fri, Sep 19, 2014 at 7:58 PM, Tomi Valkeinen wrote:
> On 19/09/14 16:59, Ajay kumar wrote:
>
>> I am not really able to understand, what's stopping us from using this
>> bridge on a board with "complex" display connections. To use ps8622 driver,
>> one ne
On Fri, Sep 19, 2014 at 6:24 PM, Tomi Valkeinen wrote:
> On 18/09/14 08:50, Ajay kumar wrote:
>
>>>> Why do we need a complex graph when it can be handled using a simple
>>>> phandle?
>>>
>>> Maybe in your case you can handle it with simple pha
Hi Tomi,
On Wed, Sep 17, 2014 at 9:52 PM, Tomi Valkeinen wrote:
> On 17/09/14 17:29, Ajay kumar wrote:
>> Hi Tomi,
>>
>> Thanks for your comments.
>>
>> On Wed, Sep 17, 2014 at 5:22 PM, Tomi Valkeinen
>> wrote:
>>> On 27/08/14 17:39, Ajay Kumar
Hi Tomi,
Thanks for your comments.
On Wed, Sep 17, 2014 at 5:22 PM, Tomi Valkeinen wrote:
> On 27/08/14 17:39, Ajay Kumar wrote:
>> Add documentation for DT properties supported by ps8622/ps8625
>> eDP-LVDS converter.
>>
>> Signed-off-by: Ajay Kumar
>> ---
On Wed, Sep 17, 2014 at 2:57 PM, Laurent Pinchart
wrote:
> Hi Ajay,
>
> On Wednesday 17 September 2014 14:37:30 Ajay kumar wrote:
>> On Mon, Sep 15, 2014 at 11:07 PM, Laurent Pinchart wrote:
>> > Hi Ajay,
>> >
>> > Thank you for the patch.
>> &g
Hi Laurent,
Please find the latest series here:
http://www.spinics.net/lists/dri-devel/msg66740.html
On Wed, Sep 17, 2014 at 3:23 PM, Laurent Pinchart
wrote:
> Hi Thierry,
>
> On Wednesday 30 July 2014 11:40:54 Thierry Reding wrote:
>> On Wed, Jul 30, 2014 at 11:54:00AM +0530, A
Hi Laurent,
On Mon, Sep 15, 2014 at 11:07 PM, Laurent Pinchart
wrote:
> Hi Ajay,
>
> Thank you for the patch.
>
> I think we're moving in the right direction, but we're not there yet.
>
> On Saturday 26 July 2014 00:52:08 Ajay Kumar wrote:
>> Th
Hi Kukjin,
On Sat, Sep 13, 2014 at 10:52 PM, Kukjin Kim wrote:
> On 09/01/14 19:36, Ajay Kumar wrote:
>>
>> Add DT nodes for ptn3460 bridge chip and panel.
>> Add backlight enable pin and backlight power supply for pwm-backlight.
>> Also add bridge phandle needed by d
Add DT nodes for ptn3460 bridge chip and panel.
Add backlight enable pin and backlight power supply for pwm-backlight.
Also add bridge phandle needed by dp to enable display on snow.
Signed-off-by: Ajay Kumar
---
Changes since V1:
-- Remove "simple-panel" compati
Add DT nodes for ps8622 bridge chip and panel.
Add backlight power supply for pwm-backlight.
Also add bridge phandle needed by dp to enable display on peach_pit.
Signed-off-by: Ajay Kumar
---
Changes since V1:
-- Remove "simple-panel" compatible string.
-- Use GPIO_A
The AUO B116XW03 is a 11.6" HD TFT LCD panel connecting to a LVDS
interface and with an integrated LED backlight unit.
This panel is used on the Samsung Chromebook(XE303C12).
Signed-off-by: Ajay Kumar
---
.../devicetree/bindings/panel/auo,b116xw03.txt |7 ++
drivers/gpu/drm/
On Thu, Aug 28, 2014 at 2:45 PM, Mark Rutland wrote:
> On Thu, Aug 28, 2014 at 06:34:33AM +0100, Ajay kumar wrote:
>> On Wed, Aug 27, 2014 at 8:31 PM, Mark Rutland wrote:
>> > On Wed, Aug 27, 2014 at 03:48:27PM +0100, Ajay Kumar wrote:
>> >> Add DT nodes for
On Wed, Aug 27, 2014 at 8:31 PM, Mark Rutland wrote:
> On Wed, Aug 27, 2014 at 03:48:27PM +0100, Ajay Kumar wrote:
>> Add DT nodes for ptn3460 bridge chip and panel.
>> Add backlight enable pin and backlight power supply for pwm-backlight.
>> Also add bridge phandle needed by
e binding since "chunghwa,claa101wb01"
has similar LCD timings.
Signed-off-by: Ajay Kumar
---
Changes since V1:
-- Remove "simple-panel" compatible string.
-- Use GPIO_ACTIVE_HIGH instead of 0.
-- Change panel node naming from "panel-simple" to &qu
chunghwa,claa101wb01"
has similar LCD timings.
Signed-off-by: Ajay Kumar
---
Changes since V1:
-- Remove "simple-panel" compatible string.
-- Use GPIO_ACTIVE_HIGH instead of 0.
-- Change panel node naming from "panel-simple" to "panel&quo
Move drm/bridge documentation to video/bridge.
Also, add proper documentation for gpios used by ptn3460.
Signed-off-by: Ajay Kumar
---
.../devicetree/bindings/drm/bridge/ptn3460.txt | 27
.../devicetree/bindings/video/bridge/ptn3460.txt | 27
ps8622 eDP-LVDS converter bridge chip is from parade technologies
Signed-off-by: Ajay Kumar
---
.../devicetree/bindings/vendor-prefixes.txt|1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt
b/Documentation/devicetree/bindings
Add documentation for DT properties supported by ps8622/ps8625
eDP-LVDS converter.
Signed-off-by: Ajay Kumar
---
.../devicetree/bindings/video/bridge/ps8622.txt| 20
1 file changed, 20 insertions(+)
create mode 100644 Documentation/devicetree/bindings/video/bridge
On Mon, Aug 4, 2014 at 3:17 PM, Ajay Kumar wrote:
> Add DT nodes for panel-simple "auo,b133htn01" panel.
> Add backlight enable pin and backlight power supply for pwm-backlight.
> Also, add panel phandle needed by dp to enable display on peach_pi.
>
> Signed-off-by: Aj
Hi Javier,
On Sat, Aug 23, 2014 at 5:03 AM, Javier Martinez Canillas
wrote:
> Hello Ajay,
>
> On Thu, Jul 31, 2014 at 12:58 PM, Thierry Reding
> wrote:
>> On Wed, Jul 30, 2014 at 09:33:28PM +0530, Ajay kumar wrote:
>>> On Wed, Jul 30, 2014 at 8:38 PM,
On Sat, Aug 23, 2014 at 4:17 PM, Andreas Färber wrote:
> Am 25.07.2014 21:44, schrieb Ajay Kumar:
>> Add DT nodes for ptn3460 bridge chip and panel-simple panel.
>
> "simple-panel"
Ok.
>> Add backlight enable pin and backlight power supply for pwm-backlight.
>&
On Sat, Aug 23, 2014 at 4:05 PM, Andreas Färber wrote:
> Am 25.07.2014 21:44, schrieb Ajay Kumar:
>> Add DT nodes for ps8622 bridge chip and panel-simple panel.
>
> "simple-panel"
Ok.
>> Add backlight power supply for pwm-backlight.
>> Also add bridge phan
On Sat, Aug 23, 2014 at 3:59 PM, Andreas Färber wrote:
> Seeing a Reviewed-by, I'm recording comments from another thread so that
> they don't get forgotten:
I did remember these. Thanks for the reminder though!
> Am 25.07.2014 21:44, schrieb Ajay Kumar:
>> Add DT no
Hi Thierry,
Thanks for adding me.
On Thu, Jul 31, 2014 at 5:26 PM, Thierry Reding
wrote:
> Cc'ing Ajay (who raised this on a different thread recently), therefore
> quoting all of the original email.
>
> Thierry
>
> On Thu, Jul 31, 2014 at 01:42:50PM +0200, Thierry Reding wrote:
>> From: Thierry
Hi Andreas,
On Tue, Aug 5, 2014 at 3:33 PM, Andrzej Hajda wrote:
> Hi Ajay,
>
>
> On 07/31/2014 07:42 PM, Ajay Kumar wrote:
>> Modify exynos_dsi driver to support the new panel calls:
>> prepare and unprepare.
>>
>> Signed-off-by: Ajay Kumar
>> ---
&
Add DT nodes for panel-simple "auo,b133htn01" panel.
Add backlight enable pin and backlight power supply for pwm-backlight.
Also, add panel phandle needed by dp to enable display on peach_pi.
Signed-off-by: Ajay Kumar
---
Changes since V1:
Remove "simple-panel" compatible
Hi Andreas,
Thanks for the comments.
On Fri, Aug 1, 2014 at 10:24 PM, Andreas Färber wrote:
> Hi,
>
> Am 01.08.2014 18:24, schrieb Ajay Kumar:
>> Add DT nodes for panel-simple "auo,b133htn01" panel.
>> Add backlight enable pin and backlight power supply for p
+Kukjin
On Fri, Aug 1, 2014 at 9:54 PM, Ajay Kumar wrote:
> Add DT nodes for panel-simple "auo,b133htn01" panel.
> Add backlight enable pin and backlight power supply for pwm-backlight.
> Also add panel phandle needed by dp to enable display on peach_pi.
>
>
Add DT nodes for panel-simple "auo,b133htn01" panel.
Add backlight enable pin and backlight power supply for pwm-backlight.
Also add panel phandle needed by dp to enable display on peach_pi.
Signed-off-by: Ajay Kumar
---
Changes since V1:
Remove "simple-panel" compatible
1 - 100 of 192 matches
Mail list logo