Searched refs:abms (Results 1 – 5 of 5) sorted by relevance
| /drivers/gpu/drm/amd/display/dc/hwss/dcn31/ |
| A D | dcn31_hwseq.c | 111 struct abm **abms = dc->res_pool->multiple_abms; in dcn31_init_hw() local 235 if (abms[i] != NULL) in dcn31_init_hw() 236 abms[i]->funcs->abm_init(abms[i], backlight, user_level); in dcn31_init_hw()
|
| /drivers/gpu/drm/amd/display/dc/hwss/dcn30/ |
| A D | dcn30_hwseq.c | 639 struct abm **abms = dc->res_pool->multiple_abms; in dcn30_init_hw() local 790 if (abms[i] != NULL) in dcn30_init_hw() 791 abms[i]->funcs->abm_init(abms[i], backlight, user_level); in dcn30_init_hw()
|
| /drivers/gpu/drm/amd/display/dc/hwss/dcn35/ |
| A D | dcn35_hwseq.c | 132 struct abm **abms = dc->res_pool->multiple_abms; in dcn35_init_hw() local 260 if (abms[i] != NULL && abms[i]->funcs != NULL) in dcn35_init_hw() 261 abms[i]->funcs->abm_init(abms[i], backlight, user_level); in dcn35_init_hw()
|
| /drivers/gpu/drm/amd/display/dc/hwss/dcn32/ |
| A D | dcn32_hwseq.c | 778 struct abm **abms = dc->res_pool->multiple_abms; in dcn32_init_hw() local 947 if (abms[i] != NULL && abms[i]->funcs != NULL) in dcn32_init_hw() 948 abms[i]->funcs->abm_init(abms[i], backlight, user_level); in dcn32_init_hw()
|
| /drivers/gpu/drm/amd/display/dc/hwss/dcn401/ |
| A D | dcn401_hwseq.c | 134 struct abm **abms = dc->res_pool->multiple_abms; in dcn401_init_hw() local 311 if (abms[i] != NULL && abms[i]->funcs != NULL) in dcn401_init_hw() 312 abms[i]->funcs->abm_init(abms[i], backlight, user_level); in dcn401_init_hw()
|
Completed in 18 milliseconds