Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dce/
H A 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()
H A Ddmub_hw_lock_mgr.h35 struct dmub_hw_lock_inst_flags *inst_flags);
/linux/drivers/gpu/drm/amd/display/dc/link/accessories/
H A Dlink_dp_cts.c821 struct dmub_hw_lock_inst_flags inst_flags = { 0 }; in dp_set_test_pattern() local
824 inst_flags.dig_inst = pipe_ctx->stream_res.tg->inst; in dp_set_test_pattern()
829 &inst_flags); in dp_set_test_pattern()
869 struct dmub_hw_lock_inst_flags inst_flags = { 0 }; in dp_set_test_pattern() local
872 inst_flags.dig_inst = pipe_ctx->stream_res.tg->inst; in dp_set_test_pattern()
877 &inst_flags); in dp_set_test_pattern()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c3910 struct dmub_hw_lock_inst_flags inst_flags = { 0 }; in commit_planes_for_stream() local
3913 inst_flags.dig_inst = top_pipe_to_program->stream_res.tg->inst; in commit_planes_for_stream()
3918 &inst_flags); in commit_planes_for_stream()
4154 struct dmub_hw_lock_inst_flags inst_flags = { 0 }; in commit_planes_for_stream() local
4157 inst_flags.dig_inst = top_pipe_to_program->stream_res.tg->inst; in commit_planes_for_stream()
4162 &inst_flags); in commit_planes_for_stream()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c2037 struct dmub_hw_lock_inst_flags inst_flags = { 0 }; in dcn10_cursor_lock() local
2040 inst_flags.opp_inst = pipe->stream_res.opp->inst; in dcn10_cursor_lock()
2045 &inst_flags); in dcn10_cursor_lock()
/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h4125 struct dmub_hw_lock_inst_flags inst_flags; member