Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_panel_cntl.c103 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 …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_panel_cntl.c82 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()
87 panel_cntl->stored_backlight_registers.PANEL_PWRSEQ_REF_DIV2; in dcn31_panel_cntl_hw_init()
91 panel_cntl->stored_backlight_registers.BL_PWM_CNTL = cmd.panel_cntl.data.bl_pwm_cntl; in dcn31_panel_cntl_hw_init()
92 panel_cntl->stored_backlight_registers.BL_PWM_CNTL2 = 0; /* unused */ in dcn31_panel_cntl_hw_init()
94 panel_cntl->stored_backlight_registers.LVTMA_PWRSEQ_REF_DIV_BL_PWM_REF_DIV = in dcn31_panel_cntl_hw_init()
96 panel_cntl->stored_backlight_registers.PANEL_PWRSEQ_REF_DIV2 = in dcn31_panel_cntl_hw_init()
137 panel_cntl->stored_backlight_registers.BL_PWM_CNTL = cmd.panel_cntl.data.bl_pwm_cntl; in dcn31_store_backlight_level()
138 panel_cntl->stored_backlight_registers.BL_PWM_CNTL2 = 0; /* unused */ in dcn31_store_backlight_level()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/
H A Ddcn301_panel_cntl.c109 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 …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dpanel_cntl.h68 struct panel_cntl_backlight_registers stored_backlight_registers; member