/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dce_panel_cntl.c | 37 dce_panel_cntl->base.ctx 43 dce_panel_cntl->regs->reg 47 dce_panel_cntl->shift->field_name, dce_panel_cntl->mask->field_name 55 struct dce_panel_cntl *dce_panel_cntl = TO_DCE_PANEL_CNTL(panel_cntl); in dce_get_16_bit_backlight_from_pwm() local 91 struct dce_panel_cntl *dce_panel_cntl = TO_DCE_PANEL_CNTL(panel_cntl); in dce_panel_cntl_hw_init() local 149 struct dce_panel_cntl *dce_panel_cntl = TO_DCE_PANEL_CNTL(panel_cntl); in dce_is_panel_backlight_on() local 163 struct dce_panel_cntl *dce_panel_cntl = TO_DCE_PANEL_CNTL(panel_cntl); in dce_is_panel_powered_on() local 175 struct dce_panel_cntl *dce_panel_cntl = TO_DCE_PANEL_CNTL(panel_cntl); in dce_store_backlight_level() local 196 struct dce_panel_cntl *dce_panel_cntl = TO_DCE_PANEL_CNTL(panel_cntl); in dce_driver_set_backlight() local 256 struct dce_panel_cntl *dce_panel_cntl = TO_DCE_PANEL_CNTL(*panel_cntl); in dce_panel_cntl_destroy() local [all …]
|
H A D | dce_panel_cntl.h | 115 struct dce_panel_cntl { struct 123 struct dce_panel_cntl *panel_cntl, argument
|
H A D | Makefile | 32 dce_i2c.o dce_i2c_hw.o dce_i2c_sw.o dmub_psr.o dmub_abm.o dmub_abm_lcd.o dce_panel_cntl.o \
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce100/ |
H A D | dce100_resource.c | 643 struct dce_panel_cntl *panel_cntl = in dce100_panel_cntl_create() 644 kzalloc(sizeof(struct dce_panel_cntl), GFP_KERNEL); in dce100_panel_cntl_create()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce120/ |
H A D | dce120_resource.c | 727 struct dce_panel_cntl *panel_cntl = in dce120_panel_cntl_create() 728 kzalloc(sizeof(struct dce_panel_cntl), GFP_KERNEL); in dce120_panel_cntl_create()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce60/ |
H A D | dce60_resource.c | 737 struct dce_panel_cntl *panel_cntl = in dce60_panel_cntl_create() 738 kzalloc(sizeof(struct dce_panel_cntl), GFP_KERNEL); in dce60_panel_cntl_create()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce80/ |
H A D | dce80_resource.c | 744 struct dce_panel_cntl *panel_cntl = in dce80_panel_cntl_create() 745 kzalloc(sizeof(struct dce_panel_cntl), GFP_KERNEL); in dce80_panel_cntl_create()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce112/ |
H A D | dce112_resource.c | 649 struct dce_panel_cntl *panel_cntl = in dce112_panel_cntl_create() 650 kzalloc(sizeof(struct dce_panel_cntl), GFP_KERNEL); in dce112_panel_cntl_create()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_resource.c | 769 struct dce_panel_cntl *panel_cntl = in dcn10_panel_cntl_create() 770 kzalloc(sizeof(struct dce_panel_cntl), GFP_KERNEL); in dcn10_panel_cntl_create()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn303/ |
H A D | dcn303_resource.c | 844 struct dce_panel_cntl *panel_cntl = kzalloc(sizeof(struct dce_panel_cntl), GFP_KERNEL); in dcn303_panel_cntl_create()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn302/ |
H A D | dcn302_resource.c | 917 struct dce_panel_cntl *panel_cntl = kzalloc(sizeof(struct dce_panel_cntl), GFP_KERNEL); in dcn302_panel_cntl_create()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/ |
H A D | dce110_resource.c | 688 struct dce_panel_cntl *panel_cntl = in dce110_panel_cntl_create() 689 kzalloc(sizeof(struct dce_panel_cntl), GFP_KERNEL); in dce110_panel_cntl_create()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/ |
H A D | dcn21_resource.c | 1338 struct dce_panel_cntl *panel_cntl = in dcn21_panel_cntl_create() 1339 kzalloc(sizeof(struct dce_panel_cntl), GFP_KERNEL); in dcn21_panel_cntl_create()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_resource.c | 944 struct dce_panel_cntl *panel_cntl = in dcn30_panel_cntl_create() 945 kzalloc(sizeof(struct dce_panel_cntl), GFP_KERNEL); in dcn30_panel_cntl_create()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_resource.c | 945 struct dce_panel_cntl *panel_cntl = in dcn20_panel_cntl_create() 946 kzalloc(sizeof(struct dce_panel_cntl), GFP_KERNEL); in dcn20_panel_cntl_create()
|