Re: [Freedreno] graph connection to node is not bidirectional kernel-5.6.0-rc6

2020-03-19 Thread Vinay Simha B N
rob, issue got resolved. the problem was end node of the panel had the label. - panel2: eppendorf { + lvds-out { https://github.com/vinaysimhabn/kernel-msm/commit/a7bf9ccd0b61cb355fe7fa768e65b6f04cfa686f thanks. On Thu, Mar 19, 2020 at 10:46 PM Vinay Simha B N wrote: > > On Thu, Mar 19

Re: [Freedreno] graph connection to node is not bidirectional kernel-5.6.0-rc6

2020-03-19 Thread Vinay Simha B N
On Thu, Mar 19, 2020 at 10:36 PM Rob Herring wrote: > > On Thu, Mar 19, 2020 at 9:56 AM Vinay Simha B N wrote: > > > > On Thu, Mar 19, 2020 at 9:16 PM Rob Herring wrote: > > > > > > On Thu, Mar 19, 2020 at 1:31 AM Vinay Simha B N > > > wrote: >

Re: [Freedreno] graph connection to node is not bidirectional kernel-5.6.0-rc6

2020-03-19 Thread Vinay Simha B N
On Thu, Mar 19, 2020 at 9:16 PM Rob Herring wrote: > > On Thu, Mar 19, 2020 at 1:31 AM Vinay Simha B N wrote: > > > > hi, > > > > I am getting the endpoint' is not bidirectional(d2l_in, dsi0_out) > > warning in compilation, built boot image works on qcom ap

[Freedreno] graph connection to node is not bidirectional kernel-5.6.0-rc6

2020-03-19 Thread Vinay Simha B N
hi, I am getting the endpoint' is not bidirectional(d2l_in, dsi0_out) warning in compilation, built boot image works on qcom apq8016-ifc6309 board with the dsi->bridge->lvds panel. Because of this warning i cannot create a .yaml documentation examples. Please suggest. tc_bridge: bridge@f {

Re: [Freedreno] Freedreno Digest, Vol 73, Issue 27

2020-03-11 Thread Vinay Simha B N
On Wed, Mar 11, 2020 at 5:30 PM wrote: > > Send Freedreno mailing list submissions to > freedreno@lists.freedesktop.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.freedesktop.org/mailman/listinfo/freedreno > or, via email, send a message with

Re: [Freedreno] drm : adv7511 module unload crash

2019-02-28 Thread Vinay Simha B N
ay unload is not well tested and there is a lot that can > go wrong. It's also not something that really happens in the real > world. Patches welcome, but I don't think it is the highest priority. > > BR, > -R > > On Wed, Feb 27, 2019 at 6:45 AM Vinay Simha B N wrote: > > >

[Freedreno] drm : adv7511 module unload crash

2019-02-27 Thread Vinay Simha B N
hi, manually trying to load and unload the adv7511 module, modprobe adv7511 - works rmmod adv7511 - crashes. any suggestion why module unload crashing? is it not possible to load/unload module for drm framework? 77.326091] Workqueue: dsi_drm_work dsi_hpd_worker [msm] [ 77.362360] task:

[Freedreno] toshiba tc358775 dsi2lvds bridge - backlight and standby to resume not proper

2018-05-23 Thread VINAY SIMHA B N
hi, i had implemented the toshiba tc358775 dsi2lvds driver with apq8016 , facing two problems. please suggest. 1) display backlight problem - earlier by hard-coding the panel mode values in the bridge driver, display backlight was working fine, but after handling by panel method, display

[Freedreno] toshiba tc358775 dsi2lvds brige - panel port mapping failing

2018-05-22 Thread VINAY SIMHA B N
hi, i am trying to add support for dsi2lvds toshiba tc358775 driver , testing with apq8016 - ifc6309 board. if i hardcode the panel modes, driver works. trying to add the port method to the bridge and panel, it is failing at the drm_of_find_panel_or_bridge. please suggest while compiling the

Re: [Freedreno] apq8016 : 4.14 kernel dsi bridge/panel not working

2018-04-12 Thread Vinay Simha B N
creen), since that can cause plenty of issues > > BR, > -R > > On Wed, Apr 11, 2018 at 12:38 PM, Vinay Simha B N <simha...@gmail.com> > wrote: > > hi, > > > > we have apq8016 : IFC6309 board (ref : 410c snapdragon), dsi2lvds > interfaced > > to the b

[Freedreno] apq8064 : dsi1

2017-05-23 Thread Vinay Simha B N
hi, i am trying to enable dsi1 in apq8064, added dsi1: mdss_dsi@580 in qcom-apq8064.dtsi for some reason the 0x0580 is not accessible , all the dsi1 controller registers values are 0. i checked the mmss register releated to dsi1 iface_clk and bus_clk are enabled. MMSS_AHB_EN 0408 :

Re: [Freedreno] [PATCH] drm/msm/hdmi: redefinitions of macros not required

2017-03-21 Thread Vinay Simha B N
hi, Could you please give some feedback or review comments for this patch On 3/14/17, Vinay Simha BN wrote: > 4 macros already defined in hdmi.h, > which is not required to redefine in hdmi_audio.c > > Signed-off-by: Vinay Simha BN > --- >