Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dce/
Ddmub_hw_lock_mgr.c34 struct dmub_hw_lock_inst_flags *inst_flags) in dmub_hw_lock_mgr_cmd() argument
45 memcpy(&cmd.lock_hw.lock_hw_data.inst_flags, inst_flags, sizeof(struct dmub_hw_lock_inst_flags)); in dmub_hw_lock_mgr_cmd()
Ddmub_hw_lock_mgr.h35 struct dmub_hw_lock_inst_flags *inst_flags);
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/core/
Ddc.c3271 struct dmub_hw_lock_inst_flags inst_flags = { 0 }; in commit_planes_for_stream() local
3274 inst_flags.dig_inst = top_pipe_to_program->stream_res.tg->inst; in commit_planes_for_stream()
3279 &inst_flags); in commit_planes_for_stream()
3513 struct dmub_hw_lock_inst_flags inst_flags = { 0 }; in commit_planes_for_stream() local
3516 inst_flags.dig_inst = top_pipe_to_program->stream_res.tg->inst; in commit_planes_for_stream()
3521 &inst_flags); in commit_planes_for_stream()
Ddc_link_dp.c6295 struct dmub_hw_lock_inst_flags inst_flags = { 0 }; in dc_link_dp_set_test_pattern() local
6298 inst_flags.dig_inst = pipe_ctx->stream_res.tg->inst; in dc_link_dp_set_test_pattern()
6303 &inst_flags); in dc_link_dp_set_test_pattern()
6339 struct dmub_hw_lock_inst_flags inst_flags = { 0 }; in dc_link_dp_set_test_pattern() local
6342 inst_flags.dig_inst = pipe_ctx->stream_res.tg->inst; in dc_link_dp_set_test_pattern()
6347 &inst_flags); in dc_link_dp_set_test_pattern()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c1261 struct dmub_hw_lock_inst_flags inst_flags = { 0 }; in dcn20_pipe_control_lock() local
1264 inst_flags.otg_inst = pipe->stream_res.tg->inst; in dcn20_pipe_control_lock()
1272 &inst_flags); in dcn20_pipe_control_lock()
/Linux-v6.1/drivers/gpu/drm/amd/display/dmub/inc/
Ddmub_cmd.h2423 struct dmub_hw_lock_inst_flags inst_flags; member
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c1957 struct dmub_hw_lock_inst_flags inst_flags = { 0 }; in dcn10_cursor_lock() local
1960 inst_flags.opp_inst = pipe->stream_res.opp->inst; in dcn10_cursor_lock()
1965 &inst_flags); in dcn10_cursor_lock()