Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn301/
Ddcn301_panel_cntl.c33 container_of(panel_cntl, struct dcn301_panel_cntl, base)
36 dcn301_panel_cntl->base.ctx
39 dcn301_panel_cntl->base.ctx->logger
42 dcn301_panel_cntl->regs->reg
46 dcn301_panel_cntl->shift->field_name, dcn301_panel_cntl->mask->field_name
55 struct dcn301_panel_cntl *dcn301_panel_cntl = TO_DCN301_PANEL_CNTL(panel_cntl); in dcn301_get_16_bit_backlight_from_pwm() local
98 struct dcn301_panel_cntl *dcn301_panel_cntl = TO_DCN301_PANEL_CNTL(panel_cntl); in dcn301_panel_cntl_hw_init() local
152 struct dcn301_panel_cntl *dcn301_panel_cntl = TO_DCN301_PANEL_CNTL(*panel_cntl); in dcn301_panel_cntl_destroy() local
154 kfree(dcn301_panel_cntl); in dcn301_panel_cntl_destroy()
160 struct dcn301_panel_cntl *dcn301_panel_cntl = TO_DCN301_PANEL_CNTL(panel_cntl); in dcn301_is_panel_backlight_on() local
[all …]
Ddcn301_panel_cntl.h83 struct dcn301_panel_cntl { struct
91 struct dcn301_panel_cntl *panel_cntl, argument
DMakefile14 dcn301_dio_link_encoder.o dcn301_hwseq.o dcn301_panel_cntl.o dcn301_hubbub.o
Ddcn301_resource.c917 struct dcn301_panel_cntl *panel_cntl = in dcn301_panel_cntl_create()
918 kzalloc(sizeof(struct dcn301_panel_cntl), GFP_KERNEL); in dcn301_panel_cntl_create()