[Intel-gfx] [PATCH 1/2] Give up on edid retries when i2c tells us that bus is not there

Keith Packard keithp at keithp.com
Mon Oct 17 22:41:12 CEST 2011


On Mon, 17 Oct 2011 11:12:29 -0200, Eugeni Dodonov <eugeni.dodonov at intel.com> wrote:

> +		if (ret == -ENXIO) {
> +			DRM_DEBUG_KMS("drm: skipping non-existent adapter %s\n",
> +					adapter->name);
> +			break;
> +		}

This seems good to me; are there additional error values which should
also be considered fatal and not subject to retry?

Reviewed-by: Keith Packard <keithp at keithp.com>

-keith
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/intel-gfx/attachments/20111017/645b97c2/attachment.sig>


More information about the Intel-gfx mailing list