Lines Matching refs:hubp
43 struct hubp *hubp, in hubp201_program_surface_config() argument
52 hubp1_dcc_control(hubp, dcc->enable, dcc->independent_64b_blks); in hubp201_program_surface_config()
53 hubp1_program_tiling(hubp, tiling_info, format); in hubp201_program_surface_config()
54 hubp1_program_size(hubp, format, plane_size, dcc); in hubp201_program_surface_config()
55 hubp1_program_pixel_format(hubp, format); in hubp201_program_surface_config()
59 struct hubp *hubp, in hubp201_program_deadline() argument
63 hubp1_program_deadline(hubp, dlg_attr, ttu_attr); in hubp201_program_deadline()
66 static void hubp201_program_requestor(struct hubp *hubp, in hubp201_program_requestor() argument
69 struct dcn201_hubp *hubp201 = TO_DCN201_HUBP(hubp); in hubp201_program_requestor()
96 struct hubp *hubp, in hubp201_setup() argument
102 hubp2_vready_at_or_After_vsync(hubp, pipe_dest); in hubp201_setup()
103 hubp201_program_requestor(hubp, rq_regs); in hubp201_setup()
104 hubp201_program_deadline(hubp, dlg_attr, ttu_attr); in hubp201_setup()