Home
last modified time | relevance | path

Searched refs:dcn30_mpc (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_mpc.c51 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_is_dwb_idle()
67 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_set_dwb_mux()
77 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_disable_dwb_mux()
90 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_set_out_rate_control()
110 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_get_ogam_current()
144 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_power_on_ogam_lut()
154 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_configure_ogam_lut()
167 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_ogam_get_reg_field()
200 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_program_luta()
233 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_program_lutb()
[all …]
DMakefile28 dcn30_dccg.o dcn30_hwseq.o dcn30_mpc.o dcn30_vpg.o \
Ddcn30_mpc.h33 container_of(mpc_base, struct dcn30_mpc, base)
592 struct dcn30_mpc { struct
603 void dcn30_mpc_construct(struct dcn30_mpc *mpc30, argument
Ddcn30_resource.c975 struct dcn30_mpc *mpc30 = kzalloc(sizeof(struct dcn30_mpc), in dcn30_mpc_create()