Subversion Repositories Kolibri OS

Rev

Rev 6660 | Rev 6937 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6660 Rev 6935
Line 4644... Line 4644...
4644
 * @dev_priv: i915 private structure
4644
 * @dev_priv: i915 private structure
4645
 * @port: the port to test
4645
 * @port: the port to test
4646
 *
4646
 *
4647
 * Return %true if @port is connected, %false otherwise.
4647
 * Return %true if @port is connected, %false otherwise.
4648
 */
4648
 */
4649
bool intel_digital_port_connected(struct drm_i915_private *dev_priv,
4649
static bool intel_digital_port_connected(struct drm_i915_private *dev_priv,
4650
					 struct intel_digital_port *port)
4650
					 struct intel_digital_port *port)
4651
{
4651
{
4652
	if (HAS_PCH_IBX(dev_priv))
4652
	if (HAS_PCH_IBX(dev_priv))
4653
		return ibx_digital_port_connected(dev_priv, port);
4653
		return ibx_digital_port_connected(dev_priv, port);
4654
	if (HAS_PCH_SPLIT(dev_priv))
4654
	if (HAS_PCH_SPLIT(dev_priv))