Searched refs:abms (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn31/ |
| A D | dcn31_hwseq.c | 109 struct abm **abms = dc->res_pool->multiple_abms; in dcn31_init_hw() local 233 if (abms[i] != NULL) in dcn31_init_hw() 234 abms[i]->funcs->abm_init(abms[i], backlight, user_level); in dcn31_init_hw()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn30/ |
| A D | dcn30_hwseq.c | 623 struct abm **abms = dc->res_pool->multiple_abms; in dcn30_init_hw() local 774 if (abms[i] != NULL) in dcn30_init_hw() 775 abms[i]->funcs->abm_init(abms[i], backlight, user_level); in dcn30_init_hw()
|
| /linux/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 264 if (abms[i] != NULL && abms[i]->funcs != NULL) in dcn35_init_hw() 265 abms[i]->funcs->abm_init(abms[i], backlight, user_level); in dcn35_init_hw()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/ |
| A D | dcn32_hwseq.c | 775 struct abm **abms = dc->res_pool->multiple_abms; in dcn32_init_hw() local 944 if (abms[i] != NULL && abms[i]->funcs != NULL) in dcn32_init_hw() 945 abms[i]->funcs->abm_init(abms[i], backlight, user_level); in dcn32_init_hw()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/ |
| A D | dcn401_hwseq.c | 216 struct abm **abms = dc->res_pool->multiple_abms; in dcn401_init_hw() local 398 if (abms[i] != NULL && abms[i]->funcs != NULL) in dcn401_init_hw() 399 abms[i]->funcs->abm_init(abms[i], backlight, user_level); in dcn401_init_hw()
|
Completed in 20 milliseconds