Home
last modified time | relevance | path

Searched refs:dmub_hw_control_lock (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c2183 if (dc->hwss.dmub_hw_control_lock) in dc_commit_state_no_check()
2184 dc->hwss.dmub_hw_control_lock(dc, context, true); in dc_commit_state_no_check()
2260 if (dc->hwss.dmub_hw_control_lock) in dc_commit_state_no_check()
2261 dc->hwss.dmub_hw_control_lock(dc, context, false); in dc_commit_state_no_check()
4291 if (dc->hwss.dmub_hw_control_lock) in commit_planes_for_stream()
4292 dc->hwss.dmub_hw_control_lock(dc, context, true); in commit_planes_for_stream()
4299 if (dc->hwss.dmub_hw_control_lock) in commit_planes_for_stream()
4300 dc->hwss.dmub_hw_control_lock(dc, context, true); in commit_planes_for_stream()
4343 if (dc->hwss.dmub_hw_control_lock) in commit_planes_for_stream()
4344 dc->hwss.dmub_hw_control_lock(dc, context, false); in commit_planes_for_stream()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h1253 void (*dmub_hw_control_lock)(struct dc *dc, member