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.h99 void (*prepare_mcache_programming)( member
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1374 if (dc->res_pool->funcs->prepare_mcache_programming) in disable_dangling_plane()
1375 dc->res_pool->funcs->prepare_mcache_programming(dc, dangling_context); in disable_dangling_plane()
2190 if (dc->res_pool->funcs->prepare_mcache_programming) in dc_commit_state_no_check()
2191 dc->res_pool->funcs->prepare_mcache_programming(dc, context); in dc_commit_state_no_check()
4053 if (update_type != UPDATE_TYPE_FAST && dc->res_pool->funcs->prepare_mcache_programming) in commit_planes_for_stream()
4054 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.c1796 .prepare_mcache_programming = dcn401_prepare_mcache_programming,