[PATCH 2/4] drm/i915: Enable DisplayPort audio
Zhenyu Wang
zhenyuw at linux.intel.com
Sun Sep 19 00:57:30 PDT 2010
On 2010.09.19 08:43:30 +0100, Chris Wilson wrote:
> Move the switch and register check into a separate function, so
> the main detect body becomes:
> if (HAS_PCH_SPLIT(dev))
> status = ironlake_dp_detect(connector);
> else
> status = g4x_dp_detect(connector);
> if (status != connector_status_connected)
> return status;
>
ok, will do that.
thanks.
--
Open Source Technology Center, Intel ltd.
$gpg --keyserver wwwkeys.pgp.net --recv-keys 4D781827
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20100919/83d0a75e/attachment.pgp>
More information about the dri-devel
mailing list