Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_helper.c240 ctx->dmub_srv->reg_helper_offload.gather_in_progress) in generic_reg_update_ex()
271 ctx->dmub_srv->reg_helper_offload.gather_in_progress) { in generic_reg_set_ex()
440 ctx->dmub_srv->reg_helper_offload.gather_in_progress) { in generic_reg_wait()
498 ctx->dmub_srv->reg_helper_offload.gather_in_progress) { in generic_read_indirect_reg()
641 ASSERT(!offload->gather_in_progress); in reg_sequence_start_gather()
643 offload->gather_in_progress = true; in reg_sequence_start_gather()
656 if (offload && offload->gather_in_progress) { in reg_sequence_start_execute()
657 offload->gather_in_progress = false; in reg_sequence_start_execute()
H A Ddc_dmub_srv.h40 bool gather_in_progress; member
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c10915 ctx->dmub_srv->reg_helper_offload.gather_in_progress && in dm_read_reg_func()