Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_panel_cntl.c112 if (panel_cntl->stored_backlight_registers.BL_PWM_CNTL != 0) { in dce_panel_cntl_hw_init()
114 panel_cntl->stored_backlight_registers.BL_PWM_CNTL); in dce_panel_cntl_hw_init()
116 panel_cntl->stored_backlight_registers.BL_PWM_CNTL2); in dce_panel_cntl_hw_init()
118 panel_cntl->stored_backlight_registers.BL_PWM_PERIOD_CNTL); in dce_panel_cntl_hw_init()
121 panel_cntl->stored_backlight_registers.LVTMA_PWRSEQ_REF_DIV_BL_PWM_REF_DIV); in dce_panel_cntl_hw_init()
130 panel_cntl->stored_backlight_registers.BL_PWM_CNTL = in dce_panel_cntl_hw_init()
132 panel_cntl->stored_backlight_registers.BL_PWM_CNTL2 = in dce_panel_cntl_hw_init()
134 panel_cntl->stored_backlight_registers.BL_PWM_PERIOD_CNTL = in dce_panel_cntl_hw_init()
138 &panel_cntl->stored_backlight_registers.LVTMA_PWRSEQ_REF_DIV_BL_PWM_REF_DIV); in dce_panel_cntl_hw_init()
189 panel_cntl->stored_backlight_registers.BL_PWM_CNTL = in dce_store_backlight_level()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dpanel_cntl.h65 struct panel_cntl_backlight_registers stored_backlight_registers; member