Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_hwseq.c110 struct abm **abms = dc->res_pool->multiple_abms; in dcn31_init_hw() local
231 if (abms[i] != NULL) in dcn31_init_hw()
232 abms[i]->funcs->abm_init(abms[i], backlight); in dcn31_init_hw()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_hwseq.c435 struct abm **abms = dc->res_pool->multiple_abms; in dcn30_init_hw() local
583 if (abms[i] != NULL) in dcn30_init_hw()
584 abms[i]->funcs->abm_init(abms[i], backlight); in dcn30_init_hw()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_hwseq.c766 struct abm **abms = dc->res_pool->multiple_abms; in dcn32_init_hw() local
932 if (abms[i] != NULL && abms[i]->funcs != NULL) in dcn32_init_hw()
933 abms[i]->funcs->abm_init(abms[i], backlight); in dcn32_init_hw()