Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn31/
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()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_hwseq.c431 struct abm **abms = dc->res_pool->multiple_abms; in dcn30_init_hw() local
579 if (abms[i] != NULL) in dcn30_init_hw()
580 abms[i]->funcs->abm_init(abms[i], backlight); in dcn30_init_hw()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn32/
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()