Home
last modified time | relevance | path

Searched refs:panel_cntl (Results 1 – 25 of 30) sorted by relevance

12

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_panel_cntl.c32 #define TO_DCN31_PANEL_CNTL(panel_cntl)\ argument
33 container_of(panel_cntl, struct dcn31_panel_cntl, base)
41 static bool dcn31_query_backlight_info(struct panel_cntl *panel_cntl, union dmub_rb_cmd *cmd) in dcn31_query_backlight_info() argument
43 struct dcn31_panel_cntl *dcn31_panel_cntl = TO_DCN31_PANEL_CNTL(panel_cntl); in dcn31_query_backlight_info()
44 struct dc_dmub_srv *dc_dmub_srv = panel_cntl->ctx->dmub_srv; in dcn31_query_backlight_info()
50 cmd->panel_cntl.header.type = DMUB_CMD__PANEL_CNTL; in dcn31_query_backlight_info()
51 cmd->panel_cntl.header.sub_type = DMUB_CMD__PANEL_CNTL_QUERY_BACKLIGHT_INFO; in dcn31_query_backlight_info()
52 cmd->panel_cntl.header.payload_bytes = sizeof(cmd->panel_cntl.data); in dcn31_query_backlight_info()
53 cmd->panel_cntl.data.inst = dcn31_panel_cntl->base.inst; in dcn31_query_backlight_info()
58 static uint32_t dcn31_get_16_bit_backlight_from_pwm(struct panel_cntl *panel_cntl) in dcn31_get_16_bit_backlight_from_pwm() argument
[all …]
Ddcn31_panel_cntl.h33 struct panel_cntl base;
Ddcn31_hwseq.c270 if (link->panel_cntl) in dcn31_init_hw()
271 backlight = link->panel_cntl->funcs->hw_init(link->panel_cntl); in dcn31_init_hw()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn301/
Ddcn301_panel_cntl.c32 #define TO_DCN301_PANEL_CNTL(panel_cntl)\ argument
33 container_of(panel_cntl, struct dcn301_panel_cntl, base)
48 static unsigned int dcn301_get_16_bit_backlight_from_pwm(struct panel_cntl *panel_cntl) in dcn301_get_16_bit_backlight_from_pwm() argument
55 struct dcn301_panel_cntl *dcn301_panel_cntl = TO_DCN301_PANEL_CNTL(panel_cntl); in dcn301_get_16_bit_backlight_from_pwm()
96 uint32_t dcn301_panel_cntl_hw_init(struct panel_cntl *panel_cntl) in dcn301_panel_cntl_hw_init() argument
98 struct dcn301_panel_cntl *dcn301_panel_cntl = TO_DCN301_PANEL_CNTL(panel_cntl); in dcn301_panel_cntl_hw_init()
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()
[all …]
Ddcn301_panel_cntl.h84 struct panel_cntl base;
91 struct dcn301_panel_cntl *panel_cntl,
Ddcn301_resource.c1095 struct panel_cntl *dcn301_panel_cntl_create(const struct panel_cntl_init_data *init_data) in dcn301_panel_cntl_create()
1097 struct dcn301_panel_cntl *panel_cntl = in dcn301_panel_cntl_create() local
1100 if (!panel_cntl) in dcn301_panel_cntl_create()
1103 dcn301_panel_cntl_construct(panel_cntl, in dcn301_panel_cntl_create()
1109 return &panel_cntl->base; in dcn301_panel_cntl_create()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dce/
Ddce_panel_cntl.c33 #define TO_DCE_PANEL_CNTL(panel_cntl)\ argument
34 container_of(panel_cntl, struct dce_panel_cntl, base)
49 static unsigned int dce_get_16_bit_backlight_from_pwm(struct panel_cntl *panel_cntl) in dce_get_16_bit_backlight_from_pwm() argument
55 struct dce_panel_cntl *dce_panel_cntl = TO_DCE_PANEL_CNTL(panel_cntl); in dce_get_16_bit_backlight_from_pwm()
89 static uint32_t dce_panel_cntl_hw_init(struct panel_cntl *panel_cntl) in dce_panel_cntl_hw_init() argument
91 struct dce_panel_cntl *dce_panel_cntl = TO_DCE_PANEL_CNTL(panel_cntl); in dce_panel_cntl_hw_init()
101 if (panel_cntl->stored_backlight_registers.BL_PWM_CNTL != 0) { in dce_panel_cntl_hw_init()
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()
107 panel_cntl->stored_backlight_registers.BL_PWM_PERIOD_CNTL); in dce_panel_cntl_hw_init()
[all …]
Ddce_panel_cntl.h116 struct panel_cntl base;
123 struct dce_panel_cntl *panel_cntl,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/inc/hw/
Dpanel_cntl.h45 void (*destroy)(struct panel_cntl **panel_cntl);
46 uint32_t (*hw_init)(struct panel_cntl *panel_cntl);
47 bool (*is_panel_backlight_on)(struct panel_cntl *panel_cntl);
48 bool (*is_panel_powered_on)(struct panel_cntl *panel_cntl);
49 void (*store_backlight_level)(struct panel_cntl *panel_cntl);
50 void (*driver_set_backlight)(struct panel_cntl *panel_cntl,
52 uint32_t (*get_current_backlight)(struct panel_cntl *panel_cntl);
60 struct panel_cntl { struct
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_hwseq.c166 struct panel_cntl *panel_cntl = pipe_ctx->stream->link->panel_cntl; in dcn21_set_abm_immediate_disable() local
175 if (abm && panel_cntl) { in dcn21_set_abm_immediate_disable()
177 panel_cntl->inst); in dcn21_set_abm_immediate_disable()
178 panel_cntl->funcs->store_backlight_level(panel_cntl); in dcn21_set_abm_immediate_disable()
186 struct panel_cntl *panel_cntl = pipe_ctx->stream->link->panel_cntl; in dcn21_set_pipe() local
194 if (abm && panel_cntl) in dcn21_set_pipe()
195 dmub_abm_set_pipe(abm, otg_inst, SET_ABM_PIPE_NORMAL, panel_cntl->inst); in dcn21_set_pipe()
206 struct panel_cntl *panel_cntl = pipe_ctx->stream->link->panel_cntl; in dcn21_set_backlight_level() local
213 if (abm && panel_cntl) in dcn21_set_backlight_level()
214 dmub_abm_set_pipe(abm, otg_inst, SET_ABM_PIPE_NORMAL, panel_cntl->inst); in dcn21_set_backlight_level()
[all …]
Ddcn21_resource.c1872 static struct panel_cntl *dcn21_panel_cntl_create(const struct panel_cntl_init_data *init_data) in dcn21_panel_cntl_create()
1874 struct dce_panel_cntl *panel_cntl = in dcn21_panel_cntl_create() local
1877 if (!panel_cntl) in dcn21_panel_cntl_create()
1880 dce_panel_cntl_construct(panel_cntl, in dcn21_panel_cntl_create()
1886 return &panel_cntl->base; in dcn21_panel_cntl_create()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c815 if (!link->panel_cntl) in dce110_edp_power_control()
818 link->panel_cntl->funcs->is_panel_powered_on(link->panel_cntl)) { in dce110_edp_power_control()
889 panel_instance = link->panel_cntl->inst; in dce110_edp_power_control()
944 if (!link->panel_cntl) in dce110_edp_wait_for_T12()
947 if (!link->panel_cntl->funcs->is_panel_powered_on(link->panel_cntl) && in dce110_edp_wait_for_T12()
983 if (link->panel_cntl) { in dce110_edp_backlight_control()
984 bool is_backlight_on = link->panel_cntl->funcs->is_panel_backlight_on(link->panel_cntl); in dce110_edp_backlight_control()
1024 panel_instance = link->panel_cntl->inst; in dce110_edp_backlight_control()
2571 if (link->panel_cntl) in init_hw()
2572 backlight = link->panel_cntl->funcs->hw_init(link->panel_cntl); in init_hw()
[all …]
Ddce110_resource.c686 static struct panel_cntl *dce110_panel_cntl_create(const struct panel_cntl_init_data *init_data) in dce110_panel_cntl_create()
688 struct dce_panel_cntl *panel_cntl = in dce110_panel_cntl_create() local
691 if (!panel_cntl) in dce110_panel_cntl_create()
694 dce_panel_cntl_construct(panel_cntl, in dce110_panel_cntl_create()
700 return &panel_cntl->base; in dce110_panel_cntl_create()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/
Ddc_link.h151 struct panel_cntl *panel_cntl; member
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dce100/
Ddce100_resource.c638 static struct panel_cntl *dce100_panel_cntl_create(const struct panel_cntl_init_data *init_data) in dce100_panel_cntl_create()
640 struct dce_panel_cntl *panel_cntl = in dce100_panel_cntl_create() local
643 if (!panel_cntl) in dce100_panel_cntl_create()
646 dce_panel_cntl_construct(panel_cntl, in dce100_panel_cntl_create()
652 return &panel_cntl->base; in dce100_panel_cntl_create()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c79 if (link->panel_cntl) in dc_link_destruct()
80 link->panel_cntl->funcs->destroy(&link->panel_cntl); in dc_link_destruct()
1521 link->panel_cntl = in dc_link_construct()
1526 if (link->panel_cntl == NULL) { in dc_link_construct()
1636 if (link->panel_cntl != NULL) in dc_link_construct()
1637 link->panel_cntl->funcs->destroy(&link->panel_cntl); in dc_link_construct()
2590 struct panel_cntl *panel_cntl = link->panel_cntl; in dc_link_get_backlight_level() local
2598 if (!fw_set_brightness && panel_cntl->funcs->get_current_backlight) in dc_link_get_backlight_level()
2599 return panel_cntl->funcs->get_current_backlight(panel_cntl); in dc_link_get_backlight_level()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dce120/
Ddce120_resource.c724 static struct panel_cntl *dce120_panel_cntl_create(const struct panel_cntl_init_data *init_data) in dce120_panel_cntl_create()
726 struct dce_panel_cntl *panel_cntl = in dce120_panel_cntl_create() local
729 if (!panel_cntl) in dce120_panel_cntl_create()
732 dce_panel_cntl_construct(panel_cntl, in dce120_panel_cntl_create()
738 return &panel_cntl->base; in dce120_panel_cntl_create()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dce60/
Ddce60_resource.c734 static struct panel_cntl *dce60_panel_cntl_create(const struct panel_cntl_init_data *init_data) in dce60_panel_cntl_create()
736 struct dce_panel_cntl *panel_cntl = in dce60_panel_cntl_create() local
739 if (!panel_cntl) in dce60_panel_cntl_create()
742 dce_panel_cntl_construct(panel_cntl, in dce60_panel_cntl_create()
748 return &panel_cntl->base; in dce60_panel_cntl_create()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dce80/
Ddce80_resource.c739 static struct panel_cntl *dce80_panel_cntl_create(const struct panel_cntl_init_data *init_data) in dce80_panel_cntl_create()
741 struct dce_panel_cntl *panel_cntl = in dce80_panel_cntl_create() local
744 if (!panel_cntl) in dce80_panel_cntl_create()
747 dce_panel_cntl_construct(panel_cntl, in dce80_panel_cntl_create()
753 return &panel_cntl->base; in dce80_panel_cntl_create()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dce112/
Ddce112_resource.c644 static struct panel_cntl *dce112_panel_cntl_create(const struct panel_cntl_init_data *init_data) in dce112_panel_cntl_create()
646 struct dce_panel_cntl *panel_cntl = in dce112_panel_cntl_create() local
649 if (!panel_cntl) in dce112_panel_cntl_create()
652 dce_panel_cntl_construct(panel_cntl, in dce112_panel_cntl_create()
658 return &panel_cntl->base; in dce112_panel_cntl_create()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_resource.c833 static struct panel_cntl *dcn10_panel_cntl_create(const struct panel_cntl_init_data *init_data) in dcn10_panel_cntl_create()
835 struct dce_panel_cntl *panel_cntl = in dcn10_panel_cntl_create() local
838 if (!panel_cntl) in dcn10_panel_cntl_create()
841 dce_panel_cntl_construct(panel_cntl, in dcn10_panel_cntl_create()
847 return &panel_cntl->base; in dcn10_panel_cntl_create()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn302/
Ddcn302_resource.c1046 static struct panel_cntl *dcn302_panel_cntl_create(const struct panel_cntl_init_data *init_data) in dcn302_panel_cntl_create()
1048 struct dce_panel_cntl *panel_cntl = kzalloc(sizeof(struct dce_panel_cntl), GFP_KERNEL); in dcn302_panel_cntl_create() local
1050 if (!panel_cntl) in dcn302_panel_cntl_create()
1053 dce_panel_cntl_construct(panel_cntl, init_data, &panel_cntl_regs[init_data->inst], in dcn302_panel_cntl_create()
1056 return &panel_cntl->base; in dcn302_panel_cntl_create()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn303/
Ddcn303_resource.c976 static struct panel_cntl *dcn303_panel_cntl_create(const struct panel_cntl_init_data *init_data) in dcn303_panel_cntl_create()
978 struct dce_panel_cntl *panel_cntl = kzalloc(sizeof(struct dce_panel_cntl), GFP_KERNEL); in dcn303_panel_cntl_create() local
980 if (!panel_cntl) in dcn303_panel_cntl_create()
983 dce_panel_cntl_construct(panel_cntl, init_data, &panel_cntl_regs[init_data->inst], in dcn303_panel_cntl_create()
986 return &panel_cntl->base; in dcn303_panel_cntl_create()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_hwseq.c630 if (link->panel_cntl) in dcn30_init_hw()
631 backlight = link->panel_cntl->funcs->hw_init(link->panel_cntl); in dcn30_init_hw()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h96 struct panel_cntl*(*panel_cntl_create)(

12