Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_dmcu.c38 (dmcu_dce->regs->reg)
42 dmcu_dce->dmcu_shift->field_name, dmcu_dce->dmcu_mask->field_name
45 dmcu_dce->base.ctx
1081 dmcu_dce->regs = regs; in dce_dmcu_construct()
1108 struct dce_dmcu *dmcu_dce = kzalloc(sizeof(*dmcu_dce), GFP_KERNEL); in dce_dmcu_create() local
1110 if (dmcu_dce == NULL) { in dce_dmcu_create()
1120 return &dmcu_dce->base; in dce_dmcu_create()
1129 struct dce_dmcu *dmcu_dce = kzalloc(sizeof(*dmcu_dce), GFP_ATOMIC); in dcn10_dmcu_create() local
1150 struct dce_dmcu *dmcu_dce = kzalloc(sizeof(*dmcu_dce), GFP_ATOMIC); in dcn20_dmcu_create() local
1171 struct dce_dmcu *dmcu_dce = kzalloc(sizeof(*dmcu_dce), GFP_ATOMIC); in dcn21_dmcu_create() local
[all …]