Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/drm/amd/display/amdgpu_dm/
Damdgpu_dm.h608 struct dml2_soc_bb *bb_from_dmub; member
Damdgpu_dm.c1976 if (adev->dm.bb_from_dmub) in amdgpu_dm_init()
1977 init_data.bb_from_dmub = adev->dm.bb_from_dmub; in amdgpu_dm_init()
1979 init_data.bb_from_dmub = NULL; in amdgpu_dm_init()
2543 adev->dm.bb_from_dmub = dm_dmub_get_vbios_bounding_box(adev); in dm_dmub_sw_init()
2576 if (adev->dm.bb_from_dmub == (void *) da->cpu_ptr) { in dm_sw_fini()
2580 adev->dm.bb_from_dmub = NULL; in dm_sw_fini()
/openbsd/src/sys/dev/pci/drm/amd/display/dc/
Ddc.h1124 struct dml2_soc_bb *bb_from_dmub; member
/openbsd/src/sys/dev/pci/drm/amd/display/dc/core/
Damdgpu_dc.c1017 if (init_params->bb_from_dmub) in dc_construct()
1018 dc->dml2_options.bb_from_dmub = init_params->bb_from_dmub; in dc_construct()
1020 dc->dml2_options.bb_from_dmub = NULL; in dc_construct()