Home
last modified time | relevance | path

Searched refs:mem_pwr_ctrl (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddio.h14 void (*mem_pwr_ctrl)(struct dio *dio, bool enable_i2c_light_sleep); member
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn10/
H A Ddcn10_dio.c31 .mem_pwr_ctrl = dcn10_dio_mem_pwr_ctrl,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn201/
H A Ddcn201_hwseq.c365 if (dc->res_pool->dio && dc->res_pool->dio->funcs->mem_pwr_ctrl) in dcn201_init_hw()
366 dc->res_pool->dio->funcs->mem_pwr_ctrl(dc->res_pool->dio, false); in dcn201_init_hw()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c326 if (dc->res_pool->dio && dc->res_pool->dio->funcs->mem_pwr_ctrl) in dcn401_init_hw()
327 dc->res_pool->dio->funcs->mem_pwr_ctrl(dc->res_pool->dio, false); in dcn401_init_hw()