Searched refs:validate_bandwidth (Results 1 – 25 of 27) sorted by relevance
12
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/ |
D | core_types.h | 85 bool (*validate_bandwidth)( member
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dce100/ |
D | dce100_resource.c | 975 .validate_bandwidth = dce100_validate_bandwidth,
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dce120/ |
D | dce120_resource.c | 908 .validate_bandwidth = dce112_validate_bandwidth,
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn201/ |
D | dcn201_resource.c | 1073 .validate_bandwidth = dcn20_validate_bandwidth,
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dce112/ |
D | dce112_resource.c | 1055 .validate_bandwidth = dce112_validate_bandwidth,
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dce60/ |
D | dce60_resource.c | 934 .validate_bandwidth = dce60_validate_bandwidth,
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dce80/ |
D | dce80_resource.c | 940 .validate_bandwidth = dce80_validate_bandwidth,
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dce110/ |
D | dce110_resource.c | 1237 .validate_bandwidth = dce110_validate_bandwidth,
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn302/ |
D | dcn302_resource.c | 1138 .validate_bandwidth = dcn30_validate_bandwidth,
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn10/ |
D | dcn10_resource.c | 1282 .validate_bandwidth = dcn10_validate_bandwidth,
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn303/ |
D | dcn303_resource.c | 1083 .validate_bandwidth = dcn30_validate_bandwidth,
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/core/ |
D | dc.c | 3026 if (!dc->res_pool->funcs->validate_bandwidth(dc, dsc_validate_context, true)) { in copy_stream_update_to_stream() 3242 if (!dc->res_pool->funcs->validate_bandwidth(dc, context, false)) { in update_planes_and_stream_state() 4311 if (dc->res_pool->funcs->validate_bandwidth(dc, minimal_transition_context, false)) { in create_minimal_transition_state() 4825 if (!dc->res_pool->funcs->validate_bandwidth(dc, context, false)) { in update_planes_and_stream_v1()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn301/ |
D | dcn301_resource.c | 1389 .validate_bandwidth = dcn30_validate_bandwidth,
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn21/ |
D | dcn21_resource.c | 1369 .validate_bandwidth = dcn21_validate_bandwidth,
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn316/ |
D | dcn316_resource.c | 1706 .validate_bandwidth = dcn31_validate_bandwidth,
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn314/ |
D | dcn314_resource.c | 1763 .validate_bandwidth = dcn314_validate_bandwidth,
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn321/ |
D | dcn321_resource.c | 1608 .validate_bandwidth = dcn32_validate_bandwidth,
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn351/ |
D | dcn351_resource.c | 1743 .validate_bandwidth = dcn351_validate_bandwidth,
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn315/ |
D | dcn315_resource.c | 1826 .validate_bandwidth = dcn31_validate_bandwidth,
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn31/ |
D | dcn31_resource.c | 1829 .validate_bandwidth = dcn31_validate_bandwidth,
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn35/ |
D | dcn35_resource.c | 1764 .validate_bandwidth = dcn35_validate_bandwidth,
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn401/ |
D | dcn401_resource.c | 1696 .validate_bandwidth = dcn401_validate_bandwidth,
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn30/ |
D | dcn30_resource.c | 2237 .validate_bandwidth = dcn30_validate_bandwidth,
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn20/ |
D | dcn20_resource.c | 2251 .validate_bandwidth = dcn20_validate_bandwidth,
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn32/ |
D | dcn32_resource.c | 2046 .validate_bandwidth = dcn32_validate_bandwidth,
|
12