Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Nautiyal, Ankit K" <ankit.k.nautiyal@intel.com>
To: Nemesa Garg <nemesa.garg@intel.com>,
	<intel-gfx@lists.freedesktop.org>,
	<intel-xe@lists.freedesktop.org>,
	<dri-devel@lists.freedesktop.org>
Subject: Re: [PATCH 2/3] drm/dp: Add max bpp delta computation constants
Date: Thu, 14 May 2026 15:32:22 +0530	[thread overview]
Message-ID: <bae2cf63-f479-48f5-8465-fb75f654da8b@intel.com> (raw)
In-Reply-To: <20260423143035.2267634-3-nemesa.garg@intel.com>


On 4/23/2026 8:00 PM, Nemesa Garg wrote:
> These constants are used when decoding dsc max delta

This seems to be missing some part. It is not clear that which constants 
are we talking about.


> values from the sink dpcd. Also add version_1 as suffix
> to MAX_DELTA_BPP.
>
> v2: Move constants under 0x6E register. [Ankit]
>      Add mask for Native 422 also. [Ankit]
>
> Signed-off-by: Nemesa Garg <nemesa.garg@intel.com>
> ---
>   include/drm/display/drm_dp.h | 23 ++++++++++++++---------
>   1 file changed, 14 insertions(+), 9 deletions(-)
>
> diff --git a/include/drm/display/drm_dp.h b/include/drm/display/drm_dp.h
> index 520490ac6778..c29b391453cd 100644
> --- a/include/drm/display/drm_dp.h
> +++ b/include/drm/display/drm_dp.h
> @@ -354,17 +354,22 @@
>   # define DP_DSC_20_PER_DP_DSC_SINK          (1 << 1)
>   # define DP_DSC_24_PER_DP_DSC_SINK          (1 << 2)
>   
> -#define DP_DSC_MAX_BPP_DELTA		    0x06E
> +#define DP_DSC_MAX_BPP_DELTA_VERSION_1		0x06E
>   # define DP_DSC_RGB_YCbCr444_MAX_BPP_DELTA_MASK 0x1f
>   # define DP_DSC_RGB_YCbCr420_MAX_BPP_DELTA_MASK 0xe0
> -
> -#define DP_DSC_BITS_PER_PIXEL_INC           0x06F
> -# define DP_DSC_BITS_PER_PIXEL_1_16         0x0
> -# define DP_DSC_BITS_PER_PIXEL_1_8          0x1
> -# define DP_DSC_BITS_PER_PIXEL_1_4          0x2
> -# define DP_DSC_BITS_PER_PIXEL_1_2          0x3
> -# define DP_DSC_BITS_PER_PIXEL_1_1          0x4
> -# define DP_DSC_BITS_PER_PIXEL_MASK         0x7
> +# define DP_DSC_BPP_DELTA_444			16
> +# define DP_DSC_BPP_DELTA_420			12
> +# define DP_DSC_BPP_DELTA_SHIFT_420		5
> +
> +#define DP_DSC_BITS_PER_PIXEL_INC		0x06F
> +# define DP_DSC_BITS_PER_PIXEL_1_16		0x0
> +# define DP_DSC_BITS_PER_PIXEL_1_8		0x1
> +# define DP_DSC_BITS_PER_PIXEL_1_4		0x2
> +# define DP_DSC_BITS_PER_PIXEL_1_2		0x3
> +# define DP_DSC_BITS_PER_PIXEL_1_1		0x4
> +# define DP_DSC_BITS_PER_PIXEL_MASK		0x7
> +# define DP_DSC_NATIVE4222_MAX_BPP_DELTA_MASK	0x78

This should be: _NATIVE_YCbCr422_ to match with existing code, and in 
line with the comments on the previous patch.


Regards,

Ankit

> +# define DP_DSC_BPP_DELTA_NATIVE_422		16
>   
>   #define DP_PSR_SUPPORT                      0x070   /* XXX 1.2? */
>   # define DP_PSR_IS_SUPPORTED                1

  reply	other threads:[~2026-05-14 10:02 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-23 14:30 [PATCH 0/3] DSC max delta bpp support Nemesa Garg
2026-04-23 14:30 ` [PATCH 1/3] drm/dp: Add DP_DSC_MAX_BPP_DELTA register Nemesa Garg
2026-05-14  8:19   ` Nautiyal, Ankit K
2026-04-23 14:30 ` [PATCH 2/3] drm/dp: Add max bpp delta computation constants Nemesa Garg
2026-05-14 10:02   ` Nautiyal, Ankit K [this message]
2026-04-23 14:30 ` [PATCH 3/3] drm/i915/dp: Decode dsc max delta bpp from sink dpcd Nemesa Garg
2026-05-14  9:56   ` Nautiyal, Ankit K
2026-04-23 15:57 ` ✓ i915.CI.BAT: success for DSC max delta bpp support (rev2) Patchwork
2026-04-23 19:27 ` ✗ i915.CI.Full: failure " 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=bae2cf63-f479-48f5-8465-fb75f654da8b@intel.com \
    --to=ankit.k.nautiyal@intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=intel-xe@lists.freedesktop.org \
    --cc=nemesa.garg@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