Searched refs:atom_mc_reg_table (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/gpu/drm/radeon/ |
H A D | btc_dpm.c | 1960 static int btc_copy_vbios_mc_reg_table(struct atom_mc_reg_table *table, in btc_copy_vbios_mc_reg_table() 1990 struct atom_mc_reg_table *table; in btc_initialize_mc_reg_table() 1995 table = kzalloc(sizeof(struct atom_mc_reg_table), GFP_KERNEL); in btc_initialize_mc_reg_table()
|
H A D | radeon_mode.h | 628 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 | 4463 static int ci_copy_vbios_mc_reg_table(const struct atom_mc_reg_table *table, in ci_copy_vbios_mc_reg_table() 4583 struct atom_mc_reg_table *table; in ci_initialize_mc_reg_table() 4588 table = kzalloc(sizeof(struct atom_mc_reg_table), GFP_KERNEL); in ci_initialize_mc_reg_table()
|
H A D | si_dpm.c | 5442 static int si_copy_vbios_mc_reg_table(struct atom_mc_reg_table *table, in si_copy_vbios_mc_reg_table() 5472 struct atom_mc_reg_table *table; in si_initialize_mc_reg_table() 5477 table = kzalloc(sizeof(struct atom_mc_reg_table), GFP_KERNEL); in si_initialize_mc_reg_table()
|
H A D | radeon_atombios.c | 3985 struct atom_mc_reg_table *reg_table) in radeon_atom_init_mc_reg_table() 3993 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);
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_atombios.c | 1434 struct atom_mc_reg_table *reg_table) in amdgpu_atombios_init_mc_reg_table() 1442 memset(reg_table, 0, sizeof(struct atom_mc_reg_table)); in amdgpu_atombios_init_mc_reg_table()
|
/linux/drivers/gpu/drm/amd/pm/legacy-dpm/ |
H A D | si_dpm.c | 5977 static int si_copy_vbios_mc_reg_table(struct atom_mc_reg_table *table, in si_copy_vbios_mc_reg_table() 6007 struct atom_mc_reg_table *table; in si_initialize_mc_reg_table() 6012 table = kzalloc(sizeof(struct atom_mc_reg_table), GFP_KERNEL); in si_initialize_mc_reg_table()
|