Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1209620

Re: [RFC 0/2] drm/dsi: DSI for devices with different control bus

From Archit Taneja <architt@codeaurora.org>
Newsgroups linux.kernel
Subject Re: [RFC 0/2] drm/dsi: DSI for devices with different control bus
Date 2015-08-19 07:10 +0200
Message-ID <pZ3No-4qB-3@gated-at.bofh.it> (permalink)
References <pGWhj-G6-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Hi,

On 06/30/2015 10:54 AM, Archit Taneja wrote:
> We are currently restricted when it comes to supporting DSI on devices
> that have a non-DSI control bus. For example, DSI encoder chips are
> available in the market that are configured via i2c. Configuring their
> registers via DSI bus is either optional or not available at all.
>
> These devices still need to pass DSI parameters (data lanes, mode flags
> etc) to the DSI host they are connected to. We don't have a way to do
> that at the moment.
>
> The method presented in these patches is to provide an API to create a
> 'dummy' mipi_dsi_device. This device is populated with the desired DSI
> params, which are passed on to the host via mipi_dsi_attach().
>
> This method will require the device driver to get a phandle to the DSI
> host since there is no parent-child relation between the two.
>
> Is there a better way to do this? Please let me know!

Any comments on this?

Archit

>
> Archit Taneja (2):
>    drm/dsi: Create dummy DSI devices
>    drm/dsi: Get DSI host by DT device node
>
>   drivers/gpu/drm/drm_mipi_dsi.c | 108 ++++++++++++++++++++++++++++++++++++++++-
>   include/drm/drm_mipi_dsi.h     |   4 ++
>   2 files changed, 110 insertions(+), 2 deletions(-)
>

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: [RFC 0/2] drm/dsi: DSI for devices with different control bus Archit Taneja <architt@codeaurora.org> - 2015-08-19 07:10 +0200
  Re: [RFC 0/2] drm/dsi: DSI for devices with different control bus Thierry Reding <treding@nvidia.com> - 2015-08-19 15:20 +0200
    Re: [RFC 0/2] drm/dsi: DSI for devices with different control bus Lucas Stach <l.stach@pengutronix.de> - 2015-08-19 16:20 +0200
      Re: [RFC 0/2] drm/dsi: DSI for devices with different control bus Thierry Reding <treding@nvidia.com> - 2015-08-19 16:40 +0200
        Re: [RFC 0/2] drm/dsi: DSI for devices with different control bus Lucas Stach <l.stach@pengutronix.de> - 2015-08-19 17:00 +0200
          Re: [RFC 0/2] drm/dsi: DSI for devices with different control bus Thierry Reding <treding@nvidia.com> - 2015-08-19 17:10 +0200
            Re: [RFC 0/2] drm/dsi: DSI for devices with different control bus Jani Nikula <jani.nikula@linux.intel.com> - 2015-08-19 17:40 +0200
            Re: [RFC 0/2] drm/dsi: DSI for devices with different control bus Archit Taneja <architt@codeaurora.org> - 2015-08-20 06:20 +0200
              Re: [RFC 0/2] drm/dsi: DSI for devices with different control bus Thierry Reding <treding@nvidia.com> - 2015-08-20 13:50 +0200
                Re: [RFC 0/2] drm/dsi: DSI for devices with different control bus Archit Taneja <architt@codeaurora.org> - 2015-08-21 08:10 +0200

csiph-web