[Intel-gfx] [PATCH 2/2] drm/i915: Un-magic a DPCD register write

Eric Anholt eric at anholt.net
Mon Apr 12 19:08:45 CEST 2010


On Mon,  5 Apr 2010 17:58:00 -0400, Adam Jackson <ajax at redhat.com> wrote:
> Signed-off-by: Adam Jackson <ajax at redhat.com>
> ---
>  drivers/gpu/drm/i915/intel_dp.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c
> index a21f810..e7d789c 100644
> --- a/drivers/gpu/drm/i915/intel_dp.c
> +++ b/drivers/gpu/drm/i915/intel_dp.c
> @@ -989,7 +989,7 @@ intel_dp_link_train(struct intel_output *intel_output, uint32_t DP,
>  	int tries;
>  
>  	/* Write the link configuration data */
> -	intel_dp_aux_native_write(intel_output, 0x100,
> +	intel_dp_aux_native_write(intel_output, DP_LINK_BW_SET,
>  				  link_configuration, DP_LINK_CONFIGURATION_SIZE);
>  
>  	DP |= DP_PORT_EN;


Applied this series.  Thanks!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/intel-gfx/attachments/20100412/db0c1fb6/attachment.sig>


More information about the Intel-gfx mailing list