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.c3766 struct dmub_hw_lock_inst_flags inst_flags = { 0 }; local
3769 inst_flags.dig_inst = top_pipe_to_program->stream_res.tg->inst;
3774 &inst_flags);
3985 struct dmub_hw_lock_inst_flags inst_flags = { 0 }; local
3988 inst_flags.dig_inst = top_pipe_to_program->stream_res.tg->inst;
3993 &inst_flags);
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c2047 struct dmub_hw_lock_inst_flags inst_flags = { 0 }; local
2050 inst_flags.opp_inst = pipe->stream_res.opp->inst;
2055 &inst_flags);
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1440 struct dmub_hw_lock_inst_flags inst_flags = { 0 }; local
1443 inst_flags.otg_inst = pipe->stream_res.tg->inst;
1451 &inst_flags);
/linux-master/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h3567 struct dmub_hw_lock_inst_flags inst_flags; member in struct:dmub_cmd_lock_hw_data

Completed in 266 milliseconds