dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Nikhil Devshatwar <nikhil.nd@ti.com>
To: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: Yuti Amonkar <yamonkar@cadence.com>, Sekhar Nori <nsekhar@ti.com>,
	Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
	dri-devel@lists.freedesktop.org,
	Swapnil Jakhade <sjakhade@cadence.com>
Subject: Re: [PATCH v2 0/6] drm/tidss: Use new connector model for tidss
Date: Tue, 10 Nov 2020 16:00:57 +0530	[thread overview]
Message-ID: <20201110103057.uvs5g4ucihatfimr@NiksLab> (raw)
In-Reply-To: <090c939b-5da9-4625-b126-78dcd477cf2d@ti.com>

On 11:02-20201110, Tomi Valkeinen wrote:
> Hi Nikhil,
> 
> On 09/11/2020 19:05, Nikhil Devshatwar wrote:
> > This series moves the tidss to using new connectoe model, where the 
> > SoC driver (tidss) creates the connector and all the bridges are 
> > attached with the flag DRM_BRIDGE_ATTACH_NO_CONNECTOR
> > 
> > Since the bridges do not create the connector, the bus format and
> > bus_flag is set after the format negotiation.
> > Support format negotiations in the tfp410 and mhdp bridge drivers
> > as a first step before moving the connector model.
> > 
> > Nikhil Devshatwar (6):
> >   drm: bridge: Propagate the bus flags from bridge->timings
    changes from v1:
    * Check for timings
    * Prioritize timings flags over next bridge's flags

> >   drm/bridge: tfp410: Support format negotiation hooks
    Changes from v1:
    * Use only MEDIA_BUS_FMT_FIXED for output

> >   drm/bridge: mhdp8546: Add minimal format negotiation
    Changes from v1:
    * cosmetic fixes, commit message update

> >   drm/tidss: Set bus_format correctly from bridge/connector
> >   drm/tidss: Move to newer connector model
    Changes from v1:
    * Add error handling

> >   drm/bridge: cdns-mhdp8546: Fix the interrupt enable/disable

> > 
> >  .../drm/bridge/cadence/cdns-mhdp8546-core.c   | 32 ++++++++++++++++--
> >  drivers/gpu/drm/bridge/ti-tfp410.c            | 33 +++++++++++++++++++
> >  drivers/gpu/drm/drm_bridge.c                  |  8 +++++
> >  drivers/gpu/drm/tidss/tidss_drv.h             |  3 ++
> >  drivers/gpu/drm/tidss/tidss_encoder.c         | 22 ++++++++-----
> >  drivers/gpu/drm/tidss/tidss_kms.c             | 19 ++++++++++-
> >  6 files changed, 106 insertions(+), 11 deletions(-)
> > 
> 
> Please add a change log when sending new versions of a series.
> 

Actually, I had added the git notes, but missed to add --notes while
sending the patches using git send-email.

I am updating the change log here manually.

Nikhil D

>  Tomi
> 
> -- 
> Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
> Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

      reply	other threads:[~2020-11-10 10:31 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-09 17:05 [PATCH v2 0/6] drm/tidss: Use new connector model for tidss Nikhil Devshatwar
2020-11-09 17:05 ` [PATCH v2 1/6] drm: bridge: Propagate the bus flags from bridge->timings Nikhil Devshatwar
2020-11-11 11:38   ` Tomi Valkeinen
2020-11-09 17:05 ` [PATCH v2 2/6] drm/bridge: tfp410: Support format negotiation hooks Nikhil Devshatwar
2020-11-11 11:41   ` Tomi Valkeinen
2020-11-09 17:05 ` [PATCH v2 3/6] drm/bridge: mhdp8546: Add minimal format negotiation Nikhil Devshatwar
2020-11-11 11:42   ` Tomi Valkeinen
2020-11-09 17:05 ` [PATCH v2 4/6] drm/tidss: Set bus_format correctly from bridge/connector Nikhil Devshatwar
2020-11-11 11:52   ` Tomi Valkeinen
2020-11-09 17:06 ` [PATCH v2 5/6] drm/tidss: Move to newer connector model Nikhil Devshatwar
2020-11-11 11:55   ` Tomi Valkeinen
2020-11-09 17:06 ` [PATCH v2 6/6] drm/bridge: cdns-mhdp8546: Fix the interrupt enable/disable Nikhil Devshatwar
2020-11-10  9:21   ` Tomi Valkeinen
2020-11-10 10:27     ` Nikhil Devshatwar
2020-11-10 12:27       ` Tomi Valkeinen
2020-11-10 13:53         ` Nikhil Devshatwar
2020-11-10 14:32           ` Swapnil Kashinath Jakhade
2020-11-10 14:50             ` Nikhil Devshatwar
2020-11-11 17:05   ` Swapnil Kashinath Jakhade
2020-11-10  9:02 ` [PATCH v2 0/6] drm/tidss: Use new connector model for tidss Tomi Valkeinen
2020-11-10 10:30   ` Nikhil Devshatwar [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=20201110103057.uvs5g4ucihatfimr@NiksLab \
    --to=nikhil.nd@ti.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=nsekhar@ti.com \
    --cc=sjakhade@cadence.com \
    --cc=tomi.valkeinen@ti.com \
    --cc=yamonkar@cadence.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox