dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PULL] topic/phy-compliance
@ 2020-04-08 12:49 Maarten Lankhorst
  2020-04-15  6:40 ` Jani Nikula
  2020-04-17  8:23 ` Thomas Zimmermann
  0 siblings, 2 replies; 6+ messages in thread
From: Maarten Lankhorst @ 2020-04-08 12:49 UTC (permalink / raw)
  To: Jani Nikula, Joonas Lahtinen, Rodrigo Vivi, Thomas Zimmermann,
	Maarten Lankhorst, Maxime Ripard, Manasi Navare
  Cc: Daniel Vetter, intel-gfx, dim-tools, dri-devel

Hey,

Here's a pull request to pull in the DP PHY Compliance series.
It's based on top of drm/drm-next, and contains all patches for core, amd and i915. :)

Cheers,
Maarten

topic/phy-compliance-2020-04-08:
Topic pull request for topic/phy-compliance:
- Standardize DP_PHY_TEST_PATTERN name.
- Add support for setting/getting test pattern from sink.
- Implement DP PHY compliance to i915.
The following changes since commit 12ab316ced2c5f32ced0e6300a054db644b5444a:

  Merge tag 'amd-drm-next-5.7-2020-04-01' of git://people.freedesktop.org/~agd5f/linux into drm-next (2020-04-08 09:34:27 +1000)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/topic/phy-compliance-2020-04-08

for you to fetch changes up to 8cdf727119289db3a98835662eb28e1c5ad835f1:

  drm/i915/dp: Program vswing, pre-emphasis, test-pattern (2020-04-08 14:41:09 +0200)

----------------------------------------------------------------
Topic pull request for topic/phy-compliance:
- Standardize DP_PHY_TEST_PATTERN name.
- Add support for setting/getting test pattern from sink.
- Implement DP PHY compliance to i915.

----------------------------------------------------------------
Animesh Manna (7):
      drm/amd/display: Align macro name as per DP spec
      drm/dp: get/set phy compliance pattern
      drm/i915/dp: Made intel_dp_adjust_train() non-static
      drm/i915/dp: Preparation for DP phy compliance auto test
      drm/i915/dp: Add debugfs entry for DP phy compliance
      drm/i915/dp: Register definition for DP compliance register
      drm/i915/dp: Program vswing, pre-emphasis, test-pattern

 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c   |   2 +-
 drivers/gpu/drm/drm_dp_helper.c                    |  94 +++++++++++
 .../gpu/drm/i915/display/intel_display_debugfs.c   |  12 +-
 drivers/gpu/drm/i915/display/intel_display_types.h |   1 +
 drivers/gpu/drm/i915/display/intel_dp.c            | 171 +++++++++++++++++++++
 drivers/gpu/drm/i915/display/intel_dp.h            |   1 +
 .../gpu/drm/i915/display/intel_dp_link_training.c  |   9 +-
 .../gpu/drm/i915/display/intel_dp_link_training.h  |   4 +
 drivers/gpu/drm/i915/i915_reg.h                    |  18 +++
 include/drm/drm_dp_helper.h                        |  33 +++-
 10 files changed, 337 insertions(+), 8 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PULL] topic/phy-compliance
  2020-04-08 12:49 [PULL] topic/phy-compliance Maarten Lankhorst
@ 2020-04-15  6:40 ` Jani Nikula
  2020-04-15  7:00   ` Daniel Vetter
  2020-04-17  8:23 ` Thomas Zimmermann
  1 sibling, 1 reply; 6+ messages in thread
From: Jani Nikula @ 2020-04-15  6:40 UTC (permalink / raw)
  To: Maarten Lankhorst, Joonas Lahtinen, Rodrigo Vivi,
	Thomas Zimmermann, Maarten Lankhorst, Maxime Ripard,
	Manasi Navare
  Cc: Daniel Vetter, intel-gfx, dim-tools, dri-devel

On Wed, 08 Apr 2020, Maarten Lankhorst <maarten.lankhorst@linux.intel.com> wrote:
> Hey,
>
> Here's a pull request to pull in the DP PHY Compliance series.
> It's based on top of drm/drm-next, and contains all patches for core, amd and i915. :)

Ping, I don't see this merged in any tree yet.

BR,
Jani.


>
> Cheers,
> Maarten
>
> topic/phy-compliance-2020-04-08:
> Topic pull request for topic/phy-compliance:
> - Standardize DP_PHY_TEST_PATTERN name.
> - Add support for setting/getting test pattern from sink.
> - Implement DP PHY compliance to i915.
> The following changes since commit 12ab316ced2c5f32ced0e6300a054db644b5444a:
>
>   Merge tag 'amd-drm-next-5.7-2020-04-01' of git://people.freedesktop.org/~agd5f/linux into drm-next (2020-04-08 09:34:27 +1000)
>
> are available in the Git repository at:
>
>   git://anongit.freedesktop.org/drm/drm-misc tags/topic/phy-compliance-2020-04-08
>
> for you to fetch changes up to 8cdf727119289db3a98835662eb28e1c5ad835f1:
>
>   drm/i915/dp: Program vswing, pre-emphasis, test-pattern (2020-04-08 14:41:09 +0200)
>
> ----------------------------------------------------------------
> Topic pull request for topic/phy-compliance:
> - Standardize DP_PHY_TEST_PATTERN name.
> - Add support for setting/getting test pattern from sink.
> - Implement DP PHY compliance to i915.
>
> ----------------------------------------------------------------
> Animesh Manna (7):
>       drm/amd/display: Align macro name as per DP spec
>       drm/dp: get/set phy compliance pattern
>       drm/i915/dp: Made intel_dp_adjust_train() non-static
>       drm/i915/dp: Preparation for DP phy compliance auto test
>       drm/i915/dp: Add debugfs entry for DP phy compliance
>       drm/i915/dp: Register definition for DP compliance register
>       drm/i915/dp: Program vswing, pre-emphasis, test-pattern
>
>  drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c   |   2 +-
>  drivers/gpu/drm/drm_dp_helper.c                    |  94 +++++++++++
>  .../gpu/drm/i915/display/intel_display_debugfs.c   |  12 +-
>  drivers/gpu/drm/i915/display/intel_display_types.h |   1 +
>  drivers/gpu/drm/i915/display/intel_dp.c            | 171 +++++++++++++++++++++
>  drivers/gpu/drm/i915/display/intel_dp.h            |   1 +
>  .../gpu/drm/i915/display/intel_dp_link_training.c  |   9 +-
>  .../gpu/drm/i915/display/intel_dp_link_training.h  |   4 +
>  drivers/gpu/drm/i915/i915_reg.h                    |  18 +++
>  include/drm/drm_dp_helper.h                        |  33 +++-
>  10 files changed, 337 insertions(+), 8 deletions(-)

-- 
Jani Nikula, Intel Open Source Graphics Center
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PULL] topic/phy-compliance
  2020-04-15  6:40 ` Jani Nikula
@ 2020-04-15  7:00   ` Daniel Vetter
  2020-04-15  7:48     ` Jani Nikula
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Vetter @ 2020-04-15  7:00 UTC (permalink / raw)
  To: Jani Nikula, Alex Deucher
  Cc: DRM maintainer tools announcements, discussion, and development,
	intel-gfx, Manasi Navare, dri-devel, Thomas Zimmermann,
	Rodrigo Vivi

On Wed, Apr 15, 2020 at 8:40 AM Jani Nikula <jani.nikula@linux.intel.com> wrote:
>
> On Wed, 08 Apr 2020, Maarten Lankhorst <maarten.lankhorst@linux.intel.com> wrote:
> > Hey,
> >
> > Here's a pull request to pull in the DP PHY Compliance series.
> > It's based on top of drm/drm-next, and contains all patches for core, amd and i915. :)
>
> Ping, I don't see this merged in any tree yet.

Generally topic pull requests get pulled into all relevant trees,
which would be drm-misc, drm-intel and drm-amd here. All of the
optional ofc if you do instead maintainer-acks for merging through
another tree.

Since I wasn't involved in this no idea who requested the topic tree
instead of acks, and the pull isn't addressed to specific people who
should pull it in (I generally add that to avoid confusion like this
here), but this aint something that drm.git needs to pull. Just stuff
it into one of the trees as usual. Also just noticed that amd
maintainers arent even cc'ed, adding Alex. You guys pls figure this
out :-)
-Daniel

>
> BR,
> Jani.
>
>
> >
> > Cheers,
> > Maarten
> >
> > topic/phy-compliance-2020-04-08:
> > Topic pull request for topic/phy-compliance:
> > - Standardize DP_PHY_TEST_PATTERN name.
> > - Add support for setting/getting test pattern from sink.
> > - Implement DP PHY compliance to i915.
> > The following changes since commit 12ab316ced2c5f32ced0e6300a054db644b5444a:
> >
> >   Merge tag 'amd-drm-next-5.7-2020-04-01' of git://people.freedesktop.org/~agd5f/linux into drm-next (2020-04-08 09:34:27 +1000)
> >
> > are available in the Git repository at:
> >
> >   git://anongit.freedesktop.org/drm/drm-misc tags/topic/phy-compliance-2020-04-08
> >
> > for you to fetch changes up to 8cdf727119289db3a98835662eb28e1c5ad835f1:
> >
> >   drm/i915/dp: Program vswing, pre-emphasis, test-pattern (2020-04-08 14:41:09 +0200)
> >
> > ----------------------------------------------------------------
> > Topic pull request for topic/phy-compliance:
> > - Standardize DP_PHY_TEST_PATTERN name.
> > - Add support for setting/getting test pattern from sink.
> > - Implement DP PHY compliance to i915.
> >
> > ----------------------------------------------------------------
> > Animesh Manna (7):
> >       drm/amd/display: Align macro name as per DP spec
> >       drm/dp: get/set phy compliance pattern
> >       drm/i915/dp: Made intel_dp_adjust_train() non-static
> >       drm/i915/dp: Preparation for DP phy compliance auto test
> >       drm/i915/dp: Add debugfs entry for DP phy compliance
> >       drm/i915/dp: Register definition for DP compliance register
> >       drm/i915/dp: Program vswing, pre-emphasis, test-pattern
> >
> >  drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c   |   2 +-
> >  drivers/gpu/drm/drm_dp_helper.c                    |  94 +++++++++++
> >  .../gpu/drm/i915/display/intel_display_debugfs.c   |  12 +-
> >  drivers/gpu/drm/i915/display/intel_display_types.h |   1 +
> >  drivers/gpu/drm/i915/display/intel_dp.c            | 171 +++++++++++++++++++++
> >  drivers/gpu/drm/i915/display/intel_dp.h            |   1 +
> >  .../gpu/drm/i915/display/intel_dp_link_training.c  |   9 +-
> >  .../gpu/drm/i915/display/intel_dp_link_training.h  |   4 +
> >  drivers/gpu/drm/i915/i915_reg.h                    |  18 +++
> >  include/drm/drm_dp_helper.h                        |  33 +++-
> >  10 files changed, 337 insertions(+), 8 deletions(-)
>
> --
> Jani Nikula, Intel Open Source Graphics Center



-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PULL] topic/phy-compliance
  2020-04-15  7:00   ` Daniel Vetter
@ 2020-04-15  7:48     ` Jani Nikula
  2020-04-16 12:41       ` Joonas Lahtinen
  0 siblings, 1 reply; 6+ messages in thread
From: Jani Nikula @ 2020-04-15  7:48 UTC (permalink / raw)
  To: Daniel Vetter, Alex Deucher
  Cc: DRM maintainer tools announcements, discussion, and development,
	intel-gfx, Manasi Navare, dri-devel, Thomas Zimmermann,
	Rodrigo Vivi

On Wed, 15 Apr 2020, Daniel Vetter <daniel.vetter@ffwll.ch> wrote:
> On Wed, Apr 15, 2020 at 8:40 AM Jani Nikula <jani.nikula@linux.intel.com> wrote:
>>
>> On Wed, 08 Apr 2020, Maarten Lankhorst <maarten.lankhorst@linux.intel.com> wrote:
>> > Hey,
>> >
>> > Here's a pull request to pull in the DP PHY Compliance series.
>> > It's based on top of drm/drm-next, and contains all patches for core, amd and i915. :)
>>
>> Ping, I don't see this merged in any tree yet.
>
> Generally topic pull requests get pulled into all relevant trees,
> which would be drm-misc, drm-intel and drm-amd here. All of the
> optional ofc if you do instead maintainer-acks for merging through
> another tree.
>
> Since I wasn't involved in this no idea who requested the topic tree
> instead of acks, and the pull isn't addressed to specific people who
> should pull it in (I generally add that to avoid confusion like this
> here), but this aint something that drm.git needs to pull. Just stuff
> it into one of the trees as usual. Also just noticed that amd
> maintainers arent even cc'ed, adding Alex. You guys pls figure this
> out :-)

It seemed like drm-misc and drm-intel would be out-of-sync for too long
before we'd get all of them eventually (back)merged together, so I
leaned towards the topic branch. Of course, the point starts to be moot
if it has already taken more than a week to merge this anywhere...

And I'm pinging about merging the topic pull to drm-misc and drm-intel;
I'm currently not covering drm-intel.

BR,
Jani.




> -Daniel
>
>>
>> BR,
>> Jani.
>>
>>
>> >
>> > Cheers,
>> > Maarten
>> >
>> > topic/phy-compliance-2020-04-08:
>> > Topic pull request for topic/phy-compliance:
>> > - Standardize DP_PHY_TEST_PATTERN name.
>> > - Add support for setting/getting test pattern from sink.
>> > - Implement DP PHY compliance to i915.
>> > The following changes since commit 12ab316ced2c5f32ced0e6300a054db644b5444a:
>> >
>> >   Merge tag 'amd-drm-next-5.7-2020-04-01' of git://people.freedesktop.org/~agd5f/linux into drm-next (2020-04-08 09:34:27 +1000)
>> >
>> > are available in the Git repository at:
>> >
>> >   git://anongit.freedesktop.org/drm/drm-misc tags/topic/phy-compliance-2020-04-08
>> >
>> > for you to fetch changes up to 8cdf727119289db3a98835662eb28e1c5ad835f1:
>> >
>> >   drm/i915/dp: Program vswing, pre-emphasis, test-pattern (2020-04-08 14:41:09 +0200)
>> >
>> > ----------------------------------------------------------------
>> > Topic pull request for topic/phy-compliance:
>> > - Standardize DP_PHY_TEST_PATTERN name.
>> > - Add support for setting/getting test pattern from sink.
>> > - Implement DP PHY compliance to i915.
>> >
>> > ----------------------------------------------------------------
>> > Animesh Manna (7):
>> >       drm/amd/display: Align macro name as per DP spec
>> >       drm/dp: get/set phy compliance pattern
>> >       drm/i915/dp: Made intel_dp_adjust_train() non-static
>> >       drm/i915/dp: Preparation for DP phy compliance auto test
>> >       drm/i915/dp: Add debugfs entry for DP phy compliance
>> >       drm/i915/dp: Register definition for DP compliance register
>> >       drm/i915/dp: Program vswing, pre-emphasis, test-pattern
>> >
>> >  drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c   |   2 +-
>> >  drivers/gpu/drm/drm_dp_helper.c                    |  94 +++++++++++
>> >  .../gpu/drm/i915/display/intel_display_debugfs.c   |  12 +-
>> >  drivers/gpu/drm/i915/display/intel_display_types.h |   1 +
>> >  drivers/gpu/drm/i915/display/intel_dp.c            | 171 +++++++++++++++++++++
>> >  drivers/gpu/drm/i915/display/intel_dp.h            |   1 +
>> >  .../gpu/drm/i915/display/intel_dp_link_training.c  |   9 +-
>> >  .../gpu/drm/i915/display/intel_dp_link_training.h  |   4 +
>> >  drivers/gpu/drm/i915/i915_reg.h                    |  18 +++
>> >  include/drm/drm_dp_helper.h                        |  33 +++-
>> >  10 files changed, 337 insertions(+), 8 deletions(-)
>>
>> --
>> Jani Nikula, Intel Open Source Graphics Center

-- 
Jani Nikula, Intel Open Source Graphics Center
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PULL] topic/phy-compliance
  2020-04-15  7:48     ` Jani Nikula
@ 2020-04-16 12:41       ` Joonas Lahtinen
  0 siblings, 0 replies; 6+ messages in thread
From: Joonas Lahtinen @ 2020-04-16 12:41 UTC (permalink / raw)
  To: Alex Deucher, Daniel Vetter, Jani Nikula
  Cc: DRM maintainer tools announcements, discussion, and development,
	intel-gfx, Manasi Navare, dri-devel, Thomas Zimmermann,
	Rodrigo Vivi

Quoting Jani Nikula (2020-04-15 10:48:15)
> On Wed, 15 Apr 2020, Daniel Vetter <daniel.vetter@ffwll.ch> wrote:
> > On Wed, Apr 15, 2020 at 8:40 AM Jani Nikula <jani.nikula@linux.intel.com> wrote:
> >>
> >> On Wed, 08 Apr 2020, Maarten Lankhorst <maarten.lankhorst@linux.intel.com> wrote:
> >> > Hey,
> >> >
> >> > Here's a pull request to pull in the DP PHY Compliance series.
> >> > It's based on top of drm/drm-next, and contains all patches for core, amd and i915. :)
> >>
> >> Ping, I don't see this merged in any tree yet.
> >
> > Generally topic pull requests get pulled into all relevant trees,
> > which would be drm-misc, drm-intel and drm-amd here. All of the
> > optional ofc if you do instead maintainer-acks for merging through
> > another tree.
> >
> > Since I wasn't involved in this no idea who requested the topic tree
> > instead of acks, and the pull isn't addressed to specific people who
> > should pull it in (I generally add that to avoid confusion like this
> > here), but this aint something that drm.git needs to pull. Just stuff
> > it into one of the trees as usual. Also just noticed that amd
> > maintainers arent even cc'ed, adding Alex. You guys pls figure this
> > out :-)
> 
> It seemed like drm-misc and drm-intel would be out-of-sync for too long
> before we'd get all of them eventually (back)merged together, so I
> leaned towards the topic branch. Of course, the point starts to be moot
> if it has already taken more than a week to merge this anywhere...
> 
> And I'm pinging about merging the topic pull to drm-misc and drm-intel;
> I'm currently not covering drm-intel.

Pulled to drm-intel-next-queued now.

Regards, Joonas

> 
> BR,
> Jani.
> 
> 
> 
> 
> > -Daniel
> >
> >>
> >> BR,
> >> Jani.
> >>
> >>
> >> >
> >> > Cheers,
> >> > Maarten
> >> >
> >> > topic/phy-compliance-2020-04-08:
> >> > Topic pull request for topic/phy-compliance:
> >> > - Standardize DP_PHY_TEST_PATTERN name.
> >> > - Add support for setting/getting test pattern from sink.
> >> > - Implement DP PHY compliance to i915.
> >> > The following changes since commit 12ab316ced2c5f32ced0e6300a054db644b5444a:
> >> >
> >> >   Merge tag 'amd-drm-next-5.7-2020-04-01' of git://people.freedesktop.org/~agd5f/linux into drm-next (2020-04-08 09:34:27 +1000)
> >> >
> >> > are available in the Git repository at:
> >> >
> >> >   git://anongit.freedesktop.org/drm/drm-misc tags/topic/phy-compliance-2020-04-08
> >> >
> >> > for you to fetch changes up to 8cdf727119289db3a98835662eb28e1c5ad835f1:
> >> >
> >> >   drm/i915/dp: Program vswing, pre-emphasis, test-pattern (2020-04-08 14:41:09 +0200)
> >> >
> >> > ----------------------------------------------------------------
> >> > Topic pull request for topic/phy-compliance:
> >> > - Standardize DP_PHY_TEST_PATTERN name.
> >> > - Add support for setting/getting test pattern from sink.
> >> > - Implement DP PHY compliance to i915.
> >> >
> >> > ----------------------------------------------------------------
> >> > Animesh Manna (7):
> >> >       drm/amd/display: Align macro name as per DP spec
> >> >       drm/dp: get/set phy compliance pattern
> >> >       drm/i915/dp: Made intel_dp_adjust_train() non-static
> >> >       drm/i915/dp: Preparation for DP phy compliance auto test
> >> >       drm/i915/dp: Add debugfs entry for DP phy compliance
> >> >       drm/i915/dp: Register definition for DP compliance register
> >> >       drm/i915/dp: Program vswing, pre-emphasis, test-pattern
> >> >
> >> >  drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c   |   2 +-
> >> >  drivers/gpu/drm/drm_dp_helper.c                    |  94 +++++++++++
> >> >  .../gpu/drm/i915/display/intel_display_debugfs.c   |  12 +-
> >> >  drivers/gpu/drm/i915/display/intel_display_types.h |   1 +
> >> >  drivers/gpu/drm/i915/display/intel_dp.c            | 171 +++++++++++++++++++++
> >> >  drivers/gpu/drm/i915/display/intel_dp.h            |   1 +
> >> >  .../gpu/drm/i915/display/intel_dp_link_training.c  |   9 +-
> >> >  .../gpu/drm/i915/display/intel_dp_link_training.h  |   4 +
> >> >  drivers/gpu/drm/i915/i915_reg.h                    |  18 +++
> >> >  include/drm/drm_dp_helper.h                        |  33 +++-
> >> >  10 files changed, 337 insertions(+), 8 deletions(-)
> >>
> >> --
> >> Jani Nikula, Intel Open Source Graphics Center
> 
> -- 
> Jani Nikula, Intel Open Source Graphics Center
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PULL] topic/phy-compliance
  2020-04-08 12:49 [PULL] topic/phy-compliance Maarten Lankhorst
  2020-04-15  6:40 ` Jani Nikula
@ 2020-04-17  8:23 ` Thomas Zimmermann
  1 sibling, 0 replies; 6+ messages in thread
From: Thomas Zimmermann @ 2020-04-17  8:23 UTC (permalink / raw)
  To: Maarten Lankhorst, Jani Nikula, Joonas Lahtinen, Rodrigo Vivi,
	Maxime Ripard, Manasi Navare
  Cc: Daniel Vetter, intel-gfx, dim-tools, dri-devel


[-- Attachment #1.1.1: Type: text/plain, Size: 2925 bytes --]

Merged into drm-misc-next

Am 08.04.20 um 14:49 schrieb Maarten Lankhorst:
> Hey,
> 
> Here's a pull request to pull in the DP PHY Compliance series.
> It's based on top of drm/drm-next, and contains all patches for core, amd and i915. :)
> 
> Cheers,
> Maarten
> 
> topic/phy-compliance-2020-04-08:
> Topic pull request for topic/phy-compliance:
> - Standardize DP_PHY_TEST_PATTERN name.
> - Add support for setting/getting test pattern from sink.
> - Implement DP PHY compliance to i915.
> The following changes since commit 12ab316ced2c5f32ced0e6300a054db644b5444a:
> 
>   Merge tag 'amd-drm-next-5.7-2020-04-01' of git://people.freedesktop.org/~agd5f/linux into drm-next (2020-04-08 09:34:27 +1000)
> 
> are available in the Git repository at:
> 
>   git://anongit.freedesktop.org/drm/drm-misc tags/topic/phy-compliance-2020-04-08
> 
> for you to fetch changes up to 8cdf727119289db3a98835662eb28e1c5ad835f1:
> 
>   drm/i915/dp: Program vswing, pre-emphasis, test-pattern (2020-04-08 14:41:09 +0200)
> 
> ----------------------------------------------------------------
> Topic pull request for topic/phy-compliance:
> - Standardize DP_PHY_TEST_PATTERN name.
> - Add support for setting/getting test pattern from sink.
> - Implement DP PHY compliance to i915.
> 
> ----------------------------------------------------------------
> Animesh Manna (7):
>       drm/amd/display: Align macro name as per DP spec
>       drm/dp: get/set phy compliance pattern
>       drm/i915/dp: Made intel_dp_adjust_train() non-static
>       drm/i915/dp: Preparation for DP phy compliance auto test
>       drm/i915/dp: Add debugfs entry for DP phy compliance
>       drm/i915/dp: Register definition for DP compliance register
>       drm/i915/dp: Program vswing, pre-emphasis, test-pattern
> 
>  drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c   |   2 +-
>  drivers/gpu/drm/drm_dp_helper.c                    |  94 +++++++++++
>  .../gpu/drm/i915/display/intel_display_debugfs.c   |  12 +-
>  drivers/gpu/drm/i915/display/intel_display_types.h |   1 +
>  drivers/gpu/drm/i915/display/intel_dp.c            | 171 +++++++++++++++++++++
>  drivers/gpu/drm/i915/display/intel_dp.h            |   1 +
>  .../gpu/drm/i915/display/intel_dp_link_training.c  |   9 +-
>  .../gpu/drm/i915/display/intel_dp_link_training.h  |   4 +
>  drivers/gpu/drm/i915/i915_reg.h                    |  18 +++
>  include/drm/drm_dp_helper.h                        |  33 +++-
>  10 files changed, 337 insertions(+), 8 deletions(-)
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
> 

-- 
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Maxfeldstr. 5, 90409 Nürnberg, Germany
(HRB 36809, AG Nürnberg)
Geschäftsführer: Felix Imendörffer


[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2020-04-17  8:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-08 12:49 [PULL] topic/phy-compliance Maarten Lankhorst
2020-04-15  6:40 ` Jani Nikula
2020-04-15  7:00   ` Daniel Vetter
2020-04-15  7:48     ` Jani Nikula
2020-04-16 12:41       ` Joonas Lahtinen
2020-04-17  8:23 ` Thomas Zimmermann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).