Searched refs:stored_backlight_registers (Results 1 – 2 of 2) sorted by relevance
112 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 …]
65 struct panel_cntl_backlight_registers stored_backlight_registers; member