From: Jani Nikula <jani.nikula@linux.intel.com>
To: Ville Syrjala <ville.syrjala@linux.intel.com>,
intel-gfx@lists.freedesktop.org
Subject: Re: [Intel-gfx] [PATCH v3 00/13] drm/i915: ELD precompute and readout
Date: Tue, 24 Jan 2023 17:00:41 +0200 [thread overview]
Message-ID: <87edrk6kpy.fsf@intel.com> (raw)
In-Reply-To: <20230124144628.4649-1-ville.syrjala@linux.intel.com>
On Tue, 24 Jan 2023, Ville Syrjala <ville.syrjala@linux.intel.com> wrote:
> From: Ville Syrjälä <ville.syrjala@linux.intel.com>
>
> Rebase of the ELD precompute/readout series,
> for CI mainly. No other changes since v2.
Seems to be all Reviewed-by already, but quickly eyeballed through it
again. Ack.
>
> Ville Syrjälä (13):
> drm/i915/audio: Don't program the hardware ELD buffer on ilk+
> drm/i915/audio: Don't program the hardware ELD buffer on hsw+
> drm/i915/audio: Introduce a struct for the acomp audio state
> drm/i915/audio: Precompute the ELD
> drm/i915/audio: Don't enable audio with bogus ELD
> drm/i915/audio: Hardware ELD readout
> drm/i915/sdvo: Precompute the ELD
> drm/i915/sdvo: Only use "presence detect" for has_audio readout
> drm/i915/sdvo: Do ELD hardware readout
> drm/i915/audio: Hook up ELD into the state checker
> drm/i915/audio: Include ELD in the state dump
> drm/i915/audio: s/ilk/ibx/
> drm/i915/audio: Clean up the PCH type checks
>
> drivers/gpu/drm/i915/display/g4x_dp.c | 2 +
> drivers/gpu/drm/i915/display/g4x_hdmi.c | 2 +
> drivers/gpu/drm/i915/display/intel_audio.c | 317 ++++++++++--------
> drivers/gpu/drm/i915/display/intel_audio.h | 7 +
> .../drm/i915/display/intel_crtc_state_dump.c | 17 +
> drivers/gpu/drm/i915/display/intel_ddi.c | 2 +
> drivers/gpu/drm/i915/display/intel_display.c | 43 +++
> .../gpu/drm/i915/display/intel_display_core.h | 9 +-
> .../drm/i915/display/intel_display_types.h | 4 +-
> drivers/gpu/drm/i915/display/intel_dp.c | 4 +-
> drivers/gpu/drm/i915/display/intel_hdmi.c | 4 +-
> drivers/gpu/drm/i915/display/intel_sdvo.c | 43 ++-
> 12 files changed, 288 insertions(+), 166 deletions(-)
--
Jani Nikula, Intel Open Source Graphics Center
next prev parent reply other threads:[~2023-01-24 15:01 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-24 14:46 [Intel-gfx] [PATCH v3 00/13] drm/i915: ELD precompute and readout Ville Syrjala
2023-01-24 14:46 ` [Intel-gfx] [PATCH v3 01/13] drm/i915/audio: Don't program the hardware ELD buffer on ilk+ Ville Syrjala
2023-01-24 14:46 ` [Intel-gfx] [PATCH v3 02/13] drm/i915/audio: Don't program the hardware ELD buffer on hsw+ Ville Syrjala
2023-01-24 14:46 ` [Intel-gfx] [PATCH v3 03/13] drm/i915/audio: Introduce a struct for the acomp audio state Ville Syrjala
2023-01-24 14:46 ` [Intel-gfx] [PATCH v3 04/13] drm/i915/audio: Precompute the ELD Ville Syrjala
2023-01-24 14:46 ` [Intel-gfx] [PATCH v3 05/13] drm/i915/audio: Don't enable audio with bogus ELD Ville Syrjala
2023-01-24 14:46 ` [Intel-gfx] [PATCH v3 06/13] drm/i915/audio: Hardware ELD readout Ville Syrjala
2023-01-24 14:46 ` [Intel-gfx] [PATCH v3 07/13] drm/i915/sdvo: Precompute the ELD Ville Syrjala
2023-01-24 14:46 ` [Intel-gfx] [PATCH v3 08/13] drm/i915/sdvo: Only use "presence detect" for has_audio readout Ville Syrjala
2023-01-24 14:46 ` [Intel-gfx] [PATCH v3 09/13] drm/i915/sdvo: Do ELD hardware readout Ville Syrjala
2023-01-24 14:46 ` [Intel-gfx] [PATCH v3 10/13] drm/i915/audio: Hook up ELD into the state checker Ville Syrjala
2023-01-24 14:46 ` [Intel-gfx] [PATCH v3 11/13] drm/i915/audio: Include ELD in the state dump Ville Syrjala
2023-01-24 14:46 ` [Intel-gfx] [PATCH v3 12/13] drm/i915/audio: s/ilk/ibx/ Ville Syrjala
2023-01-24 14:46 ` [Intel-gfx] [PATCH v3 13/13] drm/i915/audio: Clean up the PCH type checks Ville Syrjala
2023-01-24 15:00 ` Jani Nikula [this message]
2023-01-24 22:16 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: ELD precompute and readout (rev5) Patchwork
2023-01-25 2:34 ` [Intel-gfx] ✓ Fi.CI.IGT: success " Patchwork
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=87edrk6kpy.fsf@intel.com \
--to=jani.nikula@linux.intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=ville.syrjala@linux.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