From: "Thulasimani, Sivakumar" <sivakumar.thulasimani@intel.com>
To: Manasi Navare <manasi.d.navare@intel.com>,
intel-gfx@lists.freedesktop.org
Subject: Re: [PATCH 1/5] drm/i915: Invoke the DP Compliance test request handler in the short pulse path
Date: Tue, 24 May 2016 15:32:05 +0530 [thread overview]
Message-ID: <5744269D.10401@intel.com> (raw)
In-Reply-To: <1461979695-27113-2-git-send-email-manasi.d.navare@intel.com>
i am bit partial :) coz i was involved but isn't the same done in patch
shared
earlier ?
https://patchwork.freedesktop.org/patch/82587/
why not integrate that here if something more is done in the following
patches ?
regards,
Sivakumar
On 4/30/2016 6:58 AM, Manasi Navare wrote:
> HPD Short pulse test requests occur for DP Compliance Link Training
> and Video Pattern tests.The DP Test request handler needs to be
> invoked by these tests in the short pulse path in order to support
> automated DP Compliance tests.
>
> Signed-off-by: Manasi Navare <manasi.d.navare@intel.com>
> ---
> drivers/gpu/drm/i915/intel_dp.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c
> index c12c414..19a95ed 100644
> --- a/drivers/gpu/drm/i915/intel_dp.c
> +++ b/drivers/gpu/drm/i915/intel_dp.c
> @@ -4257,7 +4257,7 @@ intel_dp_short_pulse(struct intel_dp *intel_dp)
> sink_irq_vector);
>
> if (sink_irq_vector & DP_AUTOMATED_TEST_REQUEST)
> - DRM_DEBUG_DRIVER("Test request in short pulse not handled\n");
> + intel_dp_handle_test_request(intel_dp);
> if (sink_irq_vector & (DP_CP_IRQ | DP_SINK_SPECIFIC_IRQ))
> DRM_DEBUG_DRIVER("CP or sink specific irq unhandled\n");
> }
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2016-05-24 10:02 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-30 1:28 [PATCH 0/5] Add automation support for DP compliance Tests Manasi Navare
2016-04-30 1:28 ` [PATCH 1/5] drm/i915: Invoke the DP Compliance test request handler in the short pulse path Manasi Navare
2016-05-24 10:02 ` Thulasimani, Sivakumar [this message]
2016-04-30 1:28 ` [PATCH 2/5] drm/i915: Disable the Link training automation support Manasi Navare
2016-05-23 8:10 ` Ander Conselvan De Oliveira
2016-05-25 19:35 ` Manasi Navare
2016-04-30 1:28 ` [PATCH 3/5] drm/i915: Fixes to support the DP Compliance EDID tests Manasi Navare
2016-05-23 8:18 ` Ander Conselvan De Oliveira
2016-05-24 9:31 ` Shubhangi Shrivastava
2016-05-24 9:35 ` Shubhangi Shrivastava
2016-05-26 0:22 ` Manasi Navare
2016-05-26 8:56 ` Ander Conselvan De Oliveira
2016-04-30 1:28 ` [PATCH 4/5] Add support for forcing 6 bpc on DP pipes Manasi Navare
2016-05-02 17:52 ` Jim Bride
2016-05-23 8:22 ` Ander Conselvan De Oliveira
2016-05-23 17:42 ` Jim Bride
2016-05-24 5:45 ` Ander Conselvan De Oliveira
2016-05-26 0:42 ` Manasi Navare
2016-05-26 9:00 ` Ander Conselvan De Oliveira
2016-05-25 19:01 ` Manasi Navare
2016-04-30 1:28 ` [PATCH 5/5] drm/i915: Implement intel_dp_autotest_video_pattern function for DP Video pattern compliance tests Manasi Navare
2016-05-23 12:00 ` Ander Conselvan De Oliveira
2016-05-25 22:46 ` Manasi Navare
2016-05-26 9:10 ` Ander Conselvan De Oliveira
2016-04-30 6:24 ` ✓ Fi.CI.BAT: success for Add automation support for DP compliance Tests 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=5744269D.10401@intel.com \
--to=sivakumar.thulasimani@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=manasi.d.navare@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.