All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] drm-misc + drm-intel: Add support for out-of-band hotplug notification
@ 2021-08-20 17:50 ` Hans de Goede
  0 siblings, 0 replies; 14+ messages in thread
From: Hans de Goede @ 2021-08-20 17:50 UTC (permalink / raw)
  To: Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, Jani Nikula,
	Joonas Lahtinen, Rodrigo Vivi
  Cc: dri-devel, intel-gfx, Greg Kroah-Hartman, Daniel Vetter

Hello drm-misc and drm-intel maintainers,

My "Add support for out-of-band hotplug notification" patchset:
https://patchwork.freedesktop.org/series/93763/

Is ready for merging now, as discussed on IRC I based this series
on top drm-tip and when trying to apply the i915 parts on top
of drm-misc this fails due to conflict.

So as Jani suggested here is a pull-req for a topic-branch with the
entire set, minus the troublesome i915 bits. Once this has been merged
into both drm-misc-next and drm-intel-next I can push the 2 i915
patch do drm-intel-next on top of the merge.

Note there are also 2 drivers/usb/typec patches in here these
have Greg KH's Reviewed-by for merging through the drm tree,
Since this USB code does not change all that much. I also checked
and the drm-misc-next-2021-08-12 base of this tree contains the
same last commit to the modified file as usb-next.

Daniel Vetter mentioned on IRC that it might be better for you to simply
pick-up the series directly from patchwork, that is fine too in that
case don't forget to add:

Reviewed-by: Lyude Paul <lyude@redhat.com>

To the entire series (given in a reply to the cover-letter)

And:

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

To the usb/typec patches (patch 7/8), this was given in reply
to a previous posting of the series and I forgot to add this
in the resend.

Regards,

Hans


The following changes since commit c7782443a88926a4f938f0193041616328cf2db2:

  drm/bridge: ti-sn65dsi86: Avoid creating multiple connectors (2021-08-12 09:56:09 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/hansg/linux.git drm-misc-intel-oob-hotplug-v1

for you to fetch changes up to 7f811394878535ed9a6849717de8c2959ae38899:

  usb: typec: altmodes/displayport: Notify drm subsys of hotplug events (2021-08-20 12:35:59 +0200)

----------------------------------------------------------------
Topic branch for drm-misc / drm-intel for OOB hotplug support for Type-C connectors

----------------------------------------------------------------
Hans de Goede (6):
      drm/connector: Give connector sysfs devices there own device_type
      drm/connector: Add a fwnode pointer to drm_connector and register with ACPI (v2)
      drm/connector: Add drm_connector_find_by_fwnode() function (v3)
      drm/connector: Add support for out-of-band hotplug notification (v3)
      usb: typec: altmodes/displayport: Make dp_altmode_notify() more generic
      usb: typec: altmodes/displayport: Notify drm subsys of hotplug events

 drivers/gpu/drm/drm_connector.c          | 79 +++++++++++++++++++++++++++++
 drivers/gpu/drm/drm_crtc_internal.h      |  2 +
 drivers/gpu/drm/drm_sysfs.c              | 87 +++++++++++++++++++++++++++-----
 drivers/usb/typec/altmodes/Kconfig       |  1 +
 drivers/usb/typec/altmodes/displayport.c | 58 +++++++++++++--------
 include/drm/drm_connector.h              | 25 +++++++++
 6 files changed, 217 insertions(+), 35 deletions(-)


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Intel-gfx] [GIT PULL] drm-misc + drm-intel: Add support for out-of-band hotplug notification
@ 2021-08-20 17:50 ` Hans de Goede
  0 siblings, 0 replies; 14+ messages in thread
From: Hans de Goede @ 2021-08-20 17:50 UTC (permalink / raw)
  To: Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, Jani Nikula,
	Joonas Lahtinen, Rodrigo Vivi
  Cc: dri-devel, intel-gfx, Greg Kroah-Hartman, Daniel Vetter

Hello drm-misc and drm-intel maintainers,

My "Add support for out-of-band hotplug notification" patchset:
https://patchwork.freedesktop.org/series/93763/

Is ready for merging now, as discussed on IRC I based this series
on top drm-tip and when trying to apply the i915 parts on top
of drm-misc this fails due to conflict.

So as Jani suggested here is a pull-req for a topic-branch with the
entire set, minus the troublesome i915 bits. Once this has been merged
into both drm-misc-next and drm-intel-next I can push the 2 i915
patch do drm-intel-next on top of the merge.

Note there are also 2 drivers/usb/typec patches in here these
have Greg KH's Reviewed-by for merging through the drm tree,
Since this USB code does not change all that much. I also checked
and the drm-misc-next-2021-08-12 base of this tree contains the
same last commit to the modified file as usb-next.

Daniel Vetter mentioned on IRC that it might be better for you to simply
pick-up the series directly from patchwork, that is fine too in that
case don't forget to add:

Reviewed-by: Lyude Paul <lyude@redhat.com>

To the entire series (given in a reply to the cover-letter)

And:

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

To the usb/typec patches (patch 7/8), this was given in reply
to a previous posting of the series and I forgot to add this
in the resend.

Regards,

Hans


The following changes since commit c7782443a88926a4f938f0193041616328cf2db2:

  drm/bridge: ti-sn65dsi86: Avoid creating multiple connectors (2021-08-12 09:56:09 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/hansg/linux.git drm-misc-intel-oob-hotplug-v1

for you to fetch changes up to 7f811394878535ed9a6849717de8c2959ae38899:

  usb: typec: altmodes/displayport: Notify drm subsys of hotplug events (2021-08-20 12:35:59 +0200)

----------------------------------------------------------------
Topic branch for drm-misc / drm-intel for OOB hotplug support for Type-C connectors

----------------------------------------------------------------
Hans de Goede (6):
      drm/connector: Give connector sysfs devices there own device_type
      drm/connector: Add a fwnode pointer to drm_connector and register with ACPI (v2)
      drm/connector: Add drm_connector_find_by_fwnode() function (v3)
      drm/connector: Add support for out-of-band hotplug notification (v3)
      usb: typec: altmodes/displayport: Make dp_altmode_notify() more generic
      usb: typec: altmodes/displayport: Notify drm subsys of hotplug events

 drivers/gpu/drm/drm_connector.c          | 79 +++++++++++++++++++++++++++++
 drivers/gpu/drm/drm_crtc_internal.h      |  2 +
 drivers/gpu/drm/drm_sysfs.c              | 87 +++++++++++++++++++++++++++-----
 drivers/usb/typec/altmodes/Kconfig       |  1 +
 drivers/usb/typec/altmodes/displayport.c | 58 +++++++++++++--------
 include/drm/drm_connector.h              | 25 +++++++++
 6 files changed, 217 insertions(+), 35 deletions(-)


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [GIT PULL] drm-misc + drm-intel: Add support for out-of-band hotplug notification
  2021-08-20 17:50 ` [Intel-gfx] " Hans de Goede
@ 2021-08-24  8:45   ` Jani Nikula
  -1 siblings, 0 replies; 14+ messages in thread
From: Jani Nikula @ 2021-08-24  8:45 UTC (permalink / raw)
  To: Hans de Goede, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, Joonas Lahtinen, Rodrigo Vivi
  Cc: dri-devel, intel-gfx, Greg Kroah-Hartman, Daniel Vetter

On Fri, 20 Aug 2021, Hans de Goede <hdegoede@redhat.com> wrote:
> Hello drm-misc and drm-intel maintainers,
>
> My "Add support for out-of-band hotplug notification" patchset:
> https://patchwork.freedesktop.org/series/93763/
>
> Is ready for merging now, as discussed on IRC I based this series
> on top drm-tip and when trying to apply the i915 parts on top
> of drm-misc this fails due to conflict.
>
> So as Jani suggested here is a pull-req for a topic-branch with the
> entire set, minus the troublesome i915 bits. Once this has been merged
> into both drm-misc-next and drm-intel-next I can push the 2 i915
> patch do drm-intel-next on top of the merge.
>
> Note there are also 2 drivers/usb/typec patches in here these
> have Greg KH's Reviewed-by for merging through the drm tree,
> Since this USB code does not change all that much. I also checked
> and the drm-misc-next-2021-08-12 base of this tree contains the
> same last commit to the modified file as usb-next.
>
> Daniel Vetter mentioned on IRC that it might be better for you to simply
> pick-up the series directly from patchwork, that is fine too in that
> case don't forget to add:
>
> Reviewed-by: Lyude Paul <lyude@redhat.com>
>
> To the entire series (given in a reply to the cover-letter)
>
> And:
>
> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
>
> To the usb/typec patches (patch 7/8), this was given in reply
> to a previous posting of the series and I forgot to add this
> in the resend.

Since this is mostly touching drm core, I think it should be merged to
drm-misc-next first, and drm-intel-next after. Please let us know.

BR,
Jani.


>
> Regards,
>
> Hans
>
>
> The following changes since commit c7782443a88926a4f938f0193041616328cf2db2:
>
>   drm/bridge: ti-sn65dsi86: Avoid creating multiple connectors (2021-08-12 09:56:09 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/hansg/linux.git drm-misc-intel-oob-hotplug-v1
>
> for you to fetch changes up to 7f811394878535ed9a6849717de8c2959ae38899:
>
>   usb: typec: altmodes/displayport: Notify drm subsys of hotplug events (2021-08-20 12:35:59 +0200)
>
> ----------------------------------------------------------------
> Topic branch for drm-misc / drm-intel for OOB hotplug support for Type-C connectors
>
> ----------------------------------------------------------------
> Hans de Goede (6):
>       drm/connector: Give connector sysfs devices there own device_type
>       drm/connector: Add a fwnode pointer to drm_connector and register with ACPI (v2)
>       drm/connector: Add drm_connector_find_by_fwnode() function (v3)
>       drm/connector: Add support for out-of-band hotplug notification (v3)
>       usb: typec: altmodes/displayport: Make dp_altmode_notify() more generic
>       usb: typec: altmodes/displayport: Notify drm subsys of hotplug events
>
>  drivers/gpu/drm/drm_connector.c          | 79 +++++++++++++++++++++++++++++
>  drivers/gpu/drm/drm_crtc_internal.h      |  2 +
>  drivers/gpu/drm/drm_sysfs.c              | 87 +++++++++++++++++++++++++++-----
>  drivers/usb/typec/altmodes/Kconfig       |  1 +
>  drivers/usb/typec/altmodes/displayport.c | 58 +++++++++++++--------
>  include/drm/drm_connector.h              | 25 +++++++++
>  6 files changed, 217 insertions(+), 35 deletions(-)
>

-- 
Jani Nikula, Intel Open Source Graphics Center

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [Intel-gfx] [GIT PULL] drm-misc + drm-intel: Add support for out-of-band hotplug notification
@ 2021-08-24  8:45   ` Jani Nikula
  0 siblings, 0 replies; 14+ messages in thread
From: Jani Nikula @ 2021-08-24  8:45 UTC (permalink / raw)
  To: Hans de Goede, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, Joonas Lahtinen, Rodrigo Vivi
  Cc: dri-devel, intel-gfx, Greg Kroah-Hartman, Daniel Vetter

On Fri, 20 Aug 2021, Hans de Goede <hdegoede@redhat.com> wrote:
> Hello drm-misc and drm-intel maintainers,
>
> My "Add support for out-of-band hotplug notification" patchset:
> https://patchwork.freedesktop.org/series/93763/
>
> Is ready for merging now, as discussed on IRC I based this series
> on top drm-tip and when trying to apply the i915 parts on top
> of drm-misc this fails due to conflict.
>
> So as Jani suggested here is a pull-req for a topic-branch with the
> entire set, minus the troublesome i915 bits. Once this has been merged
> into both drm-misc-next and drm-intel-next I can push the 2 i915
> patch do drm-intel-next on top of the merge.
>
> Note there are also 2 drivers/usb/typec patches in here these
> have Greg KH's Reviewed-by for merging through the drm tree,
> Since this USB code does not change all that much. I also checked
> and the drm-misc-next-2021-08-12 base of this tree contains the
> same last commit to the modified file as usb-next.
>
> Daniel Vetter mentioned on IRC that it might be better for you to simply
> pick-up the series directly from patchwork, that is fine too in that
> case don't forget to add:
>
> Reviewed-by: Lyude Paul <lyude@redhat.com>
>
> To the entire series (given in a reply to the cover-letter)
>
> And:
>
> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
>
> To the usb/typec patches (patch 7/8), this was given in reply
> to a previous posting of the series and I forgot to add this
> in the resend.

Since this is mostly touching drm core, I think it should be merged to
drm-misc-next first, and drm-intel-next after. Please let us know.

BR,
Jani.


>
> Regards,
>
> Hans
>
>
> The following changes since commit c7782443a88926a4f938f0193041616328cf2db2:
>
>   drm/bridge: ti-sn65dsi86: Avoid creating multiple connectors (2021-08-12 09:56:09 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/hansg/linux.git drm-misc-intel-oob-hotplug-v1
>
> for you to fetch changes up to 7f811394878535ed9a6849717de8c2959ae38899:
>
>   usb: typec: altmodes/displayport: Notify drm subsys of hotplug events (2021-08-20 12:35:59 +0200)
>
> ----------------------------------------------------------------
> Topic branch for drm-misc / drm-intel for OOB hotplug support for Type-C connectors
>
> ----------------------------------------------------------------
> Hans de Goede (6):
>       drm/connector: Give connector sysfs devices there own device_type
>       drm/connector: Add a fwnode pointer to drm_connector and register with ACPI (v2)
>       drm/connector: Add drm_connector_find_by_fwnode() function (v3)
>       drm/connector: Add support for out-of-band hotplug notification (v3)
>       usb: typec: altmodes/displayport: Make dp_altmode_notify() more generic
>       usb: typec: altmodes/displayport: Notify drm subsys of hotplug events
>
>  drivers/gpu/drm/drm_connector.c          | 79 +++++++++++++++++++++++++++++
>  drivers/gpu/drm/drm_crtc_internal.h      |  2 +
>  drivers/gpu/drm/drm_sysfs.c              | 87 +++++++++++++++++++++++++++-----
>  drivers/usb/typec/altmodes/Kconfig       |  1 +
>  drivers/usb/typec/altmodes/displayport.c | 58 +++++++++++++--------
>  include/drm/drm_connector.h              | 25 +++++++++
>  6 files changed, 217 insertions(+), 35 deletions(-)
>

-- 
Jani Nikula, Intel Open Source Graphics Center

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [GIT PULL] drm-misc + drm-intel: Add support for out-of-band hotplug notification
  2021-08-24  8:45   ` [Intel-gfx] " Jani Nikula
@ 2021-08-24 16:48     ` Hans de Goede
  -1 siblings, 0 replies; 14+ messages in thread
From: Hans de Goede @ 2021-08-24 16:48 UTC (permalink / raw)
  To: Jani Nikula, Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann,
	Joonas Lahtinen, Rodrigo Vivi
  Cc: dri-devel, intel-gfx, Greg Kroah-Hartman, Daniel Vetter

Hi,

On 8/24/21 10:45 AM, Jani Nikula wrote:
> On Fri, 20 Aug 2021, Hans de Goede <hdegoede@redhat.com> wrote:
>> Hello drm-misc and drm-intel maintainers,
>>
>> My "Add support for out-of-band hotplug notification" patchset:
>> https://patchwork.freedesktop.org/series/93763/
>>
>> Is ready for merging now, as discussed on IRC I based this series
>> on top drm-tip and when trying to apply the i915 parts on top
>> of drm-misc this fails due to conflict.
>>
>> So as Jani suggested here is a pull-req for a topic-branch with the
>> entire set, minus the troublesome i915 bits. Once this has been merged
>> into both drm-misc-next and drm-intel-next I can push the 2 i915
>> patch do drm-intel-next on top of the merge.
>>
>> Note there are also 2 drivers/usb/typec patches in here these
>> have Greg KH's Reviewed-by for merging through the drm tree,
>> Since this USB code does not change all that much. I also checked
>> and the drm-misc-next-2021-08-12 base of this tree contains the
>> same last commit to the modified file as usb-next.
>>
>> Daniel Vetter mentioned on IRC that it might be better for you to simply
>> pick-up the series directly from patchwork, that is fine too in that
>> case don't forget to add:
>>
>> Reviewed-by: Lyude Paul <lyude@redhat.com>
>>
>> To the entire series (given in a reply to the cover-letter)
>>
>> And:
>>
>> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
>>
>> To the usb/typec patches (patch 7/8), this was given in reply
>> to a previous posting of the series and I forgot to add this
>> in the resend.
> 
> Since this is mostly touching drm core, I think it should be merged to
> drm-misc-next first, and drm-intel-next after. Please let us know.

I agree this should go to drm-misc-next first.

(I was planning on pushing this to drm-misc-next myself,
but then ended up going with the topic branch because of the
conflict in the i915 bits.)

Regards,

Hans



>> The following changes since commit c7782443a88926a4f938f0193041616328cf2db2:
>>
>>   drm/bridge: ti-sn65dsi86: Avoid creating multiple connectors (2021-08-12 09:56:09 -0700)
>>
>> are available in the Git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/hansg/linux.git drm-misc-intel-oob-hotplug-v1
>>
>> for you to fetch changes up to 7f811394878535ed9a6849717de8c2959ae38899:
>>
>>   usb: typec: altmodes/displayport: Notify drm subsys of hotplug events (2021-08-20 12:35:59 +0200)
>>
>> ----------------------------------------------------------------
>> Topic branch for drm-misc / drm-intel for OOB hotplug support for Type-C connectors
>>
>> ----------------------------------------------------------------
>> Hans de Goede (6):
>>       drm/connector: Give connector sysfs devices there own device_type
>>       drm/connector: Add a fwnode pointer to drm_connector and register with ACPI (v2)
>>       drm/connector: Add drm_connector_find_by_fwnode() function (v3)
>>       drm/connector: Add support for out-of-band hotplug notification (v3)
>>       usb: typec: altmodes/displayport: Make dp_altmode_notify() more generic
>>       usb: typec: altmodes/displayport: Notify drm subsys of hotplug events
>>
>>  drivers/gpu/drm/drm_connector.c          | 79 +++++++++++++++++++++++++++++
>>  drivers/gpu/drm/drm_crtc_internal.h      |  2 +
>>  drivers/gpu/drm/drm_sysfs.c              | 87 +++++++++++++++++++++++++++-----
>>  drivers/usb/typec/altmodes/Kconfig       |  1 +
>>  drivers/usb/typec/altmodes/displayport.c | 58 +++++++++++++--------
>>  include/drm/drm_connector.h              | 25 +++++++++
>>  6 files changed, 217 insertions(+), 35 deletions(-)
>>
> 


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [Intel-gfx] [GIT PULL] drm-misc + drm-intel: Add support for out-of-band hotplug notification
@ 2021-08-24 16:48     ` Hans de Goede
  0 siblings, 0 replies; 14+ messages in thread
From: Hans de Goede @ 2021-08-24 16:48 UTC (permalink / raw)
  To: Jani Nikula, Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann,
	Joonas Lahtinen, Rodrigo Vivi
  Cc: dri-devel, intel-gfx, Greg Kroah-Hartman, Daniel Vetter

Hi,

On 8/24/21 10:45 AM, Jani Nikula wrote:
> On Fri, 20 Aug 2021, Hans de Goede <hdegoede@redhat.com> wrote:
>> Hello drm-misc and drm-intel maintainers,
>>
>> My "Add support for out-of-band hotplug notification" patchset:
>> https://patchwork.freedesktop.org/series/93763/
>>
>> Is ready for merging now, as discussed on IRC I based this series
>> on top drm-tip and when trying to apply the i915 parts on top
>> of drm-misc this fails due to conflict.
>>
>> So as Jani suggested here is a pull-req for a topic-branch with the
>> entire set, minus the troublesome i915 bits. Once this has been merged
>> into both drm-misc-next and drm-intel-next I can push the 2 i915
>> patch do drm-intel-next on top of the merge.
>>
>> Note there are also 2 drivers/usb/typec patches in here these
>> have Greg KH's Reviewed-by for merging through the drm tree,
>> Since this USB code does not change all that much. I also checked
>> and the drm-misc-next-2021-08-12 base of this tree contains the
>> same last commit to the modified file as usb-next.
>>
>> Daniel Vetter mentioned on IRC that it might be better for you to simply
>> pick-up the series directly from patchwork, that is fine too in that
>> case don't forget to add:
>>
>> Reviewed-by: Lyude Paul <lyude@redhat.com>
>>
>> To the entire series (given in a reply to the cover-letter)
>>
>> And:
>>
>> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
>>
>> To the usb/typec patches (patch 7/8), this was given in reply
>> to a previous posting of the series and I forgot to add this
>> in the resend.
> 
> Since this is mostly touching drm core, I think it should be merged to
> drm-misc-next first, and drm-intel-next after. Please let us know.

I agree this should go to drm-misc-next first.

(I was planning on pushing this to drm-misc-next myself,
but then ended up going with the topic branch because of the
conflict in the i915 bits.)

Regards,

Hans



>> The following changes since commit c7782443a88926a4f938f0193041616328cf2db2:
>>
>>   drm/bridge: ti-sn65dsi86: Avoid creating multiple connectors (2021-08-12 09:56:09 -0700)
>>
>> are available in the Git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/hansg/linux.git drm-misc-intel-oob-hotplug-v1
>>
>> for you to fetch changes up to 7f811394878535ed9a6849717de8c2959ae38899:
>>
>>   usb: typec: altmodes/displayport: Notify drm subsys of hotplug events (2021-08-20 12:35:59 +0200)
>>
>> ----------------------------------------------------------------
>> Topic branch for drm-misc / drm-intel for OOB hotplug support for Type-C connectors
>>
>> ----------------------------------------------------------------
>> Hans de Goede (6):
>>       drm/connector: Give connector sysfs devices there own device_type
>>       drm/connector: Add a fwnode pointer to drm_connector and register with ACPI (v2)
>>       drm/connector: Add drm_connector_find_by_fwnode() function (v3)
>>       drm/connector: Add support for out-of-band hotplug notification (v3)
>>       usb: typec: altmodes/displayport: Make dp_altmode_notify() more generic
>>       usb: typec: altmodes/displayport: Notify drm subsys of hotplug events
>>
>>  drivers/gpu/drm/drm_connector.c          | 79 +++++++++++++++++++++++++++++
>>  drivers/gpu/drm/drm_crtc_internal.h      |  2 +
>>  drivers/gpu/drm/drm_sysfs.c              | 87 +++++++++++++++++++++++++++-----
>>  drivers/usb/typec/altmodes/Kconfig       |  1 +
>>  drivers/usb/typec/altmodes/displayport.c | 58 +++++++++++++--------
>>  include/drm/drm_connector.h              | 25 +++++++++
>>  6 files changed, 217 insertions(+), 35 deletions(-)
>>
> 


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [GIT PULL] drm-misc + drm-intel: Add support for out-of-band hotplug notification
  2021-08-24 16:48     ` [Intel-gfx] " Hans de Goede
@ 2021-08-25 16:03       ` Vivi, Rodrigo
  -1 siblings, 0 replies; 14+ messages in thread
From: Vivi, Rodrigo @ 2021-08-25 16:03 UTC (permalink / raw)
  To: hdegoede, joonas.lahtinen, maarten.lankhorst, mripard,
	jani.nikula, tzimmermann
  Cc: dri-devel, daniel, gregkh, intel-gfx

On Tue, 2021-08-24 at 18:48 +0200, Hans de Goede wrote:
> Hi,
> 
> On 8/24/21 10:45 AM, Jani Nikula wrote:
> > On Fri, 20 Aug 2021, Hans de Goede <hdegoede@redhat.com> wrote:
> > > Hello drm-misc and drm-intel maintainers,
> > > 
> > > My "Add support for out-of-band hotplug notification" patchset:
> > > https://patchwork.freedesktop.org/series/93763/
> > > 
> > > Is ready for merging now, as discussed on IRC I based this series
> > > on top drm-tip and when trying to apply the i915 parts on top
> > > of drm-misc this fails due to conflict.
> > > 
> > > So as Jani suggested here is a pull-req for a topic-branch with
> > > the
> > > entire set, minus the troublesome i915 bits. Once this has been
> > > merged
> > > into both drm-misc-next and drm-intel-next I can push the 2 i915
> > > patch do drm-intel-next on top of the merge.
> > > 
> > > Note there are also 2 drivers/usb/typec patches in here these
> > > have Greg KH's Reviewed-by for merging through the drm tree,
> > > Since this USB code does not change all that much. I also checked
> > > and the drm-misc-next-2021-08-12 base of this tree contains the
> > > same last commit to the modified file as usb-next.
> > > 
> > > Daniel Vetter mentioned on IRC that it might be better for you to
> > > simply
> > > pick-up the series directly from patchwork, that is fine too in
> > > that
> > > case don't forget to add:
> > > 
> > > Reviewed-by: Lyude Paul <lyude@redhat.com>
> > > 
> > > To the entire series (given in a reply to the cover-letter)
> > > 
> > > And:
> > > 
> > > Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> > > 
> > > To the usb/typec patches (patch 7/8), this was given in reply
> > > to a previous posting of the series and I forgot to add this
> > > in the resend.
> > 
> > Since this is mostly touching drm core, I think it should be merged
> > to
> > drm-misc-next first, and drm-intel-next after. Please let us know.
> 
> I agree this should go to drm-misc-next first.
> 
> (I was planning on pushing this to drm-misc-next myself,
> but then ended up going with the topic branch because of the
> conflict in the i915 bits.)

Just to be clear and avoid confusion: This pull request does apply
cleanly on drm-misc-next nd drm-intel-next right now.

I'm just waiting for drm-misc-next maintainers to pull this to drm-
misc-next so I can pull it to drm-intel-next.

Maxime, is that your round now?
or Thomas?

Thanks,
Rodrigo.

> 
> Regards,
> 
> Hans
> 
> 
> 
> > > The following changes since commit
> > > c7782443a88926a4f938f0193041616328cf2db2:
> > > 
> > >   drm/bridge: ti-sn65dsi86: Avoid creating multiple connectors
> > > (2021-08-12 09:56:09 -0700)
> > > 
> > > are available in the Git repository at:
> > > 
> > >   git://git.kernel.org/pub/scm/linux/kernel/git/hansg/linux.git
> > > drm-misc-intel-oob-hotplug-v1
> > > 
> > > for you to fetch changes up to
> > > 7f811394878535ed9a6849717de8c2959ae38899:
> > > 
> > >   usb: typec: altmodes/displayport: Notify drm subsys of hotplug
> > > events (2021-08-20 12:35:59 +0200)
> > > 
> > > ----------------------------------------------------------------
> > > Topic branch for drm-misc / drm-intel for OOB hotplug support for
> > > Type-C connectors
> > > 
> > > ----------------------------------------------------------------
> > > Hans de Goede (6):
> > >       drm/connector: Give connector sysfs devices there own
> > > device_type
> > >       drm/connector: Add a fwnode pointer to drm_connector and
> > > register with ACPI (v2)
> > >       drm/connector: Add drm_connector_find_by_fwnode() function
> > > (v3)
> > >       drm/connector: Add support for out-of-band hotplug
> > > notification (v3)
> > >       usb: typec: altmodes/displayport: Make dp_altmode_notify()
> > > more generic
> > >       usb: typec: altmodes/displayport: Notify drm subsys of
> > > hotplug events
> > > 
> > >  drivers/gpu/drm/drm_connector.c          | 79
> > > +++++++++++++++++++++++++++++
> > >  drivers/gpu/drm/drm_crtc_internal.h      |  2 +
> > >  drivers/gpu/drm/drm_sysfs.c              | 87
> > > +++++++++++++++++++++++++++-----
> > >  drivers/usb/typec/altmodes/Kconfig       |  1 +
> > >  drivers/usb/typec/altmodes/displayport.c | 58 +++++++++++++-----
> > > ---
> > >  include/drm/drm_connector.h              | 25 +++++++++
> > >  6 files changed, 217 insertions(+), 35 deletions(-)
> > > 
> > 
> 


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [Intel-gfx] [GIT PULL] drm-misc + drm-intel: Add support for out-of-band hotplug notification
@ 2021-08-25 16:03       ` Vivi, Rodrigo
  0 siblings, 0 replies; 14+ messages in thread
From: Vivi, Rodrigo @ 2021-08-25 16:03 UTC (permalink / raw)
  To: hdegoede, joonas.lahtinen, maarten.lankhorst, mripard,
	jani.nikula, tzimmermann
  Cc: dri-devel, daniel, gregkh, intel-gfx

On Tue, 2021-08-24 at 18:48 +0200, Hans de Goede wrote:
> Hi,
> 
> On 8/24/21 10:45 AM, Jani Nikula wrote:
> > On Fri, 20 Aug 2021, Hans de Goede <hdegoede@redhat.com> wrote:
> > > Hello drm-misc and drm-intel maintainers,
> > > 
> > > My "Add support for out-of-band hotplug notification" patchset:
> > > https://patchwork.freedesktop.org/series/93763/
> > > 
> > > Is ready for merging now, as discussed on IRC I based this series
> > > on top drm-tip and when trying to apply the i915 parts on top
> > > of drm-misc this fails due to conflict.
> > > 
> > > So as Jani suggested here is a pull-req for a topic-branch with
> > > the
> > > entire set, minus the troublesome i915 bits. Once this has been
> > > merged
> > > into both drm-misc-next and drm-intel-next I can push the 2 i915
> > > patch do drm-intel-next on top of the merge.
> > > 
> > > Note there are also 2 drivers/usb/typec patches in here these
> > > have Greg KH's Reviewed-by for merging through the drm tree,
> > > Since this USB code does not change all that much. I also checked
> > > and the drm-misc-next-2021-08-12 base of this tree contains the
> > > same last commit to the modified file as usb-next.
> > > 
> > > Daniel Vetter mentioned on IRC that it might be better for you to
> > > simply
> > > pick-up the series directly from patchwork, that is fine too in
> > > that
> > > case don't forget to add:
> > > 
> > > Reviewed-by: Lyude Paul <lyude@redhat.com>
> > > 
> > > To the entire series (given in a reply to the cover-letter)
> > > 
> > > And:
> > > 
> > > Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> > > 
> > > To the usb/typec patches (patch 7/8), this was given in reply
> > > to a previous posting of the series and I forgot to add this
> > > in the resend.
> > 
> > Since this is mostly touching drm core, I think it should be merged
> > to
> > drm-misc-next first, and drm-intel-next after. Please let us know.
> 
> I agree this should go to drm-misc-next first.
> 
> (I was planning on pushing this to drm-misc-next myself,
> but then ended up going with the topic branch because of the
> conflict in the i915 bits.)

Just to be clear and avoid confusion: This pull request does apply
cleanly on drm-misc-next nd drm-intel-next right now.

I'm just waiting for drm-misc-next maintainers to pull this to drm-
misc-next so I can pull it to drm-intel-next.

Maxime, is that your round now?
or Thomas?

Thanks,
Rodrigo.

> 
> Regards,
> 
> Hans
> 
> 
> 
> > > The following changes since commit
> > > c7782443a88926a4f938f0193041616328cf2db2:
> > > 
> > >   drm/bridge: ti-sn65dsi86: Avoid creating multiple connectors
> > > (2021-08-12 09:56:09 -0700)
> > > 
> > > are available in the Git repository at:
> > > 
> > >   git://git.kernel.org/pub/scm/linux/kernel/git/hansg/linux.git
> > > drm-misc-intel-oob-hotplug-v1
> > > 
> > > for you to fetch changes up to
> > > 7f811394878535ed9a6849717de8c2959ae38899:
> > > 
> > >   usb: typec: altmodes/displayport: Notify drm subsys of hotplug
> > > events (2021-08-20 12:35:59 +0200)
> > > 
> > > ----------------------------------------------------------------
> > > Topic branch for drm-misc / drm-intel for OOB hotplug support for
> > > Type-C connectors
> > > 
> > > ----------------------------------------------------------------
> > > Hans de Goede (6):
> > >       drm/connector: Give connector sysfs devices there own
> > > device_type
> > >       drm/connector: Add a fwnode pointer to drm_connector and
> > > register with ACPI (v2)
> > >       drm/connector: Add drm_connector_find_by_fwnode() function
> > > (v3)
> > >       drm/connector: Add support for out-of-band hotplug
> > > notification (v3)
> > >       usb: typec: altmodes/displayport: Make dp_altmode_notify()
> > > more generic
> > >       usb: typec: altmodes/displayport: Notify drm subsys of
> > > hotplug events
> > > 
> > >  drivers/gpu/drm/drm_connector.c          | 79
> > > +++++++++++++++++++++++++++++
> > >  drivers/gpu/drm/drm_crtc_internal.h      |  2 +
> > >  drivers/gpu/drm/drm_sysfs.c              | 87
> > > +++++++++++++++++++++++++++-----
> > >  drivers/usb/typec/altmodes/Kconfig       |  1 +
> > >  drivers/usb/typec/altmodes/displayport.c | 58 +++++++++++++-----
> > > ---
> > >  include/drm/drm_connector.h              | 25 +++++++++
> > >  6 files changed, 217 insertions(+), 35 deletions(-)
> > > 
> > 
> 


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [GIT PULL] drm-misc + drm-intel: Add support for out-of-band hotplug notification
  2021-08-25 16:03       ` [Intel-gfx] " Vivi, Rodrigo
@ 2021-08-26  8:23         ` Maxime Ripard
  -1 siblings, 0 replies; 14+ messages in thread
From: Maxime Ripard @ 2021-08-26  8:23 UTC (permalink / raw)
  To: Vivi, Rodrigo
  Cc: hdegoede, joonas.lahtinen, maarten.lankhorst, jani.nikula,
	tzimmermann, dri-devel, daniel, gregkh, intel-gfx

[-- Attachment #1: Type: text/plain, Size: 2732 bytes --]

On Wed, Aug 25, 2021 at 04:03:43PM +0000, Vivi, Rodrigo wrote:
> On Tue, 2021-08-24 at 18:48 +0200, Hans de Goede wrote:
> > Hi,
> > 
> > On 8/24/21 10:45 AM, Jani Nikula wrote:
> > > On Fri, 20 Aug 2021, Hans de Goede <hdegoede@redhat.com> wrote:
> > > > Hello drm-misc and drm-intel maintainers,
> > > > 
> > > > My "Add support for out-of-band hotplug notification" patchset:
> > > > https://patchwork.freedesktop.org/series/93763/
> > > > 
> > > > Is ready for merging now, as discussed on IRC I based this series
> > > > on top drm-tip and when trying to apply the i915 parts on top
> > > > of drm-misc this fails due to conflict.
> > > > 
> > > > So as Jani suggested here is a pull-req for a topic-branch with
> > > > the
> > > > entire set, minus the troublesome i915 bits. Once this has been
> > > > merged
> > > > into both drm-misc-next and drm-intel-next I can push the 2 i915
> > > > patch do drm-intel-next on top of the merge.
> > > > 
> > > > Note there are also 2 drivers/usb/typec patches in here these
> > > > have Greg KH's Reviewed-by for merging through the drm tree,
> > > > Since this USB code does not change all that much. I also checked
> > > > and the drm-misc-next-2021-08-12 base of this tree contains the
> > > > same last commit to the modified file as usb-next.
> > > > 
> > > > Daniel Vetter mentioned on IRC that it might be better for you to
> > > > simply
> > > > pick-up the series directly from patchwork, that is fine too in
> > > > that
> > > > case don't forget to add:
> > > > 
> > > > Reviewed-by: Lyude Paul <lyude@redhat.com>
> > > > 
> > > > To the entire series (given in a reply to the cover-letter)
> > > > 
> > > > And:
> > > > 
> > > > Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> > > > 
> > > > To the usb/typec patches (patch 7/8), this was given in reply
> > > > to a previous posting of the series and I forgot to add this
> > > > in the resend.
> > > 
> > > Since this is mostly touching drm core, I think it should be merged
> > > to
> > > drm-misc-next first, and drm-intel-next after. Please let us know.
> > 
> > I agree this should go to drm-misc-next first.
> > 
> > (I was planning on pushing this to drm-misc-next myself,
> > but then ended up going with the topic branch because of the
> > conflict in the i915 bits.)
> 
> Just to be clear and avoid confusion: This pull request does apply
> cleanly on drm-misc-next nd drm-intel-next right now.
> 
> I'm just waiting for drm-misc-next maintainers to pull this to drm-
> misc-next so I can pull it to drm-intel-next.
> 
> Maxime, is that your round now?
> or Thomas?

That's me, I just pushed it to drm-misc-next

Thanks!
Maxime

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [Intel-gfx] [GIT PULL] drm-misc + drm-intel: Add support for out-of-band hotplug notification
@ 2021-08-26  8:23         ` Maxime Ripard
  0 siblings, 0 replies; 14+ messages in thread
From: Maxime Ripard @ 2021-08-26  8:23 UTC (permalink / raw)
  To: Vivi, Rodrigo
  Cc: hdegoede, joonas.lahtinen, maarten.lankhorst, jani.nikula,
	tzimmermann, dri-devel, daniel, gregkh, intel-gfx

[-- Attachment #1: Type: text/plain, Size: 2732 bytes --]

On Wed, Aug 25, 2021 at 04:03:43PM +0000, Vivi, Rodrigo wrote:
> On Tue, 2021-08-24 at 18:48 +0200, Hans de Goede wrote:
> > Hi,
> > 
> > On 8/24/21 10:45 AM, Jani Nikula wrote:
> > > On Fri, 20 Aug 2021, Hans de Goede <hdegoede@redhat.com> wrote:
> > > > Hello drm-misc and drm-intel maintainers,
> > > > 
> > > > My "Add support for out-of-band hotplug notification" patchset:
> > > > https://patchwork.freedesktop.org/series/93763/
> > > > 
> > > > Is ready for merging now, as discussed on IRC I based this series
> > > > on top drm-tip and when trying to apply the i915 parts on top
> > > > of drm-misc this fails due to conflict.
> > > > 
> > > > So as Jani suggested here is a pull-req for a topic-branch with
> > > > the
> > > > entire set, minus the troublesome i915 bits. Once this has been
> > > > merged
> > > > into both drm-misc-next and drm-intel-next I can push the 2 i915
> > > > patch do drm-intel-next on top of the merge.
> > > > 
> > > > Note there are also 2 drivers/usb/typec patches in here these
> > > > have Greg KH's Reviewed-by for merging through the drm tree,
> > > > Since this USB code does not change all that much. I also checked
> > > > and the drm-misc-next-2021-08-12 base of this tree contains the
> > > > same last commit to the modified file as usb-next.
> > > > 
> > > > Daniel Vetter mentioned on IRC that it might be better for you to
> > > > simply
> > > > pick-up the series directly from patchwork, that is fine too in
> > > > that
> > > > case don't forget to add:
> > > > 
> > > > Reviewed-by: Lyude Paul <lyude@redhat.com>
> > > > 
> > > > To the entire series (given in a reply to the cover-letter)
> > > > 
> > > > And:
> > > > 
> > > > Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> > > > 
> > > > To the usb/typec patches (patch 7/8), this was given in reply
> > > > to a previous posting of the series and I forgot to add this
> > > > in the resend.
> > > 
> > > Since this is mostly touching drm core, I think it should be merged
> > > to
> > > drm-misc-next first, and drm-intel-next after. Please let us know.
> > 
> > I agree this should go to drm-misc-next first.
> > 
> > (I was planning on pushing this to drm-misc-next myself,
> > but then ended up going with the topic branch because of the
> > conflict in the i915 bits.)
> 
> Just to be clear and avoid confusion: This pull request does apply
> cleanly on drm-misc-next nd drm-intel-next right now.
> 
> I'm just waiting for drm-misc-next maintainers to pull this to drm-
> misc-next so I can pull it to drm-intel-next.
> 
> Maxime, is that your round now?
> or Thomas?

That's me, I just pushed it to drm-misc-next

Thanks!
Maxime

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [GIT PULL] drm-misc + drm-intel: Add support for out-of-band hotplug notification
  2021-08-26  8:23         ` [Intel-gfx] " Maxime Ripard
@ 2021-08-26 11:43           ` Vivi, Rodrigo
  -1 siblings, 0 replies; 14+ messages in thread
From: Vivi, Rodrigo @ 2021-08-26 11:43 UTC (permalink / raw)
  To: maxime
  Cc: tzimmermann, gregkh, intel-gfx, joonas.lahtinen, dri-devel,
	hdegoede, maarten.lankhorst, jani.nikula, daniel

On Thu, 2021-08-26 at 10:23 +0200, Maxime Ripard wrote:
> On Wed, Aug 25, 2021 at 04:03:43PM +0000, Vivi, Rodrigo wrote:
> > On Tue, 2021-08-24 at 18:48 +0200, Hans de Goede wrote:
> > > Hi,
> > > 
> > > On 8/24/21 10:45 AM, Jani Nikula wrote:
> > > > On Fri, 20 Aug 2021, Hans de Goede <hdegoede@redhat.com> wrote:
> > > > > Hello drm-misc and drm-intel maintainers,
> > > > > 
> > > > > My "Add support for out-of-band hotplug notification"
> > > > > patchset:
> > > > > https://patchwork.freedesktop.org/series/93763/
> > > > > 
> > > > > Is ready for merging now, as discussed on IRC I based this
> > > > > series
> > > > > on top drm-tip and when trying to apply the i915 parts on top
> > > > > of drm-misc this fails due to conflict.
> > > > > 
> > > > > So as Jani suggested here is a pull-req for a topic-branch
> > > > > with
> > > > > the
> > > > > entire set, minus the troublesome i915 bits. Once this has
> > > > > been
> > > > > merged
> > > > > into both drm-misc-next and drm-intel-next I can push the 2
> > > > > i915
> > > > > patch do drm-intel-next on top of the merge.
> > > > > 
> > > > > Note there are also 2 drivers/usb/typec patches in here these
> > > > > have Greg KH's Reviewed-by for merging through the drm tree,
> > > > > Since this USB code does not change all that much. I also
> > > > > checked
> > > > > and the drm-misc-next-2021-08-12 base of this tree contains
> > > > > the
> > > > > same last commit to the modified file as usb-next.
> > > > > 
> > > > > Daniel Vetter mentioned on IRC that it might be better for
> > > > > you to
> > > > > simply
> > > > > pick-up the series directly from patchwork, that is fine too
> > > > > in
> > > > > that
> > > > > case don't forget to add:
> > > > > 
> > > > > Reviewed-by: Lyude Paul <lyude@redhat.com>
> > > > > 
> > > > > To the entire series (given in a reply to the cover-letter)
> > > > > 
> > > > > And:
> > > > > 
> > > > > Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> > > > > 
> > > > > To the usb/typec patches (patch 7/8), this was given in reply
> > > > > to a previous posting of the series and I forgot to add this
> > > > > in the resend.
> > > > 
> > > > Since this is mostly touching drm core, I think it should be
> > > > merged
> > > > to
> > > > drm-misc-next first, and drm-intel-next after. Please let us
> > > > know.
> > > 
> > > I agree this should go to drm-misc-next first.
> > > 
> > > (I was planning on pushing this to drm-misc-next myself,
> > > but then ended up going with the topic branch because of the
> > > conflict in the i915 bits.)
> > 
> > Just to be clear and avoid confusion: This pull request does apply
> > cleanly on drm-misc-next nd drm-intel-next right now.
> > 
> > I'm just waiting for drm-misc-next maintainers to pull this to drm-
> > misc-next so I can pull it to drm-intel-next.
> > 
> > Maxime, is that your round now?
> > or Thomas?
> 
> That's me, I just pushed it to drm-misc-next

Thank you!
I also pushed to drm-intel-next.

> 
> Thanks!
> Maxime


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [Intel-gfx] [GIT PULL] drm-misc + drm-intel: Add support for out-of-band hotplug notification
@ 2021-08-26 11:43           ` Vivi, Rodrigo
  0 siblings, 0 replies; 14+ messages in thread
From: Vivi, Rodrigo @ 2021-08-26 11:43 UTC (permalink / raw)
  To: maxime
  Cc: tzimmermann, gregkh, intel-gfx, joonas.lahtinen, dri-devel,
	hdegoede, maarten.lankhorst, jani.nikula, daniel

On Thu, 2021-08-26 at 10:23 +0200, Maxime Ripard wrote:
> On Wed, Aug 25, 2021 at 04:03:43PM +0000, Vivi, Rodrigo wrote:
> > On Tue, 2021-08-24 at 18:48 +0200, Hans de Goede wrote:
> > > Hi,
> > > 
> > > On 8/24/21 10:45 AM, Jani Nikula wrote:
> > > > On Fri, 20 Aug 2021, Hans de Goede <hdegoede@redhat.com> wrote:
> > > > > Hello drm-misc and drm-intel maintainers,
> > > > > 
> > > > > My "Add support for out-of-band hotplug notification"
> > > > > patchset:
> > > > > https://patchwork.freedesktop.org/series/93763/
> > > > > 
> > > > > Is ready for merging now, as discussed on IRC I based this
> > > > > series
> > > > > on top drm-tip and when trying to apply the i915 parts on top
> > > > > of drm-misc this fails due to conflict.
> > > > > 
> > > > > So as Jani suggested here is a pull-req for a topic-branch
> > > > > with
> > > > > the
> > > > > entire set, minus the troublesome i915 bits. Once this has
> > > > > been
> > > > > merged
> > > > > into both drm-misc-next and drm-intel-next I can push the 2
> > > > > i915
> > > > > patch do drm-intel-next on top of the merge.
> > > > > 
> > > > > Note there are also 2 drivers/usb/typec patches in here these
> > > > > have Greg KH's Reviewed-by for merging through the drm tree,
> > > > > Since this USB code does not change all that much. I also
> > > > > checked
> > > > > and the drm-misc-next-2021-08-12 base of this tree contains
> > > > > the
> > > > > same last commit to the modified file as usb-next.
> > > > > 
> > > > > Daniel Vetter mentioned on IRC that it might be better for
> > > > > you to
> > > > > simply
> > > > > pick-up the series directly from patchwork, that is fine too
> > > > > in
> > > > > that
> > > > > case don't forget to add:
> > > > > 
> > > > > Reviewed-by: Lyude Paul <lyude@redhat.com>
> > > > > 
> > > > > To the entire series (given in a reply to the cover-letter)
> > > > > 
> > > > > And:
> > > > > 
> > > > > Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> > > > > 
> > > > > To the usb/typec patches (patch 7/8), this was given in reply
> > > > > to a previous posting of the series and I forgot to add this
> > > > > in the resend.
> > > > 
> > > > Since this is mostly touching drm core, I think it should be
> > > > merged
> > > > to
> > > > drm-misc-next first, and drm-intel-next after. Please let us
> > > > know.
> > > 
> > > I agree this should go to drm-misc-next first.
> > > 
> > > (I was planning on pushing this to drm-misc-next myself,
> > > but then ended up going with the topic branch because of the
> > > conflict in the i915 bits.)
> > 
> > Just to be clear and avoid confusion: This pull request does apply
> > cleanly on drm-misc-next nd drm-intel-next right now.
> > 
> > I'm just waiting for drm-misc-next maintainers to pull this to drm-
> > misc-next so I can pull it to drm-intel-next.
> > 
> > Maxime, is that your round now?
> > or Thomas?
> 
> That's me, I just pushed it to drm-misc-next

Thank you!
I also pushed to drm-intel-next.

> 
> Thanks!
> Maxime


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [GIT PULL] drm-misc + drm-intel: Add support for out-of-band hotplug notification
  2021-08-26 11:43           ` [Intel-gfx] " Vivi, Rodrigo
@ 2021-09-13 10:33             ` Hans de Goede
  -1 siblings, 0 replies; 14+ messages in thread
From: Hans de Goede @ 2021-09-13 10:33 UTC (permalink / raw)
  To: Vivi, Rodrigo, maxime
  Cc: tzimmermann, gregkh, intel-gfx, joonas.lahtinen, dri-devel,
	maarten.lankhorst, jani.nikula, daniel

Hi,

On 8/26/21 1:43 PM, Vivi, Rodrigo wrote:
> On Thu, 2021-08-26 at 10:23 +0200, Maxime Ripard wrote:
>> On Wed, Aug 25, 2021 at 04:03:43PM +0000, Vivi, Rodrigo wrote:
>>> On Tue, 2021-08-24 at 18:48 +0200, Hans de Goede wrote:
>>>> Hi,
>>>>
>>>> On 8/24/21 10:45 AM, Jani Nikula wrote:
>>>>> On Fri, 20 Aug 2021, Hans de Goede <hdegoede@redhat.com> wrote:
>>>>>> Hello drm-misc and drm-intel maintainers,
>>>>>>
>>>>>> My "Add support for out-of-band hotplug notification"
>>>>>> patchset:
>>>>>> https://patchwork.freedesktop.org/series/93763/
>>>>>>
>>>>>> Is ready for merging now, as discussed on IRC I based this
>>>>>> series
>>>>>> on top drm-tip and when trying to apply the i915 parts on top
>>>>>> of drm-misc this fails due to conflict.
>>>>>>
>>>>>> So as Jani suggested here is a pull-req for a topic-branch
>>>>>> with
>>>>>> the
>>>>>> entire set, minus the troublesome i915 bits. Once this has
>>>>>> been
>>>>>> merged
>>>>>> into both drm-misc-next and drm-intel-next I can push the 2
>>>>>> i915
>>>>>> patch do drm-intel-next on top of the merge.
>>>>>>
>>>>>> Note there are also 2 drivers/usb/typec patches in here these
>>>>>> have Greg KH's Reviewed-by for merging through the drm tree,
>>>>>> Since this USB code does not change all that much. I also
>>>>>> checked
>>>>>> and the drm-misc-next-2021-08-12 base of this tree contains
>>>>>> the
>>>>>> same last commit to the modified file as usb-next.
>>>>>>
>>>>>> Daniel Vetter mentioned on IRC that it might be better for
>>>>>> you to
>>>>>> simply
>>>>>> pick-up the series directly from patchwork, that is fine too
>>>>>> in
>>>>>> that
>>>>>> case don't forget to add:
>>>>>>
>>>>>> Reviewed-by: Lyude Paul <lyude@redhat.com>
>>>>>>
>>>>>> To the entire series (given in a reply to the cover-letter)
>>>>>>
>>>>>> And:
>>>>>>
>>>>>> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
>>>>>>
>>>>>> To the usb/typec patches (patch 7/8), this was given in reply
>>>>>> to a previous posting of the series and I forgot to add this
>>>>>> in the resend.
>>>>>
>>>>> Since this is mostly touching drm core, I think it should be
>>>>> merged
>>>>> to
>>>>> drm-misc-next first, and drm-intel-next after. Please let us
>>>>> know.
>>>>
>>>> I agree this should go to drm-misc-next first.
>>>>
>>>> (I was planning on pushing this to drm-misc-next myself,
>>>> but then ended up going with the topic branch because of the
>>>> conflict in the i915 bits.)
>>>
>>> Just to be clear and avoid confusion: This pull request does apply
>>> cleanly on drm-misc-next nd drm-intel-next right now.
>>>
>>> I'm just waiting for drm-misc-next maintainers to pull this to drm-
>>> misc-next so I can pull it to drm-intel-next.
>>>
>>> Maxime, is that your round now?
>>> or Thomas?
>>
>> That's me, I just pushed it to drm-misc-next
> 
> Thank you!
> I also pushed to drm-intel-next.

Thanks, I pushed the remaining 2 i915 patches depending on this
to drm-intel-next last week (but I forgot to reply to this email then).

Regards,

Hans


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [Intel-gfx] [GIT PULL] drm-misc + drm-intel: Add support for out-of-band hotplug notification
@ 2021-09-13 10:33             ` Hans de Goede
  0 siblings, 0 replies; 14+ messages in thread
From: Hans de Goede @ 2021-09-13 10:33 UTC (permalink / raw)
  To: Vivi, Rodrigo, maxime
  Cc: tzimmermann, gregkh, intel-gfx, joonas.lahtinen, dri-devel,
	maarten.lankhorst, jani.nikula, daniel

Hi,

On 8/26/21 1:43 PM, Vivi, Rodrigo wrote:
> On Thu, 2021-08-26 at 10:23 +0200, Maxime Ripard wrote:
>> On Wed, Aug 25, 2021 at 04:03:43PM +0000, Vivi, Rodrigo wrote:
>>> On Tue, 2021-08-24 at 18:48 +0200, Hans de Goede wrote:
>>>> Hi,
>>>>
>>>> On 8/24/21 10:45 AM, Jani Nikula wrote:
>>>>> On Fri, 20 Aug 2021, Hans de Goede <hdegoede@redhat.com> wrote:
>>>>>> Hello drm-misc and drm-intel maintainers,
>>>>>>
>>>>>> My "Add support for out-of-band hotplug notification"
>>>>>> patchset:
>>>>>> https://patchwork.freedesktop.org/series/93763/
>>>>>>
>>>>>> Is ready for merging now, as discussed on IRC I based this
>>>>>> series
>>>>>> on top drm-tip and when trying to apply the i915 parts on top
>>>>>> of drm-misc this fails due to conflict.
>>>>>>
>>>>>> So as Jani suggested here is a pull-req for a topic-branch
>>>>>> with
>>>>>> the
>>>>>> entire set, minus the troublesome i915 bits. Once this has
>>>>>> been
>>>>>> merged
>>>>>> into both drm-misc-next and drm-intel-next I can push the 2
>>>>>> i915
>>>>>> patch do drm-intel-next on top of the merge.
>>>>>>
>>>>>> Note there are also 2 drivers/usb/typec patches in here these
>>>>>> have Greg KH's Reviewed-by for merging through the drm tree,
>>>>>> Since this USB code does not change all that much. I also
>>>>>> checked
>>>>>> and the drm-misc-next-2021-08-12 base of this tree contains
>>>>>> the
>>>>>> same last commit to the modified file as usb-next.
>>>>>>
>>>>>> Daniel Vetter mentioned on IRC that it might be better for
>>>>>> you to
>>>>>> simply
>>>>>> pick-up the series directly from patchwork, that is fine too
>>>>>> in
>>>>>> that
>>>>>> case don't forget to add:
>>>>>>
>>>>>> Reviewed-by: Lyude Paul <lyude@redhat.com>
>>>>>>
>>>>>> To the entire series (given in a reply to the cover-letter)
>>>>>>
>>>>>> And:
>>>>>>
>>>>>> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
>>>>>>
>>>>>> To the usb/typec patches (patch 7/8), this was given in reply
>>>>>> to a previous posting of the series and I forgot to add this
>>>>>> in the resend.
>>>>>
>>>>> Since this is mostly touching drm core, I think it should be
>>>>> merged
>>>>> to
>>>>> drm-misc-next first, and drm-intel-next after. Please let us
>>>>> know.
>>>>
>>>> I agree this should go to drm-misc-next first.
>>>>
>>>> (I was planning on pushing this to drm-misc-next myself,
>>>> but then ended up going with the topic branch because of the
>>>> conflict in the i915 bits.)
>>>
>>> Just to be clear and avoid confusion: This pull request does apply
>>> cleanly on drm-misc-next nd drm-intel-next right now.
>>>
>>> I'm just waiting for drm-misc-next maintainers to pull this to drm-
>>> misc-next so I can pull it to drm-intel-next.
>>>
>>> Maxime, is that your round now?
>>> or Thomas?
>>
>> That's me, I just pushed it to drm-misc-next
> 
> Thank you!
> I also pushed to drm-intel-next.

Thanks, I pushed the remaining 2 i915 patches depending on this
to drm-intel-next last week (but I forgot to reply to this email then).

Regards,

Hans


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2021-09-13 10:33 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-20 17:50 [GIT PULL] drm-misc + drm-intel: Add support for out-of-band hotplug notification Hans de Goede
2021-08-20 17:50 ` [Intel-gfx] " Hans de Goede
2021-08-24  8:45 ` Jani Nikula
2021-08-24  8:45   ` [Intel-gfx] " Jani Nikula
2021-08-24 16:48   ` Hans de Goede
2021-08-24 16:48     ` [Intel-gfx] " Hans de Goede
2021-08-25 16:03     ` Vivi, Rodrigo
2021-08-25 16:03       ` [Intel-gfx] " Vivi, Rodrigo
2021-08-26  8:23       ` Maxime Ripard
2021-08-26  8:23         ` [Intel-gfx] " Maxime Ripard
2021-08-26 11:43         ` Vivi, Rodrigo
2021-08-26 11:43           ` [Intel-gfx] " Vivi, Rodrigo
2021-09-13 10:33           ` Hans de Goede
2021-09-13 10:33             ` [Intel-gfx] " Hans de Goede

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.