Home
last modified time | relevance | path

Searched refs:validate_bandwidth (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h99 bool (*validate_bandwidth)( member
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce100/
Ddce100_resource.c805 .validate_bandwidth = dce100_validate_bandwidth,
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce120/
Ddce120_resource.c722 .validate_bandwidth = dce112_validate_bandwidth,
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce80/
Ddce80_resource.c783 .validate_bandwidth = dce80_validate_bandwidth,
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_resource.c1037 .validate_bandwidth = dce110_validate_bandwidth,
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce112/
Ddce112_resource.c923 .validate_bandwidth = dce112_validate_bandwidth,
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_resource.c1081 .validate_bandwidth = dcn_validate_bandwidth,
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c2041 if (!dc->res_pool->funcs->validate_bandwidth(dc, new_ctx)) in dc_validate_global_state()