Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dce/
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 …]
/linux/drivers/gpu/drm/amd/display/dc/dcn301/
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 …]
/linux/drivers/gpu/drm/amd/display/dc/dcn31/
A Ddcn31_panel_cntl.c83 cmd.panel_cntl.data.bl_pwm_cntl = panel_cntl->stored_backlight_registers.BL_PWM_CNTL; in dcn31_panel_cntl_hw_init()
84 cmd.panel_cntl.data.bl_pwm_period_cntl = panel_cntl->stored_backlight_registers.BL_PWM_PERIOD_CNTL; in dcn31_panel_cntl_hw_init()
86 panel_cntl->stored_backlight_registers.LVTMA_PWRSEQ_REF_DIV_BL_PWM_REF_DIV; in dcn31_panel_cntl_hw_init()
88 panel_cntl->stored_backlight_registers.PANEL_PWRSEQ_REF_DIV2; in dcn31_panel_cntl_hw_init()
92 panel_cntl->stored_backlight_registers.BL_PWM_CNTL = cmd.panel_cntl.data.bl_pwm_cntl; in dcn31_panel_cntl_hw_init()
93 panel_cntl->stored_backlight_registers.BL_PWM_CNTL2 = 0; /* unused */ in dcn31_panel_cntl_hw_init()
95 panel_cntl->stored_backlight_registers.LVTMA_PWRSEQ_REF_DIV_BL_PWM_REF_DIV = in dcn31_panel_cntl_hw_init()
97 panel_cntl->stored_backlight_registers.PANEL_PWRSEQ_REF_DIV2 = in dcn31_panel_cntl_hw_init()
151 panel_cntl->stored_backlight_registers.BL_PWM_CNTL = cmd.panel_cntl.data.bl_pwm_cntl; in dcn31_store_backlight_level()
152 panel_cntl->stored_backlight_registers.BL_PWM_CNTL2 = 0; /* unused */ in dcn31_store_backlight_level()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
A Dpanel_cntl.h69 struct panel_cntl_backlight_registers stored_backlight_registers; member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn31/
A Ddcn31_hwseq.c228 user_level = link->panel_cntl->stored_backlight_registers.USER_LEVEL; in dcn31_init_hw()
/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
A Dlink_edp_panel_control.c535 link->panel_cntl->stored_backlight_registers.USER_LEVEL = backlight_pwm_u16_16; in edp_set_backlight_level()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
A Ddcn30_hwseq.c769 user_level = link->panel_cntl->stored_backlight_registers.USER_LEVEL; in dcn30_init_hw()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
A Ddcn35_hwseq.c259 user_level = link->panel_cntl->stored_backlight_registers.USER_LEVEL; in dcn35_init_hw()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
A Ddcn32_hwseq.c939 user_level = link->panel_cntl->stored_backlight_registers.USER_LEVEL; in dcn32_init_hw()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
A Ddcn401_hwseq.c393 user_level = link->panel_cntl->stored_backlight_registers.USER_LEVEL; in dcn401_init_hw()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
A Ddce110_hwseq.c2829 user_level = link->panel_cntl->stored_backlight_registers.USER_LEVEL; in init_hw()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
A Ddcn10_hwseq.c1651 user_level = link->panel_cntl->stored_backlight_registers.USER_LEVEL; in dcn10_init_hw()

Completed in 40 milliseconds