Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h100 void (*prepare_mcache_programming)( member
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1409 if (dc->res_pool->funcs->prepare_mcache_programming) in disable_dangling_plane()
1410 dc->res_pool->funcs->prepare_mcache_programming(dc, dangling_context); in disable_dangling_plane()
2239 if (dc->res_pool->funcs->prepare_mcache_programming) in dc_commit_state_no_check()
2240 dc->res_pool->funcs->prepare_mcache_programming(dc, context); in dc_commit_state_no_check()
4199 if (update_type != UPDATE_TYPE_FAST && dc->res_pool->funcs->prepare_mcache_programming) in commit_planes_for_stream()
4200 dc->res_pool->funcs->prepare_mcache_programming(dc, context); in commit_planes_for_stream()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn401/
H A Ddcn401_resource.c1837 .prepare_mcache_programming = dcn401_prepare_mcache_programming,