Home
last modified time | relevance | path

Searched refs:program_lut_mode (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dmpc.h1097 void (*program_lut_mode)(struct mpc *mpc, const enum MCM_LUT_ID id, const enum MCM_LUT_XABLE xable, member
1128 void (*program_lut_mode)(struct mpc *mpc, const enum MCM_LUT_XABLE xable, member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c453 if (mpc->funcs->program_lut_mode) in dcn401_populate_mcm_luts()
454 …mpc->funcs->program_lut_mode(mpc, MCM_LUT_1DLUT, lut1d_xable && m_lut_params.pwl, lut_bank_a, mpcc… in dcn401_populate_mcm_luts()
472 if (mpc->funcs->program_lut_mode) in dcn401_populate_mcm_luts()
473 mpc->funcs->program_lut_mode(mpc, MCM_LUT_SHAPER, MCM_LUT_ENABLE, lut_bank_a, mpcc_id); in dcn401_populate_mcm_luts()
488 if (mpc->funcs->program_lut_mode) in dcn401_populate_mcm_luts()
489 mpc->funcs->program_lut_mode(mpc, MCM_LUT_3DLUT, lut3d_xable, lut_bank_a, in dcn401_populate_mcm_luts()
513 if (mpc->funcs->program_lut_mode) in dcn401_populate_mcm_luts()
514 mpc->funcs->program_lut_mode(mpc, MCM_LUT_3DLUT, lut3d_xable, lut_bank_a, mpcc_id); in dcn401_populate_mcm_luts()
599 if (mpc->funcs->program_lut_mode) { in dcn401_populate_mcm_luts()
600 mpc->funcs->program_lut_mode(mpc, MCM_LUT_SHAPER, MCM_LUT_DISABLE, lut_bank_a, mpcc_id); in dcn401_populate_mcm_luts()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/mpc/dcn401/
H A Ddcn401_mpc.c607 .program_lut_mode = mpc401_program_lut_mode,