/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/ |
amdgpu_dcn10_hw_sequencer_debug.c | 139 struct hubp *hubp = pool->hubps[i]; local in function:dcn10_get_hubp_states 140 struct dcn_hubp_state *s = &(TO_DCN10_HUBP(hubp)->state); 142 hubp->funcs->hubp_read_state(hubp); 149 hubp->inst, 168 hubp->inst, 515 struct hubp *hubp = pool->hubps[i]; local in function:dcn10_clear_hubp_underflow 516 struct dcn_hubp_state *s = &(TO_DCN10_HUBP(hubp)->state) [all...] |
amdgpu_dcn10_hw_sequencer.c | 166 "HUBP: format addr_hi width height rot mir sw_mode dcc_en blank_en clock_en ttu_dis underflow min_ttu_vblank qos_low_wm qos_high_wm\n"); 168 struct hubp *hubp = pool->hubps[i]; local in function:dcn10_log_hubp_states 169 struct dcn_hubp_state *s = &(TO_DCN10_HUBP(hubp)->state); 171 hubp->funcs->hubp_read_state(hubp); 175 hubp->inst, 196 DTN_INFO("HUBP: drq_exp_m prq_exp_m mrq_exp_m crq_exp_m plane1_ba L:chunk_s min_chu_s meta_ch_s" 217 DTN_INFO("HUBP: rc_hbe dlg_vbe min_d_y_n rc_per_ht rc_x_a_s " 253 DTN_INFO("HUBP: qos_ll_wm qos_lh_wm mn_ttu_vb qos_l_flp rc_rd_p_l rc_rd_l rc_rd_p_c 468 struct hubp *hubp = pipe_ctx->plane_res.hubp; local in function:dcn10_did_underflow_occur 662 struct hubp *hubp = dc->res_pool->hubps[0]; local in function:undo_DEGVIDCN10_253_wa 682 struct hubp *hubp = dc->res_pool->hubps[0]; local in function:apply_DEGVIDCN10_253_wa 930 struct hubp *hubp ; local in function:dcn10_hw_wa_force_recovery 1033 struct hubp *hubp = pipe_ctx->plane_res.hubp; local in function:dcn10_plane_atomic_disconnect 1086 struct hubp *hubp = pipe_ctx->plane_res.hubp; local in function:dcn10_plane_atomic_disable 1185 struct hubp *hubp = dc->res_pool->hubps[i]; local in function:dcn10_init_pipes 2139 struct hubp *hubp = pipe_ctx->plane_res.hubp; local in function:dcn10_update_mpcc 2239 struct hubp *hubp = pipe_ctx->plane_res.hubp; local in function:dcn10_update_dchubp_dpp 2864 struct hubp *hubp = get_hubp_by_inst(res_pool, mpcc_inst); local in function:dcn10_wait_for_mpcc_disconnect 2949 struct hubp *hubp = pipe_ctx->plane_res.hubp; local in function:dcn10_set_cursor_position [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/ |
amdgpu_dc_stream.c | 349 (!pipe_ctx->plane_res.mi && !pipe_ctx->plane_res.hubp) || 606 /* Stream not found, by default we'll assume HUBP fetched dm data */ 618 struct hubp *hubp; local in function:dc_stream_set_dynamic_metadata 638 hubp = pipe_ctx->plane_res.hubp; 639 if (hubp == NULL) 646 if (hubp->funcs->dmdata_set_attributes != NULL && 648 hubp->funcs->dmdata_set_attributes(hubp, attr) [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/ |
hubp.h | 1 /* $NetBSD: hubp.h,v 1.2 2021/12/18 23:45:05 riastradh Exp $ */ 55 struct hubp { struct 90 struct hubp *hubp, 97 struct hubp *hubp, 101 void (*dcc_control)(struct hubp *hubp, bool enable, 105 struct hubp *hubp, [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/ |
amdgpu_dcn20_hwseq.c | 45 #include "hubp.h" 181 if (pipe_ctx && pipe_ctx->plane_res.hubp->funcs->hubp_set_flip_control_surface_gsl) 182 pipe_ctx->plane_res.hubp->funcs->hubp_set_flip_control_surface_gsl( 183 pipe_ctx->plane_res.hubp, flip_immediate); 268 if (pipe_ctx->plane_res.hubp && pipe_ctx->plane_res.hubp->funcs) { 269 pipe_ctx->plane_res.hubp->funcs->hubp_enable_tripleBuffer( 270 pipe_ctx->plane_res.hubp, 562 struct hubp *hubp = pipe_ctx->plane_res.hubp local in function:dcn20_plane_atomic_disable 1316 struct hubp *hubp = pipe_ctx->plane_res.hubp; local in function:dcn20_update_dchubp_dpp 1649 struct hubp *hubp = pipe->plane_res.hubp; local in function:dcn20_program_front_end_for_ctx 1816 struct hubp *hubp = pipe_ctx->plane_res.hubp; local in function:dcn20_dmdata_status_done 1856 struct hubp *hubp = pipe_ctx->plane_res.hubp; local in function:dcn20_set_dmdata_attributes 2141 struct hubp *hubp = pipe_ctx->plane_res.hubp; local in function:dcn20_update_mpcc 2266 struct hubp *hubp = pipe_ctx->plane_res.hubp; local in function:dcn20_program_dmdata_engine 2353 struct hubp *hubp = dc->res_pool->hubps[i]; local in function:dcn20_fpga_init_hw [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/ |
core_types.h | 37 #include "hubp.h" 162 struct hubp *hubps[MAX_PIPES]; 249 struct hubp *hubp; member in struct:plane_resource
|