mbox series

[0/3] Rework/Correction on minimum hblank calculation

Message ID 20250408-hblank-v1-0-4ba17aebee65@intel.com (mailing list archive)
Headers show
Series Rework/Correction on minimum hblank calculation | expand

Message

Arun R Murthy April 8, 2025, 4:10 a.m. UTC
Signed-off-by: Arun R Murthy <arun.r.murthy@intel.com>
---
Arun R Murthy (3):
      drm/drm_dp_helper: export link symbol cycles calculation
      drm/i915/display: export function to count dsc slices
      drm/i915/audio: move min_hblank from dp_mst to audio

 drivers/gpu/drm/display/drm_dp_helper.c     | 10 ++--
 drivers/gpu/drm/i915/display/intel_audio.c  | 78 +++++++++++++++++++++++++++++
 drivers/gpu/drm/i915/display/intel_dp_mst.c | 55 ++------------------
 drivers/gpu/drm/i915/display/intel_dp_mst.h |  3 ++
 include/drm/display/drm_dp_helper.h         |  5 ++
 5 files changed, 95 insertions(+), 56 deletions(-)
---
base-commit: c4fc93b0ec49f4b0105c142502b7d1d5de379950
change-id: 20250407-hblank-49b340aeba31

Best regards,

Comments

Imre Deak April 8, 2025, 1:57 p.m. UTC | #1
Hi,

thanks for following up on this.

You could've added some detail about what the patchset is doing.

--Imre

On Tue, Apr 08, 2025 at 09:40:33AM +0530, Arun R Murthy wrote:
> Signed-off-by: Arun R Murthy <arun.r.murthy@intel.com>
> ---
> Arun R Murthy (3):
>       drm/drm_dp_helper: export link symbol cycles calculation
>       drm/i915/display: export function to count dsc slices
>       drm/i915/audio: move min_hblank from dp_mst to audio
> 
>  drivers/gpu/drm/display/drm_dp_helper.c     | 10 ++--
>  drivers/gpu/drm/i915/display/intel_audio.c  | 78 +++++++++++++++++++++++++++++
>  drivers/gpu/drm/i915/display/intel_dp_mst.c | 55 ++------------------
>  drivers/gpu/drm/i915/display/intel_dp_mst.h |  3 ++
>  include/drm/display/drm_dp_helper.h         |  5 ++
>  5 files changed, 95 insertions(+), 56 deletions(-)
> ---
> base-commit: c4fc93b0ec49f4b0105c142502b7d1d5de379950
> change-id: 20250407-hblank-49b340aeba31
> 
> Best regards,
> -- 
> Arun R Murthy <arun.r.murthy@intel.com>
>