Home
last modified time | relevance | path

Searched refs:gather_in_progress (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Damdgpu_dc_helper.c56 gather = ctx->dmub_srv->reg_helper_offload.gather_in_progress; in submit_dmub_read_modify_write()
57 ctx->dmub_srv->reg_helper_offload.gather_in_progress = false; in submit_dmub_read_modify_write()
61 ctx->dmub_srv->reg_helper_offload.gather_in_progress = gather; in submit_dmub_read_modify_write()
79 gather = ctx->dmub_srv->reg_helper_offload.gather_in_progress; in submit_dmub_burst_write()
80 ctx->dmub_srv->reg_helper_offload.gather_in_progress = false; in submit_dmub_burst_write()
84 ctx->dmub_srv->reg_helper_offload.gather_in_progress = gather; in submit_dmub_burst_write()
98 gather = ctx->dmub_srv->reg_helper_offload.gather_in_progress; in submit_dmub_reg_wait()
99 ctx->dmub_srv->reg_helper_offload.gather_in_progress = false; in submit_dmub_reg_wait()
106 ctx->dmub_srv->reg_helper_offload.gather_in_progress = gather; in submit_dmub_reg_wait()
265 ctx->dmub_srv->reg_helper_offload.gather_in_progress) in generic_reg_update_ex()
[all …]
H A Ddc_dmub_srv.h38 bool gather_in_progress; member