All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maxime Ripard <mripard@kernel.org>
To: Jani Nikula <jani.nikula@intel.com>
Cc: suraj.kandpal@intel.com, intel-gfx@lists.freedesktop.org,
	Mitul Golani <mitulkumar.ajitkumar.golani@intel.com>,
	dri-devel@lists.freedesktop.org, swati2.sharma@intel.com,
	Thomas Zimmermann <tzimmermann@suse.de>,
	ankit.k.nautiyal@intel.com
Subject: Re: [PATCH 1/8] drm/display/dp: Add helper function to get DSC bpp prescision
Date: Fri, 22 Sep 2023 14:05:40 +0200	[thread overview]
Message-ID: <66dwgnyxq3mdsfczgcslooxrtwxwmgwgleciqzy7s4vpkoaz7e@uqlpdb7pcxvg> (raw)
In-Reply-To: <875y44q8g8.fsf@intel.com>

[-- Attachment #1: Type: text/plain, Size: 457 bytes --]

On Thu, Sep 21, 2023 at 10:41:43AM +0300, Jani Nikula wrote:
> On Wed, 13 Sep 2023, Mitul Golani <mitulkumar.ajitkumar.golani@intel.com> wrote:
> > From: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
> >
> > Add helper to get the DSC bits_per_pixel precision for the DP sink.
> >
> > Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
> 
> Maarten, Maxime, Thomas, ack for merging this via drm-intel please?

That's fine by me :)

Maxime

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Maxime Ripard <mripard@kernel.org>
To: Jani Nikula <jani.nikula@intel.com>
Cc: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
	Thomas Zimmermann <tzimmermann@suse.de>
Subject: Re: [Intel-gfx] [PATCH 1/8] drm/display/dp: Add helper function to get DSC bpp prescision
Date: Fri, 22 Sep 2023 14:05:40 +0200	[thread overview]
Message-ID: <66dwgnyxq3mdsfczgcslooxrtwxwmgwgleciqzy7s4vpkoaz7e@uqlpdb7pcxvg> (raw)
In-Reply-To: <875y44q8g8.fsf@intel.com>

[-- Attachment #1: Type: text/plain, Size: 457 bytes --]

On Thu, Sep 21, 2023 at 10:41:43AM +0300, Jani Nikula wrote:
> On Wed, 13 Sep 2023, Mitul Golani <mitulkumar.ajitkumar.golani@intel.com> wrote:
> > From: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
> >
> > Add helper to get the DSC bits_per_pixel precision for the DP sink.
> >
> > Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
> 
> Maarten, Maxime, Thomas, ack for merging this via drm-intel please?

That's fine by me :)

Maxime

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

  reply	other threads:[~2023-09-22 12:05 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-13  6:05 [PATCH 0/8] Add DSC fractional bpp support Mitul Golani
2023-09-13  6:05 ` [Intel-gfx] " Mitul Golani
2023-09-13  6:05 ` [PATCH 1/8] drm/display/dp: Add helper function to get DSC bpp prescision Mitul Golani
2023-09-13  6:05   ` [Intel-gfx] " Mitul Golani
2023-09-13  6:14   ` Kandpal, Suraj
2023-09-13  6:14     ` [Intel-gfx] " Kandpal, Suraj
2023-09-21  7:41   ` Jani Nikula
2023-09-21  7:41     ` [Intel-gfx] " Jani Nikula
2023-09-22 12:05     ` Maxime Ripard [this message]
2023-09-22 12:05       ` Maxime Ripard
2023-09-22 14:39   ` [1/8] " Sui Jingfeng
2023-09-22 14:39     ` [Intel-gfx] " Sui Jingfeng
2023-09-13  6:06 ` [PATCH 2/8] drm/i915/display: Store compressed bpp in U6.4 format Mitul Golani
2023-09-13  6:06   ` [Intel-gfx] " Mitul Golani
2023-09-22 16:02   ` [2/8] " Sui Jingfeng
2023-09-22 16:02     ` [Intel-gfx] " Sui Jingfeng
2023-09-13  6:06 ` [PATCH 3/8] drm/i915/display: Consider fractional vdsc bpp while computing m_n values Mitul Golani
2023-09-13  6:06   ` [Intel-gfx] " Mitul Golani
2023-09-22 15:12   ` [3/8] " Sui Jingfeng
2023-09-22 15:12     ` [Intel-gfx] " Sui Jingfeng
2023-09-13  6:06 ` [PATCH 4/8] drm/i915/audio : Consider fractional vdsc bpp while computing tu_data Mitul Golani
2023-09-13  6:06   ` [Intel-gfx] " Mitul Golani
2023-09-13  6:06 ` [PATCH 5/8] drm/i915/dsc/mtl: Add support for fractional bpp Mitul Golani
2023-09-13  6:06   ` [Intel-gfx] " Mitul Golani
2023-09-13  6:06 ` [PATCH 6/8] drm/i915/dp: Iterate over output bpp with fractional step size Mitul Golani
2023-09-13  6:06   ` [Intel-gfx] " Mitul Golani
2023-09-13  6:06 ` [PATCH 7/8] drm/i915/dsc: Add debugfs entry to validate DSC fractional bpp Mitul Golani
2023-09-13  6:06   ` [Intel-gfx] " Mitul Golani
2023-09-21  8:00   ` Jani Nikula
2023-09-21  8:00     ` [Intel-gfx] " Jani Nikula
2023-09-21 11:53     ` Sharma, Swati2
2023-09-21 11:53       ` [Intel-gfx] " Sharma, Swati2
2023-09-21 12:14       ` Jani Nikula
2023-09-21 12:14         ` [Intel-gfx] " Jani Nikula
2023-09-21 12:59         ` Sharma, Swati2
2023-09-21 12:59           ` [Intel-gfx] " Sharma, Swati2
2023-09-22 12:28           ` Jani Nikula
2023-09-22 12:28             ` [Intel-gfx] " Jani Nikula
2023-09-22 16:03   ` [7/8] " Sui Jingfeng
2023-09-22 16:03     ` [Intel-gfx] " Sui Jingfeng
2023-09-13  6:06 ` [PATCH 8/8] drm/i915/dsc: Allow DSC only with fractional bpp when forced from debugfs Mitul Golani
2023-09-13  6:06   ` [Intel-gfx] " Mitul Golani
2023-09-13  6:42 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Add DSC fractional bpp support (rev7) Patchwork
2023-09-13  6:42 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2023-09-13  6:57 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2023-09-13  8:45 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2023-09-20  4:56 ` [Intel-gfx] ✓ Fi.CI.IGT: success " Patchwork
2023-09-22 12:45 ` [Intel-gfx] [PATCH 0/8] Add DSC fractional bpp support Imre Deak
2023-09-27 15:22   ` Imre Deak
2023-09-27 16:36     ` Sharma, Swati2
  -- strict thread matches above, loose matches on Subject: below --
2023-09-12 16:37 Mitul Golani
2023-09-12 16:37 ` [PATCH 1/8] drm/display/dp: Add helper function to get DSC bpp prescision Mitul Golani
2023-09-13  4:37   ` Kandpal, Suraj

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=66dwgnyxq3mdsfczgcslooxrtwxwmgwgleciqzy7s4vpkoaz7e@uqlpdb7pcxvg \
    --to=mripard@kernel.org \
    --cc=ankit.k.nautiyal@intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=jani.nikula@intel.com \
    --cc=mitulkumar.ajitkumar.golani@intel.com \
    --cc=suraj.kandpal@intel.com \
    --cc=swati2.sharma@intel.com \
    --cc=tzimmermann@suse.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.