Searched refs:stored_backlight_registers (Results 1 – 4 of 4) sorted by relevance
103 panel_cntl->stored_backlight_registers.BL_PWM_CNTL); in dce_panel_cntl_hw_init()105 panel_cntl->stored_backlight_registers.BL_PWM_CNTL2); in dce_panel_cntl_hw_init()112 panel_cntl->stored_backlight_registers.BL_PWM_CNTL = in dce_panel_cntl_hw_init()114 panel_cntl->stored_backlight_registers.BL_PWM_CNTL2 = in dce_panel_cntl_hw_init()116 panel_cntl->stored_backlight_registers.BL_PWM_PERIOD_CNTL = in dce_panel_cntl_hw_init()177 panel_cntl->stored_backlight_registers.BL_PWM_CNTL = in dce_store_backlight_level()179 panel_cntl->stored_backlight_registers.BL_PWM_CNTL2 = in dce_store_backlight_level()181 panel_cntl->stored_backlight_registers.BL_PWM_PERIOD_CNTL = in dce_store_backlight_level()281 base->stored_backlight_registers.BL_PWM_CNTL = 0; in dce_panel_cntl_construct()282 base->stored_backlight_registers.BL_PWM_CNTL2 = 0; in dce_panel_cntl_construct()[all …]
109 if (panel_cntl->stored_backlight_registers.BL_PWM_CNTL != 0) { in dcn301_panel_cntl_hw_init()111 panel_cntl->stored_backlight_registers.BL_PWM_CNTL); in dcn301_panel_cntl_hw_init()113 panel_cntl->stored_backlight_registers.BL_PWM_CNTL2); in dcn301_panel_cntl_hw_init()115 panel_cntl->stored_backlight_registers.BL_PWM_PERIOD_CNTL); in dcn301_panel_cntl_hw_init()118 panel_cntl->stored_backlight_registers.LVTMA_PWRSEQ_REF_DIV_BL_PWM_REF_DIV); in dcn301_panel_cntl_hw_init()127 panel_cntl->stored_backlight_registers.BL_PWM_CNTL = in dcn301_panel_cntl_hw_init()129 panel_cntl->stored_backlight_registers.BL_PWM_CNTL2 = in dcn301_panel_cntl_hw_init()131 panel_cntl->stored_backlight_registers.BL_PWM_PERIOD_CNTL = in dcn301_panel_cntl_hw_init()184 panel_cntl->stored_backlight_registers.BL_PWM_CNTL = in dcn301_store_backlight_level()186 panel_cntl->stored_backlight_registers.BL_PWM_CNTL2 = in dcn301_store_backlight_level()[all …]
82 cmd.panel_cntl.data.bl_pwm_cntl = panel_cntl->stored_backlight_registers.BL_PWM_CNTL; in dcn31_panel_cntl_hw_init()83 cmd.panel_cntl.data.bl_pwm_period_cntl = panel_cntl->stored_backlight_registers.BL_PWM_PERIOD_CNTL; in dcn31_panel_cntl_hw_init()85 panel_cntl->stored_backlight_registers.LVTMA_PWRSEQ_REF_DIV_BL_PWM_REF_DIV; in dcn31_panel_cntl_hw_init()90 panel_cntl->stored_backlight_registers.BL_PWM_CNTL = cmd.panel_cntl.data.bl_pwm_cntl; in dcn31_panel_cntl_hw_init()91 panel_cntl->stored_backlight_registers.BL_PWM_CNTL2 = 0; /* unused */ in dcn31_panel_cntl_hw_init()92 panel_cntl->stored_backlight_registers.BL_PWM_PERIOD_CNTL = cmd.panel_cntl.data.bl_pwm_period_cntl; in dcn31_panel_cntl_hw_init()93 panel_cntl->stored_backlight_registers.LVTMA_PWRSEQ_REF_DIV_BL_PWM_REF_DIV = in dcn31_panel_cntl_hw_init()134 panel_cntl->stored_backlight_registers.BL_PWM_CNTL = cmd.panel_cntl.data.bl_pwm_cntl; in dcn31_store_backlight_level()135 panel_cntl->stored_backlight_registers.BL_PWM_CNTL2 = 0; /* unused */ in dcn31_store_backlight_level()136 panel_cntl->stored_backlight_registers.BL_PWM_PERIOD_CNTL = cmd.panel_cntl.data.bl_pwm_period_cntl; in dcn31_store_backlight_level()[all …]
65 struct panel_cntl_backlight_registers stored_backlight_registers; member
Completed in 7 milliseconds