From: Keith Packard Date: Fri, 12 Jun 2009 05:31:31 +0000 (-0700) Subject: drm/i915: Generate 2MHz clock for display port aux channel I/O. Retry I/O. X-Git-Tag: v2.6.31-rc2~85^2~1^2~9^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb0f8fbf97e8a25074c81c629500d94cafa9e366;p=pandora-kernel.git drm/i915: Generate 2MHz clock for display port aux channel I/O. Retry I/O. The display port aux channel clock is taken from the hrawclk value, which is provided to the chip as the FSB frequency (as far as I can determine). The strapping values for that are available in the CLKCFG register, now used to select an appropriate divider to generate a 2MHz clock. In addition, the DisplayPort spec requires that each aux channel I/O be retried 'at least 3 times' in case the sink is idle when the first request comes in. Signed-off-by: Keith Packard --- Reading git-diff-tree failed