[Intel-gfx] [PATCH 1/5] drm/i915: Don't claim that we're resetting PCH ADPA register

Jani Nikula jani.nikula at linux.intel.com
Fri Oct 17 10:50:43 CEST 2014


On Thu, 16 Oct 2014, ville.syrjala at linux.intel.com wrote:
> From: Ville Syrjälä <ville.syrjala at linux.intel.com>
>
> intel_crt_reset() resets the ADPA register on all gen5+ platforms.
> However the debug message claims it's touching the PCH ADPA register
> which is clearly not what it does on VLV. Drop the PCH part from
> the debug message.
>
> Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>

Reviewed-by: Jani Nikula <jani.nikula at intel.com>


> ---
>  drivers/gpu/drm/i915/intel_crt.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/intel_crt.c b/drivers/gpu/drm/i915/intel_crt.c
> index dacaad5..a9af9a4 100644
> --- a/drivers/gpu/drm/i915/intel_crt.c
> +++ b/drivers/gpu/drm/i915/intel_crt.c
> @@ -775,7 +775,7 @@ static void intel_crt_reset(struct drm_connector *connector)
>  		I915_WRITE(crt->adpa_reg, adpa);
>  		POSTING_READ(crt->adpa_reg);
>  
> -		DRM_DEBUG_KMS("pch crt adpa set to 0x%x\n", adpa);
> +		DRM_DEBUG_KMS("crt adpa set to 0x%x\n", adpa);
>  		crt->force_hotplug_required = 1;
>  	}
>  
> -- 
> 2.0.4
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx

-- 
Jani Nikula, Intel Open Source Technology Center



More information about the Intel-gfx mailing list