Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1406 dc->hwss.post_unlock_program_front_end(dc, dangling_context); in disable_dangling_plane()
1415 dc->hwss.post_unlock_program_front_end(dc, dangling_context); in disable_dangling_plane()
2203 dc->hwss.post_unlock_program_front_end(dc, context); in dc_commit_state_no_check()
2253 dc->hwss.post_unlock_program_front_end(dc, context); in dc_commit_state_no_check()
2276 dc->hwss.post_unlock_program_front_end(dc, context); in dc_commit_state_no_check()
4330 dc->hwss.post_unlock_program_front_end(dc, context); in commit_planes_for_stream()
4560 dc->hwss.post_unlock_program_front_end(dc, context); in commit_planes_for_stream()
/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h1018 void (*post_unlock_program_front_end)(struct dc *dc, member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c3373 .post_unlock_program_front_end = dce110_post_unlock_program_front_end,