Searched refs:program_lut_mode (Results 1 – 3 of 3) sorted by relevance
| /drivers/gpu/drm/amd/display/dc/inc/hw/ |
| A D | mpc.h | 1060 void (*program_lut_mode)(struct mpc *mpc, const enum MCM_LUT_ID id, const enum MCM_LUT_XABLE xable, member 1105 void (*program_lut_mode)(struct mpc *mpc, const enum MCM_LUT_XABLE xable, member
|
| /drivers/gpu/drm/amd/display/dc/hwss/dcn401/ |
| A D | dcn401_hwseq.c | 436 if (mpc->funcs->program_lut_mode) in dcn401_populate_mcm_luts() 455 if (mpc->funcs->program_lut_mode) in dcn401_populate_mcm_luts() 456 mpc->funcs->program_lut_mode(mpc, MCM_LUT_SHAPER, MCM_LUT_ENABLE, lut_bank_a, mpcc_id); in dcn401_populate_mcm_luts() 471 if (mpc->funcs->program_lut_mode) in dcn401_populate_mcm_luts() 472 mpc->funcs->program_lut_mode(mpc, MCM_LUT_3DLUT, lut3d_xable, lut_bank_a, in dcn401_populate_mcm_luts() 496 if (mpc->funcs->program_lut_mode) in dcn401_populate_mcm_luts() 497 mpc->funcs->program_lut_mode(mpc, MCM_LUT_3DLUT, lut3d_xable, lut_bank_a, mpcc_id); in dcn401_populate_mcm_luts() 582 if (mpc->funcs->program_lut_mode) { in dcn401_populate_mcm_luts() 583 mpc->funcs->program_lut_mode(mpc, MCM_LUT_SHAPER, MCM_LUT_DISABLE, lut_bank_a, mpcc_id); in dcn401_populate_mcm_luts() 584 mpc->funcs->program_lut_mode(mpc, MCM_LUT_3DLUT, MCM_LUT_DISABLE, lut_bank_a, mpcc_id); in dcn401_populate_mcm_luts() [all …]
|
| /drivers/gpu/drm/amd/display/dc/mpc/dcn401/ |
| A D | dcn401_mpc.c | 613 .program_lut_mode = mpc401_program_lut_mode,
|
Completed in 12 milliseconds