Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_panel_cntl.c33 container_of(panel_cntl, struct dcn31_panel_cntl, base)
36 dcn31_panel_cntl->base.ctx
39 dcn31_panel_cntl->base.ctx->logger
43 struct dcn31_panel_cntl *dcn31_panel_cntl = TO_DCN31_PANEL_CNTL(panel_cntl); in dcn31_query_backlight_info() local
53 cmd->panel_cntl.data.inst = dcn31_panel_cntl->base.inst; in dcn31_query_backlight_info()
70 struct dcn31_panel_cntl *dcn31_panel_cntl = TO_DCN31_PANEL_CNTL(panel_cntl); in dcn31_panel_cntl_hw_init() local
81 cmd.panel_cntl.data.inst = dcn31_panel_cntl->base.inst; in dcn31_panel_cntl_hw_init()
101 struct dcn31_panel_cntl *dcn31_panel_cntl = TO_DCN31_PANEL_CNTL(*panel_cntl); in dcn31_panel_cntl_destroy() local
103 kfree(dcn31_panel_cntl); in dcn31_panel_cntl_destroy()
151 struct dcn31_panel_cntl *dcn31_panel_cntl, in dcn31_panel_cntl_construct() argument
[all …]
Ddcn31_panel_cntl.h32 struct dcn31_panel_cntl { struct
37 struct dcn31_panel_cntl *dcn31_panel_cntl, argument
DMakefile14 dcn31_dccg.o dcn31_optc.o dcn31_dio_link_encoder.o dcn31_panel_cntl.o
Ddcn31_resource.c1202 struct dcn31_panel_cntl *panel_cntl = in dcn31_panel_cntl_create()
1203 kzalloc(sizeof(struct dcn31_panel_cntl), GFP_KERNEL); in dcn31_panel_cntl_create()