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/link/accessories/
H A Dlink_dp_cts.c882 struct dmub_hw_lock_inst_flags inst_flags = { 0 }; in dp_set_test_pattern() local
885 inst_flags.dig_inst = pipe_ctx->stream_res.tg->inst; in dp_set_test_pattern()
890 &inst_flags); in dp_set_test_pattern()
930 struct dmub_hw_lock_inst_flags inst_flags = { 0 }; in dp_set_test_pattern() local
933 inst_flags.dig_inst = pipe_ctx->stream_res.tg->inst; in dp_set_test_pattern()
938 &inst_flags); in dp_set_test_pattern()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c4182 struct dmub_hw_lock_inst_flags inst_flags = { 0 }; in commit_planes_for_stream() local
4185 inst_flags.dig_inst = top_pipe_to_program->stream_res.tg->inst; in commit_planes_for_stream()
4190 &inst_flags); in commit_planes_for_stream()
4451 struct dmub_hw_lock_inst_flags inst_flags = { 0 }; in commit_planes_for_stream() local
4454 inst_flags.dig_inst = top_pipe_to_program->stream_res.tg->inst; in commit_planes_for_stream()
4459 &inst_flags); in commit_planes_for_stream()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1462 struct dmub_hw_lock_inst_flags inst_flags = { 0 }; in dcn20_pipe_control_lock() local
1465 inst_flags.otg_inst = pipe->stream_res.tg->inst; in dcn20_pipe_control_lock()
1473 &inst_flags); in dcn20_pipe_control_lock()
/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h5086 struct dmub_hw_lock_inst_flags inst_flags; member