From: Jani Nikula <jani.nikula@intel.com>
To: Imre Deak <imre.deak@intel.com>,
intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org
Subject: Re: [PATCH v2 0/9] drm/i915: Dump DSC state to dmesg/debugfs
Date: Mon, 01 Jul 2024 14:28:31 +0300 [thread overview]
Message-ID: <87sewt9wrk.fsf@intel.com> (raw)
In-Reply-To: <20240628164451.1177612-1-imre.deak@intel.com>
On Fri, 28 Jun 2024, Imre Deak <imre.deak@intel.com> wrote:
> This is v2 of [1], renaming the helpers from drm_x16 to fxp_q4 as
> suggested by Jani.
>
> [1] https://lore.kernel.org/all/20240614173911.3743172-1-imre.deak@intel.com
>
> Cc: Jani Nikula <jani.nikula@intel.com>
No detailed review, but on the approach and naming,
Acked-by: Jani Nikula <jani.nikula@intel.com>
>
> Imre Deak (9):
> drm: Add helpers for q4 fixed point values
> drm/display/dsc: Add a helper to dump the DSC configuration
> drm/i915: Replace to_bpp_x16() with fxp_q4_from_int()
> drm/i915: Replace to_bpp_int() with fxp_q4_to_int()
> drm/i915: Replace to_bpp_int_roundup() with fxp_q4_to_int_roundup()
> drm/i915: Replace to_bpp_frac() with fxp_q4_to_frac()
> drm/i915: Replace BPP_X16_FMT()/ARGS() with FXP_Q4_FMT()/ARGS()
> drm/i915: Dump DSC state to dmesg and debugfs/i915_display_info
> drm/i915: Remove DSC register dump
>
> drivers/gpu/drm/display/drm_dp_helper.c | 5 +-
> drivers/gpu/drm/display/drm_dsc_helper.c | 91 +++++++++++++++++++
> drivers/gpu/drm/i915/display/icl_dsi.c | 9 +-
> drivers/gpu/drm/i915/display/intel_audio.c | 5 +-
> drivers/gpu/drm/i915/display/intel_bios.c | 5 +-
> drivers/gpu/drm/i915/display/intel_cdclk.c | 5 +-
> .../drm/i915/display/intel_crtc_state_dump.c | 3 +
> drivers/gpu/drm/i915/display/intel_display.c | 7 +-
> .../drm/i915/display/intel_display_debugfs.c | 4 +
> .../drm/i915/display/intel_display_types.h | 23 -----
> drivers/gpu/drm/i915/display/intel_dp.c | 51 ++++++-----
> drivers/gpu/drm/i915/display/intel_dp_mst.c | 26 +++---
> drivers/gpu/drm/i915/display/intel_fdi.c | 6 +-
> drivers/gpu/drm/i915/display/intel_link_bw.c | 4 +-
> drivers/gpu/drm/i915/display/intel_vdsc.c | 51 ++++++-----
> drivers/gpu/drm/i915/display/intel_vdsc.h | 4 +
> include/drm/display/drm_dsc_helper.h | 3 +
> include/drm/drm_fixed.h | 23 +++++
> 18 files changed, 222 insertions(+), 103 deletions(-)
--
Jani Nikula, Intel
next prev parent reply other threads:[~2024-07-01 11:28 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-28 16:44 [PATCH v2 0/9] drm/i915: Dump DSC state to dmesg/debugfs Imre Deak
2024-06-28 16:44 ` [PATCH v2 1/9] drm: Add helpers for q4 fixed point values Imre Deak
2024-06-28 16:44 ` [PATCH v2 2/9] drm/display/dsc: Add a helper to dump the DSC configuration Imre Deak
2024-06-28 16:44 ` [PATCH v2 3/9] drm/i915: Replace to_bpp_x16() with fxp_q4_from_int() Imre Deak
2024-06-28 16:44 ` [PATCH v2 4/9] drm/i915: Replace to_bpp_int() with fxp_q4_to_int() Imre Deak
2024-06-28 16:44 ` [PATCH v2 5/9] drm/i915: Replace to_bpp_int_roundup() with fxp_q4_to_int_roundup() Imre Deak
2024-06-28 16:44 ` [PATCH v2 6/9] drm/i915: Replace to_bpp_frac() with fxp_q4_to_frac() Imre Deak
2024-06-28 16:44 ` [PATCH v2 7/9] drm/i915: Replace BPP_X16_FMT()/ARGS() with FXP_Q4_FMT()/ARGS() Imre Deak
2024-06-28 16:44 ` [PATCH v2 8/9] drm/i915: Dump DSC state to dmesg and debugfs/i915_display_info Imre Deak
2024-06-28 16:44 ` [PATCH v2 9/9] drm/i915: Remove DSC register dump Imre Deak
2024-06-28 17:22 ` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Dump DSC state to dmesg/debugfs (rev2) Patchwork
2024-06-28 17:22 ` ✗ Fi.CI.SPARSE: " Patchwork
2024-06-28 17:31 ` ✗ Fi.CI.BAT: failure " Patchwork
2024-07-01 11:28 ` Jani Nikula [this message]
2024-07-03 15:10 ` [PATCH v2 0/9] drm/i915: Dump DSC state to dmesg/debugfs Imre Deak
2024-07-02 18:01 ` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Dump DSC state to dmesg/debugfs (rev3) Patchwork
2024-07-02 18:01 ` ✗ Fi.CI.SPARSE: " Patchwork
2024-07-02 18:13 ` ✗ Fi.CI.BAT: failure " Patchwork
2024-07-02 20:16 ` Imre Deak
2024-07-04 11:00 ` Illipilli, TejasreeX
2024-07-04 10:57 ` ✓ Fi.CI.BAT: success " Patchwork
2024-07-05 5:04 ` ✓ Fi.CI.IGT: " 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=87sewt9wrk.fsf@intel.com \
--to=jani.nikula@intel.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=imre.deak@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
/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;
as well as URLs for NNTP newsgroup(s).