Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_hwseq.c110 struct abm **abms = dc->res_pool->multiple_abms; in dcn31_init_hw() local
258 if (abms[i] != NULL) in dcn31_init_hw()
259 abms[i]->funcs->abm_init(abms[i], backlight); in dcn31_init_hw()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_hwseq.c438 struct abm **abms = dc->res_pool->multiple_abms; in dcn30_init_hw() local
610 if (abms[i] != NULL) in dcn30_init_hw()
611 abms[i]->funcs->abm_init(abms[i], backlight); in dcn30_init_hw()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_hwseq.c803 struct abm **abms = dc->res_pool->multiple_abms; in dcn32_init_hw() local
949 if (abms[i] != NULL && abms[i]->funcs != NULL) in dcn32_init_hw()
950 abms[i]->funcs->abm_init(abms[i], backlight); in dcn32_init_hw()