Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dce/
A Ddce_dmcu.c41 (dmcu_dce->regs->reg)
45 dmcu_dce->dmcu_shift->field_name, dmcu_dce->dmcu_mask->field_name
48 dmcu_dce->base.ctx
1083 dmcu_dce->regs = regs; in dce_dmcu_construct()
1114 struct dce_dmcu *dmcu_dce = kzalloc(sizeof(*dmcu_dce), GFP_KERNEL); in dce_dmcu_create() local
1116 if (dmcu_dce == NULL) { in dce_dmcu_create()
1126 return &dmcu_dce->base; in dce_dmcu_create()
1136 struct dce_dmcu *dmcu_dce = kzalloc(sizeof(*dmcu_dce), GFP_ATOMIC); in dcn10_dmcu_create() local
1157 struct dce_dmcu *dmcu_dce = kzalloc(sizeof(*dmcu_dce), GFP_ATOMIC); in dcn20_dmcu_create() local
1178 struct dce_dmcu *dmcu_dce = kzalloc(sizeof(*dmcu_dce), GFP_ATOMIC); in dcn21_dmcu_create() local
[all …]

Completed in 7 milliseconds