[Intel-gfx] [PATCH] drm/i915: Implement Displayport automated testing

Jani Nikula jani.nikula at linux.intel.com
Fri Oct 4 13:49:40 CEST 2013


On Fri, 04 Oct 2013, Todd Previte <tprevite at gmail.com> wrote:
> diff --git a/include/drm/drm_dp_helper.h b/include/drm/drm_dp_helper.h
> index ae8dbfb..9fa544b 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_TEST_PATTERN	    (1 << 4) /* DPCD >= 1.2 */
>  
>  #define DP_TEST_LINK_RATE		    0x219
>  # define DP_LINK_RATE_162		    (0x6)

This hunk needs to be a separate patch, and sent to dri-devel.

Jani.



-- 
Jani Nikula, Intel Open Source Technology Center



More information about the Intel-gfx mailing list