Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dmcif_wb.h79 void (*enable_mcif)(struct mcif_wb *mcif_wb); member
/linux/drivers/gpu/drm/amd/display/dc/mmhubbub/dcn32/
H A Ddcn32_mmhubbub.c216 .enable_mcif = mmhubbub2_enable_mcif,
/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_mmhubbub.c216 .enable_mcif = mmhubbub2_enable_mcif,
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c2717 if (mcif_wb->funcs->enable_mcif) in hwss_mcif_wb_enable()
2718 mcif_wb->funcs->enable_mcif(mcif_wb); in hwss_mcif_wb_enable()