Home
last modified time | relevance | path

Searched refs:hubp (Results 1 – 13 of 13) sorted by relevance

/openbsd/src/sys/dev/pci/drm/amd/display/dc/inc/hw/
Dhubp.h101 struct hubp { struct
141 struct hubp *hubp,
148 struct hubp *hubp,
152 void (*dcc_control)(struct hubp *hubp, bool enable,
156 struct hubp *hubp,
161 struct hubp *hubp,
166 struct hubp *hubp,
172 struct hubp *hubp,
176 struct hubp *hubp,
180 struct hubp *hubp,
[all …]
/openbsd/src/sys/dev/pci/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer_debug.c135 struct hubp *hubp = pool->hubps[i]; in dcn10_get_hubp_states() local
136 struct dcn_hubp_state *s = &(TO_DCN10_HUBP(hubp)->state); in dcn10_get_hubp_states()
138 hubp->funcs->hubp_read_state(hubp); in dcn10_get_hubp_states()
145 hubp->inst, in dcn10_get_hubp_states()
164 hubp->inst, in dcn10_get_hubp_states()
511 struct hubp *hubp = pool->hubps[i]; in dcn10_clear_hubp_underflow() local
512 struct dcn_hubp_state *s = &(TO_DCN10_HUBP(hubp)->state); in dcn10_clear_hubp_underflow()
514 hubp->funcs->hubp_read_state(hubp); in dcn10_clear_hubp_underflow()
517 hubp->funcs->hubp_clear_underflow(hubp); in dcn10_clear_hubp_underflow()
/openbsd/src/sys/dev/pci/drm/amd/display/dc/
Ddc_dmub_srv.c413 fams_pipe_data->pipe_index[pipe_idx++] = head_pipe->plane_res.hubp->inst; in dc_dmub_srv_populate_fams_pipe_info()
418 fams_pipe_data->pipe_index[pipe_idx++] = split_pipe->plane_res.hubp->inst; in dc_dmub_srv_populate_fams_pipe_info()
834 …>pipe_config.subvp_data.phantom_split_pipe_index = phantom_pipe->bottom_pipe->plane_res.hubp->inst; in populate_subvp_cmd_pipe_info()
836 …ipe_config.subvp_data.phantom_split_pipe_index = phantom_pipe->next_odm_pipe->plane_res.hubp->inst; in populate_subvp_cmd_pipe_info()
1063 struct hubp *hubp = pipe_ctx->plane_res.hubp; in dc_build_cursor_update_payload0() local
1066 if (!dc_get_edp_link_panel_inst(hubp->ctx->dc, in dc_build_cursor_update_payload0()
1073 payload->cursor_rect.x = hubp->cur_rect.x; in dc_build_cursor_update_payload0()
1074 payload->cursor_rect.y = hubp->cur_rect.y; in dc_build_cursor_update_payload0()
1076 payload->cursor_rect.width = hubp->cur_rect.w; in dc_build_cursor_update_payload0()
1077 payload->cursor_rect.height = hubp->cur_rect.h; in dc_build_cursor_update_payload0()
[all …]
/openbsd/src/sys/dev/pci/drm/amd/display/dc/core/
Ddc_stream.c351 (!pipe_ctx->plane_res.mi && !pipe_ctx->plane_res.hubp) || in program_cursor_position()
445 pipe_ctx->plane_res.hubp->mpcc_id); in dc_stream_program_cursor_position()
744 struct hubp *hubp; in dc_stream_set_dynamic_metadata() local
764 hubp = pipe_ctx->plane_res.hubp; in dc_stream_set_dynamic_metadata()
765 if (hubp == NULL) in dc_stream_set_dynamic_metadata()
774 if (hubp->funcs->dmdata_set_attributes != NULL && in dc_stream_set_dynamic_metadata()
776 hubp->funcs->dmdata_set_attributes(hubp, attr); in dc_stream_set_dynamic_metadata()
Ddc_surface.c76 if (pipe_ctx->plane_state == plane_state && pipe_ctx->plane_res.hubp) in dc_plane_get_pipe_mask()
77 pipe_mask |= 1 << pipe_ctx->plane_res.hubp->inst; in dc_plane_get_pipe_mask()
Ddc_hw_sequencer.c703 …ce[*num_steps].params.power_on_mpc_mem_pwr_params.mpcc_id = current_mpc_pipe->plane_res.hubp->inst; in hwss_build_fast_sequence()
1067 struct hubp *hubp; in hwss_wait_for_outstanding_hw_updates() local
1080 hubp = pipe_ctx->plane_res.hubp; in hwss_wait_for_outstanding_hw_updates()
1081 if (!hubp) in hwss_wait_for_outstanding_hw_updates()
1084 mpcc_inst = hubp->inst; in hwss_wait_for_outstanding_hw_updates()
Damdgpu_dc.c2214 mpcc_id = res_ctx->pipe_ctx[pipe_idx].plane_res.hubp->inst; in dc_acquire_release_mpc_3dlut()
3913 pipe_ctx->plane_res.hubp->inst); in commit_planes_for_stream()
3981 cur_pipe->plane_res.hubp->funcs->validate_dml_output( in commit_planes_for_stream()
3982 cur_pipe->plane_res.hubp, dc->ctx, in commit_planes_for_stream()
5412 struct hubp *hubp; in blank_and_force_memclk() local
5427 hubp = pipe->plane_res.hubp; in blank_and_force_memclk()
5428 hubp->funcs->set_blank_regs(hubp, true); in blank_and_force_memclk()
5442 hubp = pipe->plane_res.hubp; in blank_and_force_memclk()
5443 hubp->funcs->set_blank_regs(hubp, false); in blank_and_force_memclk()
Ddc_resource.c2488 split_pipe->plane_res.hubp = pool->hubps[i]; in acquire_first_split_pipe()
3474 pipe_ctx->plane_res.hubp = pool->hubps[id_src[i]]; in acquire_resource_from_hw_enabled_state()
3613 pipe_ctx->plane_res.hubp = pool->hubps[pipe_idx]; in acquire_otg_master_pipe_for_stream()
5156 sec_pipe->plane_res.hubp = pool->hubps[pipe_idx]; in dc_resource_acquire_secondary_pipe_for_mpc_odm_legacy()
/openbsd/src/sys/dev/pci/drm/amd/display/dc/inc/
Dcore_types.h231 struct hubp *hubps[MAX_PIPES];
362 struct hubp *hubp; member
/openbsd/src/sys/arch/arm64/conf/
DMakefile.arm6458 -I$S/dev/pci/drm/amd/display/dc/hubp \
/openbsd/src/sys/arch/powerpc64/conf/
DMakefile.powerpc6458 -I$S/dev/pci/drm/amd/display/dc/hubp \
/openbsd/src/sys/dev/pci/drm/
Dfiles.drm1242 file dev/pci/drm/amd/display/dc/hubp/dcn10/dcn10_hubp.c amdgpu & bios
1243 file dev/pci/drm/amd/display/dc/hubp/dcn20/dcn20_hubp.c amdgpu & bios
1244 file dev/pci/drm/amd/display/dc/hubp/dcn201/dcn201_hubp.c amdgpu & bios
1245 file dev/pci/drm/amd/display/dc/hubp/dcn21/dcn21_hubp.c amdgpu & bios
1246 file dev/pci/drm/amd/display/dc/hubp/dcn30/dcn30_hubp.c amdgpu & bios
1247 file dev/pci/drm/amd/display/dc/hubp/dcn31/dcn31_hubp.c amdgpu & bios
1248 file dev/pci/drm/amd/display/dc/hubp/dcn32/dcn32_hubp.c amdgpu & bios
1249 file dev/pci/drm/amd/display/dc/hubp/dcn35/dcn35_hubp.c amdgpu & bios
1250 file dev/pci/drm/amd/display/dc/hubp/dcn401/dcn401_hubp.c amdgpu & bios
/openbsd/src/sys/arch/amd64/conf/
DMakefile.amd6458 -I$S/dev/pci/drm/amd/display/dc/hubp \