Searched refs:atom_mc_reg_table (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_atombios.h | 111 struct atom_mc_reg_table { struct 179 struct atom_mc_reg_table *reg_table);
|
H A D | amdgpu_atombios.c | 1419 struct atom_mc_reg_table *reg_table) in amdgpu_atombios_init_mc_reg_table() 1427 memset(reg_table, 0, sizeof(struct atom_mc_reg_table)); in amdgpu_atombios_init_mc_reg_table()
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | btc_dpm.c | 1988 static int btc_copy_vbios_mc_reg_table(struct atom_mc_reg_table *table, in btc_copy_vbios_mc_reg_table() 2018 struct atom_mc_reg_table *table; in btc_initialize_mc_reg_table() 2023 table = kzalloc(sizeof(struct atom_mc_reg_table), GFP_KERNEL); in btc_initialize_mc_reg_table()
|
H A D | radeon_mode.h | 626 struct atom_mc_reg_table { struct
|
H A D | ni_dpm.c | 2848 static int ni_copy_vbios_mc_reg_table(struct atom_mc_reg_table *table, in ni_copy_vbios_mc_reg_table() 2878 struct atom_mc_reg_table *table; in ni_initialize_mc_reg_table() 2882 table = kzalloc(sizeof(struct atom_mc_reg_table), GFP_KERNEL); in ni_initialize_mc_reg_table()
|
H A D | ci_dpm.c | 4468 static int ci_copy_vbios_mc_reg_table(const struct atom_mc_reg_table *table, in ci_copy_vbios_mc_reg_table() 4588 struct atom_mc_reg_table *table; in ci_initialize_mc_reg_table() 4593 table = kzalloc(sizeof(struct atom_mc_reg_table), GFP_KERNEL); in ci_initialize_mc_reg_table()
|
H A D | si_dpm.c | 5486 static int si_copy_vbios_mc_reg_table(struct atom_mc_reg_table *table, in si_copy_vbios_mc_reg_table() 5516 struct atom_mc_reg_table *table; in si_initialize_mc_reg_table() 5521 table = kzalloc(sizeof(struct atom_mc_reg_table), GFP_KERNEL); in si_initialize_mc_reg_table()
|
H A D | radeon_atombios.c | 3989 struct atom_mc_reg_table *reg_table) in radeon_atom_init_mc_reg_table() 3997 memset(reg_table, 0, sizeof(struct atom_mc_reg_table)); in radeon_atom_init_mc_reg_table()
|
H A D | radeon.h | 346 struct atom_mc_reg_table *reg_table);
|
/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/ |
H A D | si_dpm.c | 5979 static int si_copy_vbios_mc_reg_table(struct atom_mc_reg_table *table, in si_copy_vbios_mc_reg_table() 6009 struct atom_mc_reg_table *table; in si_initialize_mc_reg_table() 6014 table = kzalloc(sizeof(struct atom_mc_reg_table), GFP_KERNEL); in si_initialize_mc_reg_table()
|