From: "Sharma, Swati2" <swati2.sharma@intel.com>
To: Ankit Nautiyal <ankit.k.nautiyal@intel.com>,
intel-gfx@lists.freedesktop.org
Cc: jani.nikula@intel.com
Subject: Re: [PATCH 2/5] drm/i915/dp: Fix the max DSC bpc supported by source
Date: Tue, 2 Jan 2024 20:49:56 +0530 [thread overview]
Message-ID: <939c8dd2-93ff-4e2a-8162-0e9ebe6fe5bb@intel.com> (raw)
In-Reply-To: <20231213091632.431557-3-ankit.k.nautiyal@intel.com>
LGTM
Reviewed-by: Swati Sharma <swati2.sharma@intel.com>
On 13-Dec-23 2:46 PM, Ankit Nautiyal wrote:
> Use correct helper for getting max DSC bpc supported by the source.
>
> Fixes: 1c56e9a39833 ("drm/i915/dp: Get optimal link config to have best compressed bpp")
> Cc: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
> Cc: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com>
> Cc: Jani Nikula <jani.nikula@intel.com>
>
> Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
> ---
> drivers/gpu/drm/i915/display/intel_dp.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_dp.c b/drivers/gpu/drm/i915/display/intel_dp.c
> index a8015f701626..b2e767a87476 100644
> --- a/drivers/gpu/drm/i915/display/intel_dp.c
> +++ b/drivers/gpu/drm/i915/display/intel_dp.c
> @@ -2102,7 +2102,7 @@ static int intel_dp_dsc_compute_pipe_bpp(struct intel_dp *intel_dp,
> }
> }
>
> - dsc_max_bpc = intel_dp_dsc_min_src_input_bpc(i915);
> + dsc_max_bpc = intel_dp_dsc_max_src_input_bpc(i915);
> if (!dsc_max_bpc)
> return -EINVAL;
>
next prev parent reply other threads:[~2024-01-02 15:20 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-13 9:16 [PATCH 0/5] DP DSC min/max src bpc fixes Ankit Nautiyal
2023-12-13 9:16 ` [PATCH 1/5] drm/i915/dp: Simplify checks for helper intel_dp_dsc_max_src_input_bpc Ankit Nautiyal
2024-09-26 8:39 ` Kandpal, Suraj
2023-12-13 9:16 ` [PATCH 2/5] drm/i915/dp: Fix the max DSC bpc supported by source Ankit Nautiyal
2024-01-02 15:19 ` Sharma, Swati2 [this message]
2023-12-13 9:16 ` [PATCH 3/5] drm/i915/dp: Return int from dsc_max/min_src_input_bpc helpers Ankit Nautiyal
2024-09-26 8:53 ` Kandpal, Suraj
2023-12-13 9:16 ` [PATCH 4/5] drm/i915/dp_mst: Use helpers to get dsc min/max input bpc Ankit Nautiyal
2023-12-13 9:16 ` [PATCH 5/5] drm/i915/dp: Ignore max_requested_bpc if its too low for DSC Ankit Nautiyal
2024-09-26 9:16 ` Jani Nikula
2024-10-03 10:48 ` Nautiyal, Ankit K
2023-12-13 17:44 ` ✗ Fi.CI.SPARSE: warning for DP DSC min/max src bpc fixes (rev7) Patchwork
2023-12-13 18:03 ` ✓ Fi.CI.BAT: success " Patchwork
2023-12-13 19:01 ` ✓ 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=939c8dd2-93ff-4e2a-8162-0e9ebe6fe5bb@intel.com \
--to=swati2.sharma@intel.com \
--cc=ankit.k.nautiyal@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=jani.nikula@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 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.