Searched defs:hubp (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/sys/dev/drm/amd/display/dc/dcn10/ |
H A D | dcn10_hubp.c | 41 void hubp1_set_blank(struct hubp *hubp, bool blank) in hubp1_set_blank() 70 static void hubp1_disconnect(struct hubp *hubp) in hubp1_disconnect() 81 static void hubp1_disable_control(struct hubp *hubp, bool disable_hubp) in hubp1_disable_control() 90 static unsigned int hubp1_get_underflow_status(struct hubp *hubp) in hubp1_get_underflow_status() 102 static void hubp1_set_hubp_blank_en(struct hubp *hubp, bool blank) in hubp1_set_hubp_blank_en() 110 static void hubp1_vready_workaround(struct hubp *hubp, in hubp1_vready_workaround() 134 struct hubp *hubp, in hubp1_program_tiling() 156 struct hubp *hubp, in hubp1_program_size() 196 struct hubp *hubp, in hubp1_program_rotation() 229 struct hubp *hubp, in hubp1_program_pixel_format() [all …]
|
H A D | dcn10_hw_sequencer.c | 128 struct hubp *hubp = pool->hubps[i]; in dcn10_log_hubp_states() local 536 struct hubp *hubp = dc->res_pool->hubps[0]; in undo_DEGVIDCN10_253_wa() local 556 struct hubp *hubp = dc->res_pool->hubps[0]; in apply_DEGVIDCN10_253_wa() local 759 struct hubp *hubp ; in dcn10_hw_wa_force_recovery() local 861 struct hubp *hubp = pipe_ctx->plane_res.hubp; in hwss1_plane_atomic_disconnect() local 912 struct hubp *hubp = pipe_ctx->plane_res.hubp; in plane_atomic_disable() local 1025 struct hubp *hubp = dc->res_pool->hubps[i]; in dcn10_init_hw() local 1575 static void dcn10_program_pte_vm(struct dce_hwseq *hws, struct hubp *hubp) in dcn10_program_pte_vm() 1908 struct hubp *hubp = pipe_ctx->plane_res.hubp; in dcn10_update_mpcc() local 2009 struct hubp *hubp = pipe_ctx->plane_res.hubp; in update_dchubp_dpp() local [all …]
|
H A D | dcn10_hubp.h | 30 #define TO_DCN10_HUBP(hubp)\ argument
|
/dflybsd-src/sys/dev/drm/amd/display/dc/inc/hw/ |
H A D | hubp.h | 45 struct hubp { struct 46 const struct hubp_funcs *funcs; argument 60 struct hubp *hubp, argument
|
/dflybsd-src/sys/dev/drm/amd/display/dc/inc/ |
H A D | core_types.h | 199 struct hubp *hubp; member
|