Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/mpc/dcn401/
H A Ddcn401_mpc.c45 struct dcn401_mpc *mpc401 = TO_DCN401_MPC(mpc); in mpc401_update_3dlut_fast_load_select()
52 struct dcn401_mpc *mpc401 = TO_DCN401_MPC(mpc); in mpc401_set_movable_cm_location()
74 struct dcn401_mpc *mpc401 = TO_DCN401_MPC(mpc); in get3dlut_config()
232 struct dcn401_mpc *mpc401 = TO_DCN401_MPC(mpc); in mpc401_program_lut_mode()
274 struct dcn401_mpc *mpc401 = TO_DCN401_MPC(mpc); in mpc401_program_lut_read_write_control()
298 struct dcn401_mpc *mpc401 = TO_DCN401_MPC(mpc); in mpc_program_gamut_remap()
416 struct dcn401_mpc *mpc401 = TO_DCN401_MPC(mpc); in mpc401_set_gamut_remap()
468 struct dcn401_mpc *mpc401 = TO_DCN401_MPC(mpc); in mpc_read_gamut_remap()
611 void dcn401_mpc_construct(struct dcn401_mpc *mpc401, in dcn401_mpc_construct()
H A Ddcn401_mpc.h32 container_of(mpc_base, struct dcn401_mpc, base)
189 struct dcn401_mpc { struct
199 void dcn401_mpc_construct(struct dcn401_mpc *mpc401, argument
/linux/drivers/gpu/drm/amd/display/dc/mpc/
H A DMakefile66 MPC_DCN401 = dcn401_mpc.o
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn401/
H A Ddcn401_resource.c979 struct dcn401_mpc *mpc401 = kzalloc_obj(struct dcn401_mpc); in dcn401_mpc_create()