Home
last modified time | relevance | path

Searched refs:inst_flags (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c4266 struct dmub_hw_lock_inst_flags inst_flags = { 0 }; in commit_planes_for_stream() local
4269 inst_flags.dig_inst = top_pipe_to_program->stream_res.tg->inst; in commit_planes_for_stream()
4274 &inst_flags); in commit_planes_for_stream()
4535 struct dmub_hw_lock_inst_flags inst_flags = { 0 }; in commit_planes_for_stream() local
4538 inst_flags.dig_inst = top_pipe_to_program->stream_res.tg->inst; in commit_planes_for_stream()
4543 &inst_flags); in commit_planes_for_stream()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1447 struct dmub_hw_lock_inst_flags inst_flags = { 0 }; in dcn20_pipe_control_lock() local
1450 inst_flags.otg_inst = pipe->stream_res.tg->inst; in dcn20_pipe_control_lock()
1458 &inst_flags); in dcn20_pipe_control_lock()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c2251 struct dmub_hw_lock_inst_flags inst_flags = { 0 }; in dcn10_cursor_lock() local
2254 inst_flags.opp_inst = pipe->stream_res.opp->inst; in dcn10_cursor_lock()
2259 &inst_flags); in dcn10_cursor_lock()
/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h5114 struct dmub_hw_lock_inst_flags inst_flags; member