Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c938 unsigned int post_T7_delay = (link->dpcd_sink_ext_caps.bits.oled ? OLED_POST_T7_DELAY : 0); in dce110_edp_backlight_control() local
1027 post_T7_delay += link->panel_config.pps.extra_post_t7_ms; in dce110_edp_backlight_control()
1028 msleep(post_T7_delay); in dce110_edp_backlight_control()