Searched refs:to_amdgpu_device (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ras_eeprom.c | 152 #define to_amdgpu_device(x) ((container_of(x, struct amdgpu_ras, eeprom_control))->adev) macro 263 struct amdgpu_device *adev = to_amdgpu_device(control); in __write_table_header() 318 struct amdgpu_device *adev = to_amdgpu_device(control); in __write_table_ras_info() 411 struct amdgpu_device *adev = to_amdgpu_device(control); in amdgpu_ras_set_eeprom_table_version() 434 struct amdgpu_device *adev = to_amdgpu_device(control); in amdgpu_ras_eeprom_reset_table() 591 struct amdgpu_device *adev = to_amdgpu_device(control); in __amdgpu_ras_eeprom_write() 624 struct amdgpu_ras *con = amdgpu_ras_get_context(to_amdgpu_device(control)); in amdgpu_ras_eeprom_append_table() 625 struct amdgpu_device *adev = to_amdgpu_device(control); in amdgpu_ras_eeprom_append_table() 742 struct amdgpu_device *adev = to_amdgpu_device(control); in amdgpu_ras_eeprom_update_header() 851 struct amdgpu_device *adev = to_amdgpu_device(control); in amdgpu_ras_eeprom_append() [all …]
|
H A D | amdgpu_vram_mgr.c | 50 to_amdgpu_device(struct amdgpu_vram_mgr *mgr) in to_amdgpu_device() function 298 struct amdgpu_device *adev = to_amdgpu_device(mgr); in amdgpu_vram_mgr_do_reserve() 454 struct amdgpu_device *adev = to_amdgpu_device(mgr); in amdgpu_vram_mgr_new() 642 struct amdgpu_device *adev = to_amdgpu_device(mgr); in amdgpu_vram_mgr_del()
|
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/ |
H A D | smu_v14_0_2_ppt.c | 57 #define to_amdgpu_device(x) (container_of(x, struct amdgpu_device, pm.smu_i2c)) macro
|
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
H A D | smu_v13_0_7_ppt.c | 60 #define to_amdgpu_device(x) (container_of(x, struct amdgpu_device, pm.smu_i2c)) macro
|
H A D | smu_v13_0_0_ppt.c | 60 #define to_amdgpu_device(x) (container_of(x, struct amdgpu_device, pm.smu_i2c)) macro
|
H A D | smu_v13_0_6_ppt.c | 73 #define to_amdgpu_device(x) (container_of(x, struct amdgpu_device, pm.smu_i2c)) macro
|