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

/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddmub_hw_lock_mgr.h35 struct dmub_hw_lock_inst_flags *inst_flags);
H A Ddmub_hw_lock_mgr.c34 struct dmub_hw_lock_inst_flags *inst_flags)
45 memcpy(&cmd.lock_hw.lock_hw_data.inst_flags, inst_flags, sizeof(struct dmub_hw_lock_inst_flags));
31 dmub_hw_lock_mgr_cmd(struct dc_dmub_srv *dmub_srv, bool lock, union dmub_hw_lock_flags *hw_locks, struct dmub_hw_lock_inst_flags *inst_flags) argument
/linux-master/drivers/gpu/drm/amd/display/dc/link/accessories/
H A Dlink_dp_cts.c810 struct dmub_hw_lock_inst_flags inst_flags = { 0 }; local
813 inst_flags.dig_inst = pipe_ctx->stream_res.tg->inst;
818 &inst_flags);
858 struct dmub_hw_lock_inst_flags inst_flags = { 0 }; local
861 inst_flags.dig_inst = pipe_ctx->stream_res.tg->inst;
866 &inst_flags);
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c3679 struct dmub_hw_lock_inst_flags inst_flags = { 0 }; local
3682 inst_flags.dig_inst = top_pipe_to_program->stream_res.tg->inst;
3687 &inst_flags);
3898 struct dmub_hw_lock_inst_flags inst_flags = { 0 }; local
3901 inst_flags.dig_inst = top_pipe_to_program->stream_res.tg->inst;
3906 &inst_flags);
/linux-master/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h3466 struct dmub_hw_lock_inst_flags inst_flags; member in struct:dmub_cmd_lock_hw_data
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c2035 struct dmub_hw_lock_inst_flags inst_flags = { 0 }; local
2038 inst_flags.opp_inst = pipe->stream_res.opp->inst;
2043 &inst_flags);
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1453 struct dmub_hw_lock_inst_flags inst_flags = { 0 }; local
1456 inst_flags.otg_inst = pipe->stream_res.tg->inst;
1464 &inst_flags);

Completed in 197 milliseconds