mbox series

[PULL] drm-intel-fixes

Message ID 20191003193051.GA26421@intel.com (mailing list archive)
State New, archived
Headers show
Series [PULL] drm-intel-fixes | expand

Pull-request

git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-fixes-2019-10-03-1

Message

Rodrigo Vivi Oct. 3, 2019, 7:30 p.m. UTC
Hi Dave and Daniel,

This v2 contains a critical DP-MST fix that it would be really good to be
propagated as soon as possible.

Besides all the drm-intel-next-fixes that I mentioned on previous email.

Here goes drm-intel-fixes-2019-10-03-1:
- Fix DP-MST crtc_mask
- Fix dsc dpp calculations
- Fix g4x sprite scaling stride check with GTT remapping

Short summary of fixes pull (less than what git shortlog provides):
- explain anything non-fixes (e.g. cleanups) and why it's appropriate
- highlight regressions
- summarize pull requests contained
This shouldn't be more than a few lines (or it indicates your fixes pull is a
bit too big).

Thanks,
Rodrigo.

The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

  Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-fixes-2019-10-03-1

for you to fetch changes up to 485f682be9fc8d41376936a3b01423edd07b9a75:

  Revert "drm/i915: Fix DP-MST crtc_mask" (2019-10-03 12:23:07 -0700)

----------------------------------------------------------------
- Fix DP-MST crtc_mask
- Fix dsc dpp calculations
- Fix g4x sprite scaling stride check with GTT remapping

Short summary of fixes pull (less than what git shortlog provides):
- explain anything non-fixes (e.g. cleanups) and why it's appropriate
- highlight regressions
- summarize pull requests contained
This shouldn't be more than a few lines (or it indicates your fixes pull is a
bit too big).

----------------------------------------------------------------
Maarten Lankhorst (1):
      drm/i915/dp: Fix dsc bpp calculations, v5.

Ville Syrjälä (2):
      drm/i915: Fix g4x sprite scaling stride check with GTT remapping
      Revert "drm/i915: Fix DP-MST crtc_mask"

 drivers/gpu/drm/i915/display/intel_display.c |  12 +-
 drivers/gpu/drm/i915/display/intel_display.h |   2 +-
 drivers/gpu/drm/i915/display/intel_dp.c      | 184 ++++++++++++++-------------
 drivers/gpu/drm/i915/display/intel_dp.h      |   6 +-
 drivers/gpu/drm/i915/display/intel_dp_mst.c  |   4 +-
 drivers/gpu/drm/i915/display/intel_sprite.c  |   5 +-
 6 files changed, 111 insertions(+), 102 deletions(-)

Comments

Ville Syrjälä Oct. 3, 2019, 7:37 p.m. UTC | #1
On Thu, Oct 03, 2019 at 12:30:51PM -0700, Rodrigo Vivi wrote:
> Hi Dave and Daniel,
> 
> This v2 contains a critical DP-MST fix that it would be really good to be
> propagated as soon as possible.
> 
> Besides all the drm-intel-next-fixes that I mentioned on previous email.
> 
> Here goes drm-intel-fixes-2019-10-03-1:
> - Fix DP-MST crtc_mask
> - Fix dsc dpp calculations
> - Fix g4x sprite scaling stride check with GTT remapping
> 
> Short summary of fixes pull (less than what git shortlog provides):
> - explain anything non-fixes (e.g. cleanups) and why it's appropriate
> - highlight regressions
> - summarize pull requests contained
> This shouldn't be more than a few lines (or it indicates your fixes pull is a
> bit too big).
> 
> Thanks,
> Rodrigo.
> 
> The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:
> 
>   Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)
> 
> are available in the Git repository at:
> 
>   git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-fixes-2019-10-03-1
> 
> for you to fetch changes up to 485f682be9fc8d41376936a3b01423edd07b9a75:
> 
>   Revert "drm/i915: Fix DP-MST crtc_mask" (2019-10-03 12:23:07 -0700)
> 
> ----------------------------------------------------------------
> - Fix DP-MST crtc_mask
> - Fix dsc dpp calculations
> - Fix g4x sprite scaling stride check with GTT remapping
> 
> Short summary of fixes pull (less than what git shortlog provides):
> - explain anything non-fixes (e.g. cleanups) and why it's appropriate
> - highlight regressions
> - summarize pull requests contained
> This shouldn't be more than a few lines (or it indicates your fixes pull is a
> bit too big).
> 
> ----------------------------------------------------------------
> Maarten Lankhorst (1):
>       drm/i915/dp: Fix dsc bpp calculations, v5.
> 
> Ville Syrjälä (2):
>       drm/i915: Fix g4x sprite scaling stride check with GTT remapping
>       Revert "drm/i915: Fix DP-MST crtc_mask"

Now I can sleep better :) Thanks for respinning.

> 
>  drivers/gpu/drm/i915/display/intel_display.c |  12 +-
>  drivers/gpu/drm/i915/display/intel_display.h |   2 +-
>  drivers/gpu/drm/i915/display/intel_dp.c      | 184 ++++++++++++++-------------
>  drivers/gpu/drm/i915/display/intel_dp.h      |   6 +-
>  drivers/gpu/drm/i915/display/intel_dp_mst.c  |   4 +-
>  drivers/gpu/drm/i915/display/intel_sprite.c  |   5 +-
>  6 files changed, 111 insertions(+), 102 deletions(-)
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx
Rodrigo Vivi Oct. 3, 2019, 7:52 p.m. UTC | #2
On Thu, Oct 03, 2019 at 10:37:11PM +0300, Ville Syrjälä wrote:
> On Thu, Oct 03, 2019 at 12:30:51PM -0700, Rodrigo Vivi wrote:
> > Hi Dave and Daniel,
> > 
> > This v2 contains a critical DP-MST fix that it would be really good to be
> > propagated as soon as possible.
> > 
> > Besides all the drm-intel-next-fixes that I mentioned on previous email.
> > 
> > Here goes drm-intel-fixes-2019-10-03-1:
> > - Fix DP-MST crtc_mask
> > - Fix dsc dpp calculations
> > - Fix g4x sprite scaling stride check with GTT remapping
> > 
> > Short summary of fixes pull (less than what git shortlog provides):
> > - explain anything non-fixes (e.g. cleanups) and why it's appropriate
> > - highlight regressions
> > - summarize pull requests contained
> > This shouldn't be more than a few lines (or it indicates your fixes pull is a
> > bit too big).
> > 
> > Thanks,
> > Rodrigo.
> > 
> > The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:
> > 
> >   Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)
> > 
> > are available in the Git repository at:
> > 
> >   git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-fixes-2019-10-03-1
> > 
> > for you to fetch changes up to 485f682be9fc8d41376936a3b01423edd07b9a75:
> > 
> >   Revert "drm/i915: Fix DP-MST crtc_mask" (2019-10-03 12:23:07 -0700)
> > 
> > ----------------------------------------------------------------
> > - Fix DP-MST crtc_mask
> > - Fix dsc dpp calculations
> > - Fix g4x sprite scaling stride check with GTT remapping
> > 
> > Short summary of fixes pull (less than what git shortlog provides):
> > - explain anything non-fixes (e.g. cleanups) and why it's appropriate
> > - highlight regressions
> > - summarize pull requests contained
> > This shouldn't be more than a few lines (or it indicates your fixes pull is a
> > bit too big).
> > 
> > ----------------------------------------------------------------
> > Maarten Lankhorst (1):
> >       drm/i915/dp: Fix dsc bpp calculations, v5.
> > 
> > Ville Syrjälä (2):
> >       drm/i915: Fix g4x sprite scaling stride check with GTT remapping
> >       Revert "drm/i915: Fix DP-MST crtc_mask"
> 
> Now I can sleep better :) Thanks for respinning.

Thanks for the heads up.

It seems that we will need to fix dim cherry-pick functions to consider
Reverts as Fixes without depending on the Fixes: tag.

But for now it seems the safest approach is to add Fixes tags even on
reverts so neither of us loose sleep now or later ;)

Thanks a lot
Rodrigo.

> 
> > 
> >  drivers/gpu/drm/i915/display/intel_display.c |  12 +-
> >  drivers/gpu/drm/i915/display/intel_display.h |   2 +-
> >  drivers/gpu/drm/i915/display/intel_dp.c      | 184 ++++++++++++++-------------
> >  drivers/gpu/drm/i915/display/intel_dp.h      |   6 +-
> >  drivers/gpu/drm/i915/display/intel_dp_mst.c  |   4 +-
> >  drivers/gpu/drm/i915/display/intel_sprite.c  |   5 +-
> >  6 files changed, 111 insertions(+), 102 deletions(-)
> > _______________________________________________
> > Intel-gfx mailing list
> > Intel-gfx@lists.freedesktop.org
> > https://lists.freedesktop.org/mailman/listinfo/intel-gfx
> 
> -- 
> Ville Syrjälä
> Intel