Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_helper.c238 ctx->dmub_srv->reg_helper_offload.gather_in_progress) in generic_reg_update_ex()
268 ctx->dmub_srv->reg_helper_offload.gather_in_progress) { in generic_reg_set_ex()
437 ctx->dmub_srv->reg_helper_offload.gather_in_progress) { in generic_reg_wait()
495 ctx->dmub_srv->reg_helper_offload.gather_in_progress) { in generic_read_indirect_reg()
638 ASSERT(!offload->gather_in_progress); in reg_sequence_start_gather()
640 offload->gather_in_progress = true; in reg_sequence_start_gather()
653 if (offload && offload->gather_in_progress) { in reg_sequence_start_execute()
654 offload->gather_in_progress = false; in reg_sequence_start_execute()
H A Ddc_dmub_srv.h41 bool gather_in_progress; member
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c12734 ctx->dmub_srv->reg_helper_offload.gather_in_progress && in dm_read_reg_func()