radeon.h (eaa778aff0f19c35e9380c2bc5513b5b60ce01a6) | radeon.h (58653abdd22427f2b4f2ec9930cadcbeb8832a73) |
---|---|
1/* 2 * Copyright 2008 Advanced Micro Devices, Inc. 3 * Copyright 2008 Red Hat Inc. 4 * Copyright 2009 Jerome Glisse. 5 * 6 * Permission is hereby granted, free of charge, to any person obtaining a 7 * copy of this software and associated documentation files (the "Software"), 8 * to deal in the Software without restriction, including without limitation --- 230 unchanged lines hidden (view full) --- 239 u16 *true_voltage); 240int radeon_atom_get_min_voltage(struct radeon_device *rdev, 241 u8 voltage_type, u16 *min_voltage); 242int radeon_atom_get_max_voltage(struct radeon_device *rdev, 243 u8 voltage_type, u16 *max_voltage); 244int radeon_atom_get_voltage_table(struct radeon_device *rdev, 245 u8 voltage_type, 246 struct atom_voltage_table *voltage_table); | 1/* 2 * Copyright 2008 Advanced Micro Devices, Inc. 3 * Copyright 2008 Red Hat Inc. 4 * Copyright 2009 Jerome Glisse. 5 * 6 * Permission is hereby granted, free of charge, to any person obtaining a 7 * copy of this software and associated documentation files (the "Software"), 8 * to deal in the Software without restriction, including without limitation --- 230 unchanged lines hidden (view full) --- 239 u16 *true_voltage); 240int radeon_atom_get_min_voltage(struct radeon_device *rdev, 241 u8 voltage_type, u16 *min_voltage); 242int radeon_atom_get_max_voltage(struct radeon_device *rdev, 243 u8 voltage_type, u16 *max_voltage); 244int radeon_atom_get_voltage_table(struct radeon_device *rdev, 245 u8 voltage_type, 246 struct atom_voltage_table *voltage_table); |
247bool radeon_atom_is_voltage_gpio(struct radeon_device *rdev, u8 voltage_type); | 247bool radeon_atom_is_voltage_gpio(struct radeon_device *rdev, 248 u8 voltage_type, u8 voltage_mode); |
248void radeon_atom_update_memory_dll(struct radeon_device *rdev, 249 u32 mem_clock); 250void radeon_atom_set_ac_timing(struct radeon_device *rdev, 251 u32 mem_clock); 252int radeon_atom_init_mc_reg_table(struct radeon_device *rdev, 253 u8 module_index, 254 struct atom_mc_reg_table *reg_table); 255int radeon_atom_get_memory_info(struct radeon_device *rdev, --- 2232 unchanged lines hidden --- | 249void radeon_atom_update_memory_dll(struct radeon_device *rdev, 250 u32 mem_clock); 251void radeon_atom_set_ac_timing(struct radeon_device *rdev, 252 u32 mem_clock); 253int radeon_atom_init_mc_reg_table(struct radeon_device *rdev, 254 u8 module_index, 255 struct atom_mc_reg_table *reg_table); 256int radeon_atom_get_memory_info(struct radeon_device *rdev, --- 2232 unchanged lines hidden --- |