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/hwss/dcn401/
H A Ddcn401_hwseq.c523 if (mpc->funcs->program_lut_mode) in dcn401_populate_mcm_luts()
524 mpc->funcs->program_lut_mode(mpc, MCM_LUT_1DLUT, lut1d_xable, lut_bank_a, mpcc_id); in dcn401_populate_mcm_luts()
543 if (mpc->funcs->program_lut_mode) in dcn401_populate_mcm_luts()
544 mpc->funcs->program_lut_mode(mpc, MCM_LUT_SHAPER, shaper_xable, lut_bank_a, mpcc_id); in dcn401_populate_mcm_luts()
557 if (mpc->funcs->program_lut_mode) in dcn401_populate_mcm_luts()
558 mpc->funcs->program_lut_mode(mpc, MCM_LUT_3DLUT, lut3d_xable, lut_bank_a, in dcn401_populate_mcm_luts()
566 if (mpc->funcs->program_lut_mode) in dcn401_populate_mcm_luts()
567 mpc->funcs->program_lut_mode(mpc, MCM_LUT_3DLUT, lut3d_xable, lut_bank_a, mpcc_id); in dcn401_populate_mcm_luts()
647 if (mpc->funcs->program_lut_mode) { in dcn401_populate_mcm_luts()
648 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 Dmpc.h1040 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 Ddcn401_mpc.c624 .program_lut_mode = mpc401_program_lut_mode,