Subversion Repositories Kolibri OS

Rev

Rev 5078 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5078 Rev 6104
Line 922... Line 922...
922
		return NULL;
922
		return NULL;
Line 923... Line 923...
923
 
923
 
924
	i2c->rec = *rec;
924
	i2c->rec = *rec;
925
	i2c->adapter.owner = THIS_MODULE;
925
	i2c->adapter.owner = THIS_MODULE;
-
 
926
	i2c->adapter.class = I2C_CLASS_DDC;
926
	i2c->adapter.class = I2C_CLASS_DDC;
927
	i2c->adapter.dev.parent = &dev->pdev->dev;
927
	i2c->dev = dev;
928
	i2c->dev = dev;
928
	i2c_set_adapdata(&i2c->adapter, i2c);
929
	i2c_set_adapdata(&i2c->adapter, i2c);
929
	mutex_init(&i2c->mutex);
930
	mutex_init(&i2c->mutex);
930
	if (rec->mm_i2c ||
931
	if (rec->mm_i2c ||
Line 1045... Line 1046...
1045
		}
1046
		}
1046
	}
1047
	}
1047
	return NULL;
1048
	return NULL;
1048
}
1049
}
Line 1049... Line -...
1049
 
-
 
1050
struct drm_encoder *radeon_best_encoder(struct drm_connector *connector)
-
 
1051
{
-
 
1052
	return NULL;
-
 
1053
}
-
 
1054
 
1050
 
1055
void radeon_i2c_get_byte(struct radeon_i2c_chan *i2c_bus,
1051
void radeon_i2c_get_byte(struct radeon_i2c_chan *i2c_bus,
1056
			    u8 slave_addr,
1052
			 u8 slave_addr,
1057
			    u8 addr,
1053
			 u8 addr,
1058
			    u8 *val)
1054
			 u8 *val)