Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
To: Manasi Navare <manasi.d.navare@intel.com>,
	intel-gfx@lists.freedesktop.org
Subject: Re: [Intel-gfx] [PATCH v4 00/11] Rebased Big Joiner patch series for 8K 2p1p
Date: Wed, 6 May 2020 16:45:10 +0200	[thread overview]
Message-ID: <3c82e6ff-2550-ac66-d0b0-a5a3baecc8fb@linux.intel.com> (raw)
In-Reply-To: <20200430230951.2508-1-manasi.d.navare@intel.com>

Hey,

I've been testing on re-tgl1-display, but series fails.

The 8k mode is rejected because of htotal exceeding limits.

When testing 5120x3200@120 Hz, I get:

[18352.624231] i915 0000:00:02.0: [drm:intel_crtc_compute_min_cdclk [i915]] required cdclk (1056740 kHz) exceeds max (652800 kHz)

Latter makes any further testing impossible.

I've copied 8k and 5k@120 edids to re-tgl1-display edids for testing DP.

~Maarten

Op 01-05-2020 om 01:09 schreef Manasi Navare:
> This rebases the big joiner patch series from February:
> https://patchwork.freedesktop.org/series/73014/
> or from Maarten's internal tree:
> https://patchwork.freedesktop.org/series/73014/
>
> This especially needs a thorough review on Patch 10/11 due to
> all the refactoring around commit_modeset_enables
>
> Maarten Lankhorst (11):
>   HAX to make DSC work on the icelake test system
>   drm/i915: Remove hw.mode
>   drm/i915: Add hw.pipe_mode to allow bigjoiner pipe/transcoder split
>   drm/i915/dp: Allow big joiner modes in intel_dp_mode_valid(), v3.
>   drm/i915: Try to make bigjoiner work in atomic check
>   drm/i915: Enable big joiner support in enable and disable sequences.
>   drm/i915: Make hardware readout work on i915.
>   drm/i915: Link planes in a bigjoiner configuration, v3.
>   drm/i915: Add bigjoiner aware plane clipping checks
>   drm/i915: Add intel_update_bigjoiner handling.
>   drm/i915: Add debugfs dumping for bigjoiner, v3.
>
>  drivers/gpu/drm/drm_dp_helper.c               |    4 +-
>  drivers/gpu/drm/i915/display/icl_dsi.c        |    2 -
>  drivers/gpu/drm/i915/display/intel_atomic.c   |    9 +-
>  drivers/gpu/drm/i915/display/intel_atomic.h   |    3 +-
>  .../gpu/drm/i915/display/intel_atomic_plane.c |  112 +-
>  .../gpu/drm/i915/display/intel_atomic_plane.h |    7 +-
>  drivers/gpu/drm/i915/display/intel_ddi.c      |   81 +-
>  drivers/gpu/drm/i915/display/intel_display.c  | 1070 +++++++++++++----
>  drivers/gpu/drm/i915/display/intel_display.h  |   20 +-
>  .../drm/i915/display/intel_display_debugfs.c  |   29 +-
>  .../drm/i915/display/intel_display_types.h    |   32 +-
>  drivers/gpu/drm/i915/display/intel_dp.c       |  141 ++-
>  drivers/gpu/drm/i915/display/intel_dvo.c      |    2 +-
>  drivers/gpu/drm/i915/display/intel_sdvo.c     |   16 +-
>  drivers/gpu/drm/i915/display/intel_sprite.c   |   46 +-
>  drivers/gpu/drm/i915/display/intel_sprite.h   |    3 +-
>  drivers/gpu/drm/i915/display/intel_vdsc.c     |  199 +--
>  drivers/gpu/drm/i915/display/intel_vdsc.h     |    7 +-
>  drivers/gpu/drm/i915/intel_pm.c               |   92 +-
>  include/drm/drm_dp_helper.h                   |    1 +
>  20 files changed, 1390 insertions(+), 486 deletions(-)
>

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

      parent reply	other threads:[~2020-05-06 14:45 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-30 23:09 [Intel-gfx] [PATCH v4 00/11] Rebased Big Joiner patch series for 8K 2p1p Manasi Navare
2020-04-30 23:09 ` [Intel-gfx] [PATCH v4 01/11] HAX to make DSC work on the icelake test system Manasi Navare
2020-04-30 23:09 ` [Intel-gfx] [PATCH v4 02/11] drm/i915: Remove hw.mode Manasi Navare
2020-04-30 23:09 ` [Intel-gfx] [PATCH v4 03/11] drm/i915: Add hw.pipe_mode to allow bigjoiner pipe/transcoder split Manasi Navare
2020-05-01  5:18   ` [Intel-gfx] [PATCH v5 " Manasi Navare
2020-04-30 23:09 ` [Intel-gfx] [PATCH v4 04/11] drm/i915/dp: Allow big joiner modes in intel_dp_mode_valid(), v3 Manasi Navare
2020-05-06 13:35   ` Maarten Lankhorst
2020-04-30 23:09 ` [Intel-gfx] [PATCH v4 05/11] drm/i915: Try to make bigjoiner work in atomic check Manasi Navare
2020-04-30 23:09 ` [Intel-gfx] [PATCH v4 06/11] drm/i915: Enable big joiner support in enable and disable sequences Manasi Navare
2020-04-30 23:09 ` [Intel-gfx] [PATCH v4 07/11] drm/i915: Make hardware readout work on i915 Manasi Navare
2020-04-30 23:09 ` [Intel-gfx] [PATCH v4 08/11] drm/i915: Link planes in a bigjoiner configuration, v3 Manasi Navare
2020-04-30 23:09 ` [Intel-gfx] [PATCH v4 09/11] drm/i915: Add bigjoiner aware plane clipping checks Manasi Navare
2020-04-30 23:09 ` [Intel-gfx] [PATCH v4 10/11] drm/i915: Add intel_update_bigjoiner handling Manasi Navare
2020-04-30 23:09 ` [Intel-gfx] [PATCH v4 11/11] drm/i915: Add debugfs dumping for bigjoiner, v3 Manasi Navare
2020-04-30 23:57 ` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Rebased Big Joiner patch series for 8K 2p1p Patchwork
2020-05-01  5:24 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Rebased Big Joiner patch series for 8K 2p1p (rev2) Patchwork
2020-05-01  5:47 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2020-05-01  9:56 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2020-05-06 14:45 ` Maarten Lankhorst [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=3c82e6ff-2550-ac66-d0b0-a5a3baecc8fb@linux.intel.com \
    --to=maarten.lankhorst@linux.intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=manasi.d.navare@intel.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