Home
last modified time | relevance | path

Searched defs:panel_cntl (Results 1 – 25 of 27) sorted by relevance

12

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_panel_cntl.c32 #define TO_DCN31_PANEL_CNTL(panel_cntl)\ argument
41 static bool dcn31_query_backlight_info(struct panel_cntl *panel_cntl, union dmub_rb_cmd *cmd) 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()
68 static uint32_t dcn31_panel_cntl_hw_init(struct panel_cntl *panel_cntl) in dcn31_panel_cntl_hw_init()
102 static void dcn31_panel_cntl_destroy(struct panel_cntl **panel_cntl) in dcn31_panel_cntl_destroy()
110 static bool dcn31_is_panel_backlight_on(struct panel_cntl *panel_cntl) in dcn31_is_panel_backlight_on()
120 static bool dcn31_is_panel_powered_on(struct panel_cntl *panel_cntl) in dcn31_is_panel_powered_on()
130 static void dcn31_store_backlight_level(struct panel_cntl *panel_cntl) in dcn31_store_backlight_level()
Ddcn31_resource.c1149 struct dcn31_panel_cntl *panel_cntl = in dcn31_panel_cntl_create() local
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce/
Ddce_panel_cntl.c33 #define TO_DCE_PANEL_CNTL(panel_cntl)\ argument
49 static unsigned int dce_get_16_bit_backlight_from_pwm(struct 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()
147 static bool dce_is_panel_backlight_on(struct panel_cntl *panel_cntl) in dce_is_panel_backlight_on()
161 static bool dce_is_panel_powered_on(struct panel_cntl *panel_cntl) in dce_is_panel_powered_on()
173 static void dce_store_backlight_level(struct panel_cntl *panel_cntl) in dce_store_backlight_level()
188 static void dce_driver_set_backlight(struct panel_cntl *panel_cntl, in dce_driver_set_backlight()
254 static void dce_panel_cntl_destroy(struct panel_cntl **panel_cntl) in dce_panel_cntl_destroy()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn301/
Ddcn301_panel_cntl.c32 #define TO_DCN301_PANEL_CNTL(panel_cntl)\ argument
48 static unsigned int dcn301_get_16_bit_backlight_from_pwm(struct panel_cntl *panel_cntl) in dcn301_get_16_bit_backlight_from_pwm()
96 static uint32_t dcn301_panel_cntl_hw_init(struct panel_cntl *panel_cntl) in dcn301_panel_cntl_hw_init()
150 static void dcn301_panel_cntl_destroy(struct panel_cntl **panel_cntl) in dcn301_panel_cntl_destroy()
158 static bool dcn301_is_panel_backlight_on(struct panel_cntl *panel_cntl) in dcn301_is_panel_backlight_on()
168 static bool dcn301_is_panel_powered_on(struct panel_cntl *panel_cntl) in dcn301_is_panel_powered_on()
180 static void dcn301_store_backlight_level(struct panel_cntl *panel_cntl) in dcn301_store_backlight_level()
Ddcn301_resource.c917 struct dcn301_panel_cntl *panel_cntl = in dcn301_panel_cntl_create() local
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/inc/hw/
Dpanel_cntl.h61 struct panel_cntl { struct
62 const struct panel_cntl_funcs *funcs; argument
66 struct panel_cntl_backlight_registers stored_backlight_registers; argument
/linux-6.1.9/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
186 struct panel_cntl *panel_cntl = pipe_ctx->stream->link->panel_cntl; in dcn21_set_pipe() local
206 struct panel_cntl *panel_cntl = pipe_ctx->stream->link->panel_cntl; in dcn21_set_backlight_level() local
Ddcn21_resource.c1360 struct dce_panel_cntl *panel_cntl = in dcn21_panel_cntl_create() local
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c2959 struct panel_cntl *panel_cntl = link->panel_cntl; in dce110_set_backlight_level() local
2989 struct panel_cntl *panel_cntl = pipe_ctx->stream->link->panel_cntl; in dce110_set_abm_immediate_disable() local
3002 struct panel_cntl *panel_cntl = pipe_ctx->stream->link->panel_cntl; in dce110_set_pipe() local
Ddce110_resource.c687 struct dce_panel_cntl *panel_cntl = in dce110_panel_cntl_create() local
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce120/
Ddce120_resource.c726 struct dce_panel_cntl *panel_cntl = in dce120_panel_cntl_create() local
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce100/
Ddce100_resource.c639 struct dce_panel_cntl *panel_cntl = in dce100_panel_cntl_create() local
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce60/
Ddce60_resource.c737 struct dce_panel_cntl *panel_cntl = in dce60_panel_cntl_create() local
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce80/
Ddce80_resource.c740 struct dce_panel_cntl *panel_cntl = in dce80_panel_cntl_create() local
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce112/
Ddce112_resource.c645 struct dce_panel_cntl *panel_cntl = in dce112_panel_cntl_create() local
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/
Ddc_link.h217 struct panel_cntl *panel_cntl; member
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn302/
Ddcn302_resource.c925 struct dce_panel_cntl *panel_cntl = kzalloc(sizeof(struct dce_panel_cntl), GFP_KERNEL); in dcn302_panel_cntl_create() local
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn303/
Ddcn303_resource.c853 struct dce_panel_cntl *panel_cntl = kzalloc(sizeof(struct dce_panel_cntl), GFP_KERNEL); in dcn303_panel_cntl_create() local
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_resource.c770 struct dce_panel_cntl *panel_cntl = in dcn10_panel_cntl_create() local
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn316/
Ddcn316_resource.c1144 struct dcn31_panel_cntl *panel_cntl = in dcn31_panel_cntl_create() local
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn314/
Ddcn314_resource.c1175 struct dcn31_panel_cntl *panel_cntl = in dcn31_panel_cntl_create() local
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn315/
Ddcn315_resource.c1145 struct dcn31_panel_cntl *panel_cntl = in dcn31_panel_cntl_create() local
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_resource.c954 struct dce_panel_cntl *panel_cntl = in dcn30_panel_cntl_create() local
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_resource.c1088 struct dcn31_panel_cntl *panel_cntl = in dcn32_panel_cntl_create() local
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.c955 struct dce_panel_cntl *panel_cntl = in dcn20_panel_cntl_create() local

12