Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Nautiyal, Ankit K" <ankit.k.nautiyal@intel.com>
To: Luca Coelho <luca@coelho.fi>,
	Suraj Kandpal <suraj.kandpal@intel.com>,
	<intel-gfx@lists.freedesktop.org>
Subject: Re: [Intel-gfx] [PATCH] drm/i915/vdsc: Remove FIXME in intel_dsc_compute_config
Date: Wed, 12 Jul 2023 15:10:41 +0530	[thread overview]
Message-ID: <dbf7f62e-d665-ac9b-c57a-81526fb43006@intel.com> (raw)
In-Reply-To: <85bc887748d4058e8f2d8924db8ea73cf8c8e3be.camel@coelho.fi>


On 6/26/2023 7:26 PM, Luca Coelho wrote:
> On Mon, 2023-06-26 at 18:35 +0530, Suraj Kandpal wrote:
>> Remove the FIXME and the code related to it as after verification
>> it does seem the previous values were typos and no hardware spec
>> mentions using these particular rc_params.
>>
>> Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
>>
>> diff --git a/drivers/gpu/drm/i915/display/intel_vdsc.c b/drivers/gpu/drm/i915/display/intel_vdsc.c
>> index bd9116d2cd76..d27e84696f31 100644
>> --- a/drivers/gpu/drm/i915/display/intel_vdsc.c
>> +++ b/drivers/gpu/drm/i915/display/intel_vdsc.c
>> @@ -237,18 +237,6 @@ int intel_dsc_compute_params(struct intel_crtc_state *pipe_config)
>>   
>>   		if (ret)
>>   			return ret;
>> -
>> -		/*
>> -		 * FIXME: verify that the hardware actually needs these
>> -		 * modifications rather than them being simple typos.
>> -		 */
>> -		if (compressed_bpp == 6 &&
>> -		    vdsc_cfg->bits_per_component == 8)
>> -			vdsc_cfg->rc_quant_incr_limit1 = 23;
>> -
>> -		if (compressed_bpp == 8 &&
>> -		    vdsc_cfg->bits_per_component == 14)
>> -			vdsc_cfg->rc_range_params[0].range_bpg_offset = 0;
>>   	}
>>   
>>   	/*
> Reviewed-by: Luca Coelho <luciano.coelho@intel.com>

Pushed to drm-intel-next.

Thanks for the patch and the reviews.

Regards,

Ankit


> --
> Cheers,
> Luca.

  reply	other threads:[~2023-07-12  9:41 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-26 13:05 [Intel-gfx] [PATCH] drm/i915/vdsc: Remove FIXME in intel_dsc_compute_config Suraj Kandpal
2023-06-26 13:56 ` Luca Coelho
2023-07-12  9:40   ` Nautiyal, Ankit K [this message]
2023-06-26 17:23 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
2023-06-27  3:41 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2023-06-27  6:02 ` [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=dbf7f62e-d665-ac9b-c57a-81526fb43006@intel.com \
    --to=ankit.k.nautiyal@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=luca@coelho.fi \
    --cc=suraj.kandpal@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