Home
last modified time | relevance | path

Searched refs:bb_from_dmub (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_wrapper.h241 struct dml2_soc_bb *bb_from_dmub; member
/linux-6.15/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.h628 struct dml2_soc_bb *bb_from_dmub; member
H A Damdgpu_dm.c2075 if (adev->dm.bb_from_dmub) in amdgpu_dm_init()
2076 init_data.bb_from_dmub = adev->dm.bb_from_dmub; in amdgpu_dm_init()
2078 init_data.bb_from_dmub = NULL; in amdgpu_dm_init()
2650 adev->dm.bb_from_dmub = dm_dmub_get_vbios_bounding_box(adev); in dm_dmub_sw_init()
2683 if (adev->dm.bb_from_dmub == (void *) da->cpu_ptr) { in dm_sw_fini()
2687 adev->dm.bb_from_dmub = NULL; in dm_sw_fini()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/
H A Ddml21_translation_helper.c24 if (config->bb_from_dmub) in dml21_init_socbb_params()
25 soc_bb = config->bb_from_dmub; in dml21_init_socbb_params()
/linux-6.15/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1147 struct dml2_soc_bb *bb_from_dmub; member
/linux-6.15/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1064 if (init_params->bb_from_dmub) in dc_construct()
1065 dc->dml2_options.bb_from_dmub = init_params->bb_from_dmub; in dc_construct()
1067 dc->dml2_options.bb_from_dmub = NULL; in dc_construct()