All of lore.kernel.org
 help / color / mirror / Atom feed
From: Karthik B S <karthik.b.s@intel.com>
To: Bhanuprakash Modem <bhanuprakash.modem@intel.com>,
	igt-dev@lists.freedesktop.org
Subject: Re: [igt-dev] [i-g-t V2 3/3] tests/kms_invalid_dotclock: Update to use renamed DSC api
Date: Tue, 20 Jul 2021 08:52:13 +0530	[thread overview]
Message-ID: <0bbd0978-e53a-9f6d-db42-fb32c21e6fa2@intel.com> (raw)
In-Reply-To: <20210719131439.27284-4-bhanuprakash.modem@intel.com>

On 7/19/2021 6:44 PM, Bhanuprakash Modem wrote:
> As HDMI also supports DSC, *dp_dsc* is renamed to *dsc* since it
> is no longer DP specific.
>
> This patch will update to use renamed API.
>
> Cc: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
> Cc: Vandita Kulkarni <vandita.kulkarni@intel.com>
> Cc: Patnana Venkata Sai <venkata.sai.patnana@intel.com>
> Cc: Karthik B S <karthik.b.s@intel.com>
> Cc: Navare Manasi D <manasi.d.navare@intel.com>
> Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
Reviewed-by: Karthik B S <karthik.b.s@intel.com>
> ---
>   tests/kms_invalid_dotclock.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/kms_invalid_dotclock.c b/tests/kms_invalid_dotclock.c
> index e02a9491..95136d36 100644
> --- a/tests/kms_invalid_dotclock.c
> +++ b/tests/kms_invalid_dotclock.c
> @@ -57,7 +57,7 @@ can_bigjoiner(data_t *data)
>   		igt_debug("Platform supports uncompressed bigjoiner\n");
>   		return true;
>   	} else if (intel_display_ver(devid) >= 11) {
> -		return igt_is_dp_dsc_supported(data->drm_fd, connector);
> +		return igt_is_dsc_supported(data->drm_fd, connector);
>   	}
>   
>   	return false;


_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

  reply	other threads:[~2021-07-20  3:22 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-19 13:14 [igt-dev] [i-g-t V2 0/3] Extend DSC support to HDMI Bhanuprakash Modem
2021-07-19 13:14 ` [igt-dev] [i-g-t V2 1/3] lib/igt_kms: Rename dp_dsc to dsc Bhanuprakash Modem
2021-07-20  3:19   ` Karthik B S
2021-07-19 13:14 ` [igt-dev] [i-g-t V2 2/3] tests/kms_dsc: Extend support to HDMI Bhanuprakash Modem
2021-07-20  3:21   ` Karthik B S
2021-07-19 13:14 ` [igt-dev] [i-g-t V2 3/3] tests/kms_invalid_dotclock: Update to use renamed DSC api Bhanuprakash Modem
2021-07-20  3:22   ` Karthik B S [this message]
2021-07-19 15:28 ` [igt-dev] ✓ Fi.CI.BAT: success for Extend DSC support to HDMI (rev2) Patchwork
2021-07-19 21:42 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2021-07-20  4:46   ` Modem, Bhanuprakash
2021-07-20  4:46   ` Modem, Bhanuprakash
2021-07-20  5:34     ` Vudum, Lakshminarayana
2021-07-20  7:33       ` Sarvela, Tomi P
2021-07-20 16:27     ` Vudum, Lakshminarayana
2021-07-20 16:22 ` [igt-dev] ✓ 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=0bbd0978-e53a-9f6d-db42-fb32c21e6fa2@intel.com \
    --to=karthik.b.s@intel.com \
    --cc=bhanuprakash.modem@intel.com \
    --cc=igt-dev@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 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.