* [PATCH] drm/dp: Clarify automated test constant and add constant for FAUX test pattern
@ 2013-10-04 19:59 Todd Previte
2013-10-07 8:05 ` Jani Nikula
0 siblings, 1 reply; 3+ messages in thread
From: Todd Previte @ 2013-10-04 19:59 UTC (permalink / raw)
To: dri-devel; +Cc: intel-gfx
- DP_TEST_LINK_PATTERN is ambiguous, rename to DP_TEST_LINK_VIDEO_PATTERN to clarify
- Added DP_TEST_LINK_FAUX_PATTERN to support automated testing of Fast AUX
Signed-off-by: Todd Previte <tprevite@gmail.com>
---
include/drm/drm_dp_helper.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/drm/drm_dp_helper.h b/include/drm/drm_dp_helper.h
index ae8dbfb..34c8202 100644
--- a/include/drm/drm_dp_helper.h
+++ b/include/drm/drm_dp_helper.h
@@ -266,9 +266,10 @@
#define DP_TEST_REQUEST 0x218
# define DP_TEST_LINK_TRAINING (1 << 0)
-# define DP_TEST_LINK_PATTERN (1 << 1)
+# define DP_TEST_LINK_VIDEO_PATTERN (1 << 1)
# define DP_TEST_LINK_EDID_READ (1 << 2)
# define DP_TEST_LINK_PHY_TEST_PATTERN (1 << 3) /* DPCD >= 1.1 */
+# define DP_TEST_LINK_FAUX_PATTERN (1 << 4) /* DPCD >= 1.2 */
#define DP_TEST_LINK_RATE 0x219
# define DP_LINK_RATE_162 (0x6)
--
1.8.1.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] drm/dp: Clarify automated test constant and add constant for FAUX test pattern
2013-10-04 19:59 [PATCH] drm/dp: Clarify automated test constant and add constant for FAUX test pattern Todd Previte
@ 2013-10-07 8:05 ` Jani Nikula
2013-12-17 19:32 ` Jesse Barnes
0 siblings, 1 reply; 3+ messages in thread
From: Jani Nikula @ 2013-10-07 8:05 UTC (permalink / raw)
To: Todd Previte, dri-devel; +Cc: intel-gfx
On Fri, 04 Oct 2013, Todd Previte <tprevite@gmail.com> wrote:
> - DP_TEST_LINK_PATTERN is ambiguous, rename to DP_TEST_LINK_VIDEO_PATTERN to clarify
> - Added DP_TEST_LINK_FAUX_PATTERN to support automated testing of Fast AUX
>
> Signed-off-by: Todd Previte <tprevite@gmail.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
> ---
> include/drm/drm_dp_helper.h | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/include/drm/drm_dp_helper.h b/include/drm/drm_dp_helper.h
> index ae8dbfb..34c8202 100644
> --- a/include/drm/drm_dp_helper.h
> +++ b/include/drm/drm_dp_helper.h
> @@ -266,9 +266,10 @@
>
> #define DP_TEST_REQUEST 0x218
> # define DP_TEST_LINK_TRAINING (1 << 0)
> -# define DP_TEST_LINK_PATTERN (1 << 1)
> +# define DP_TEST_LINK_VIDEO_PATTERN (1 << 1)
> # define DP_TEST_LINK_EDID_READ (1 << 2)
> # define DP_TEST_LINK_PHY_TEST_PATTERN (1 << 3) /* DPCD >= 1.1 */
> +# define DP_TEST_LINK_FAUX_PATTERN (1 << 4) /* DPCD >= 1.2 */
>
> #define DP_TEST_LINK_RATE 0x219
> # define DP_LINK_RATE_162 (0x6)
> --
> 1.8.1.2
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel
--
Jani Nikula, Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] drm/dp: Clarify automated test constant and add constant for FAUX test pattern
2013-10-07 8:05 ` Jani Nikula
@ 2013-12-17 19:32 ` Jesse Barnes
0 siblings, 0 replies; 3+ messages in thread
From: Jesse Barnes @ 2013-12-17 19:32 UTC (permalink / raw)
To: Jani Nikula; +Cc: intel-gfx, dri-devel
On Mon, 07 Oct 2013 11:05:57 +0300
Jani Nikula <jani.nikula@linux.intel.com> wrote:
> On Fri, 04 Oct 2013, Todd Previte <tprevite@gmail.com> wrote:
> > - DP_TEST_LINK_PATTERN is ambiguous, rename to DP_TEST_LINK_VIDEO_PATTERN to clarify
> > - Added DP_TEST_LINK_FAUX_PATTERN to support automated testing of Fast AUX
> >
> > Signed-off-by: Todd Previte <tprevite@gmail.com>
>
> Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Did this ever go in?
--
Jesse Barnes, Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-12-17 19:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-04 19:59 [PATCH] drm/dp: Clarify automated test constant and add constant for FAUX test pattern Todd Previte
2013-10-07 8:05 ` Jani Nikula
2013-12-17 19:32 ` Jesse Barnes
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).