Searched refs:program_lut_mode (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/ |
H A D | dcn401_hwseq.c | 440 if (mpc->funcs->program_lut_mode) in dcn401_populate_mcm_luts() 441 …mpc->funcs->program_lut_mode(mpc, MCM_LUT_1DLUT, lut1d_xable && m_lut_params.pwl, lut_bank_a, mpcc… in dcn401_populate_mcm_luts() 460 if (mpc->funcs->program_lut_mode) in dcn401_populate_mcm_luts() 461 mpc->funcs->program_lut_mode(mpc, MCM_LUT_SHAPER, shaper_xable, lut_bank_a, mpcc_id); in dcn401_populate_mcm_luts() 474 if (mpc->funcs->program_lut_mode) in dcn401_populate_mcm_luts() 475 mpc->funcs->program_lut_mode(mpc, MCM_LUT_3DLUT, lut3d_xable, lut_bank_a, in dcn401_populate_mcm_luts() 483 if (mpc->funcs->program_lut_mode) in dcn401_populate_mcm_luts() 484 mpc->funcs->program_lut_mode(mpc, MCM_LUT_3DLUT, lut3d_xable, lut_bank_a, mpcc_id); in dcn401_populate_mcm_luts() 564 if (mpc->funcs->program_lut_mode) { in dcn401_populate_mcm_luts() 565 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/inc/hw/ |
H A D | mpc.h | 1040 void (*program_lut_mode)(struct mpc *mpc, const enum MCM_LUT_ID id, const enum MCM_LUT_XABLE xable, member
|
/linux/drivers/gpu/drm/amd/display/dc/mpc/dcn401/ |
H A D | dcn401_mpc.c | 624 .program_lut_mode = mpc401_program_lut_mode,
|