From: Abhinav Kumar <abhinavk@codeaurora.org>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: linux-arm-msm@vger.kernel.org,
"open list:DRM PANEL DRIVERS" <dri-devel@lists.freedesktop.org>,
Bjorn Andersson <bjorn.andersson@linaro.org>,
thierry.reding@gmail.com, hoegsberg@google.com,
Sean Paul <seanpaul@chromium.org>,
chandanu@codeaurora.org
Subject: Re: [PATCH RESEND v6 1/2] drm/panel: Add support for Truly NT35597 panel driver
Date: Tue, 04 Sep 2018 18:23:03 -0700 [thread overview]
Message-ID: <ee40186fe5d1393ee60e8f159ca70f15@codeaurora.org> (raw)
In-Reply-To: <CACRpkdbtKCJKKq0PqvDZ3SQyi-oH-+7RNH85=4037e9i5NitfA@mail.gmail.com>
Hi Bjorn and Linus
Thanks for the comments.
Based on this, since we want to remove the dev/phone dependency but
retain the driver + panel dependency on the compatible string, while
addressing Philip's comments, I shall rename the string as
"truly,nt35597-2K-display".
Let me know if there are any concerns with this.
Thanks
Abhinav
On 2018-09-03 15:00, Linus Walleij wrote:
> On Mon, Sep 3, 2018 at 9:50 PM Bjorn Andersson
> <bjorn.andersson@linaro.org> wrote:
>> On Tue 28 Aug 15:39 PDT 2018, Abhinav Kumar wrote:
>> > From: "abhinavk@codeaurora.org" <abhinavk@codeaurora.org>
>> >
>> > Add support for Truly NT35597 panel driver used
>> > in MSM reference platforms.
>> >
>> > This panel driver supports both single DSI and dual DSI
>> > modes.
>> >
>> > However, this patch series adds support only for
>> > dual DSI mode.
>> >
>> > Changes in v6:
>> > - Introduce panel config to store panel specific
>> > details
>> > - Bring back the size member for the panel command
>> > structure to make the design more scalable
>> > - Move the display mode from the DT to driver
>> > - Change the compatible string to indicate which
>> > which board and panel it will be used for
>> > - Rename the functions to match the panel driver
>> > - Have a data member for each compatible string
>> > - Remove the panel commands split as its not
>> > required for the panel init functionality
>> >
>> > Signed-off-by: Archit Taneja <architt@codeaurora.org>
>> > Signed-off-by: Abhinav Kumar <abhinavk@codeaurora.org>
>> [..]
>> > diff --git a/drivers/gpu/drm/panel/panel-truly-nt35597.c b/drivers/gpu/drm/panel/panel-truly-nt35597.c
>> [..]
>> > + { .compatible = "qcom,sdm845-mtp-2K-display",
>>
>> I do not agree with Linus here.
>>
>> If I understand correctly the variability in the video timing comes
>> from
>> the fact that the LCD Driver IC (NT35597) can be paired with different
>> LCD panels. As such I strongly believe that the compatible should
>> describe this combo, not which phone/devkit you mounted a panel using
>> this Driver IC on.
>
> I agree with that.
>
> I just saw "it's some qualcomm string, not just the name of the LCD
> driver so OK".
>
> The inability to parse the "qcom,*" string is just my ignorance, sorry
> for that.
>
> Yours,
> Linus Walleij
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
prev parent reply other threads:[~2018-09-05 1:23 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-28 22:39 [PATCH RESEND v6 1/2] drm/panel: Add support for Truly NT35597 panel driver Abhinav Kumar
2018-08-28 22:39 ` [PATCH RESEND v6 2/2] dt-bindings: Add Truly NT35597 panel driver bindings Abhinav Kumar
2018-08-29 19:39 ` Linus Walleij
2018-08-29 4:34 ` [PATCH RESEND v6 1/2] drm/panel: Add support for Truly NT35597 panel driver Sam Ravnborg
2018-08-29 17:31 ` abhinavk
2018-09-03 19:53 ` Bjorn Andersson
2018-09-03 22:00 ` Linus Walleij
2018-09-05 1:23 ` Abhinav Kumar [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ee40186fe5d1393ee60e8f159ca70f15@codeaurora.org \
--to=abhinavk@codeaurora.org \
--cc=bjorn.andersson@linaro.org \
--cc=chandanu@codeaurora.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=hoegsberg@google.com \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=seanpaul@chromium.org \
--cc=thierry.reding@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.