Home
last modified time | relevance | path

Searched refs:unbounded_req (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h420 uint32_t unbounded_req : 1; member
490 bool unbounded_req; member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1514 new_pipe->update_flags.bits.unbounded_req = 1; in dcn20_detect_pipe_changes()
1655 if (old_pipe->unbounded_req != new_pipe->unbounded_req) in dcn20_detect_pipe_changes()
1656 new_pipe->update_flags.bits.unbounded_req = 1; in dcn20_detect_pipe_changes()
1707 if (pipe_ctx->update_flags.bits.unbounded_req && hubp->funcs->set_unbounded_requesting) in dcn20_update_dchubp_dpp()
1708 hubp->funcs->set_unbounded_requesting(hubp, pipe_ctx->unbounded_req); in dcn20_update_dchubp_dpp()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c2986 bool unbounded_req = params->hubp_set_unbounded_requesting_params.unbounded_req; in hwss_hubp_set_unbounded_requesting() local
2989 hubp->funcs->set_unbounded_requesting(hubp, unbounded_req); in hwss_hubp_set_unbounded_requesting()
3841 bool unbounded_req) in hwss_add_hubp_set_unbounded_requesting() argument
3846 …s[*seq_state->num_steps].params.hubp_set_unbounded_requesting_params.unbounded_req = unbounded_req; in hwss_add_hubp_set_unbounded_requesting()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c2795 new_pipe->update_flags.bits.unbounded_req = 1; in dcn401_detect_pipe_changes()
2936 if (old_pipe->unbounded_req != new_pipe->unbounded_req) in dcn401_detect_pipe_changes()
2937 new_pipe->update_flags.bits.unbounded_req = 1; in dcn401_detect_pipe_changes()
3619 if (pipe_ctx->update_flags.bits.unbounded_req && hubp->funcs->set_unbounded_requesting) in dcn401_update_dchubp_dpp_sequence()
3620 hwss_add_hubp_set_unbounded_requesting(seq_state, hubp, pipe_ctx->unbounded_req); in dcn401_update_dchubp_dpp_sequence()
/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h658 bool unbounded_req; member
1931 bool unbounded_req);