Home
last modified time | relevance | path

Searched refs:update_bw_bounding_box (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h149 void (*update_bw_bounding_box)( member
/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_resource.c1272 static void update_bw_bounding_box(struct dc *dc, struct clk_bw_params *bw_params) in update_bw_bounding_box() function
1432 .update_bw_bounding_box = update_bw_bounding_box
/drivers/gpu/drm/amd/display/dc/core/
Ddc.c697 if (dc->res_pool->funcs->update_bw_bounding_box) in construct()
698 dc->res_pool->funcs->update_bw_bounding_box(dc, dc->clk_mgr->bw_params); in construct()