Searched refs:afmt3 (Results 1 – 8 of 8) sorted by relevance
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn30/ |
H A D | dcn30_afmt.c | 33 afmt3->base.ctx->logger 36 (afmt3->regs->reg) 40 afmt3->afmt_shift->field_name, afmt3->afmt_mask->field_name 44 afmt3->base.ctx 200 void afmt3_construct(struct dcn30_afmt *afmt3, in afmt3_construct() argument 207 afmt3->base.ctx = ctx; in afmt3_construct() 209 afmt3->base.inst = inst; in afmt3_construct() 210 afmt3->base.funcs = &dcn30_afmt_funcs; in afmt3_construct() 212 afmt3->regs = afmt_regs; in afmt3_construct() 213 afmt3->afmt_shift = afmt_shift; in afmt3_construct() [all …]
|
H A D | dcn30_afmt.h | 163 void afmt3_construct(struct dcn30_afmt *afmt3,
|
H A D | dcn30_resource.c | 996 struct dcn30_afmt *afmt3 = kzalloc(sizeof(struct dcn30_afmt), GFP_KERNEL); in dcn30_afmt_create() local 998 if (!afmt3) in dcn30_afmt_create() 1001 afmt3_construct(afmt3, ctx, inst, in dcn30_afmt_create() 1006 return &afmt3->base; in dcn30_afmt_create()
|
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn302/ |
H A D | dcn302_resource.c | 328 struct dcn30_afmt *afmt3 = kzalloc(sizeof(struct dcn30_afmt), GFP_KERNEL); in dcn302_afmt_create() local 330 if (!afmt3) in dcn302_afmt_create() 333 afmt3_construct(afmt3, ctx, inst, &afmt_regs[inst], &afmt_shift, &afmt_mask); in dcn302_afmt_create() 335 return &afmt3->base; in dcn302_afmt_create()
|
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn303/ |
H A D | dcn303_resource.c | 300 struct dcn30_afmt *afmt3 = kzalloc(sizeof(struct dcn30_afmt), GFP_KERNEL); in dcn303_afmt_create() local 302 if (!afmt3) in dcn303_afmt_create() 305 afmt3_construct(afmt3, ctx, inst, &afmt_regs[inst], &afmt_shift, &afmt_mask); in dcn303_afmt_create() 307 return &afmt3->base; in dcn303_afmt_create()
|
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn301/ |
H A D | dcn301_resource.c | 966 struct dcn30_afmt *afmt3 = kzalloc(sizeof(struct dcn30_afmt), GFP_KERNEL); in dcn301_afmt_create() local 968 if (!afmt3) in dcn301_afmt_create() 971 afmt3_construct(afmt3, ctx, inst, in dcn301_afmt_create() 976 return &afmt3->base; in dcn301_afmt_create()
|
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn321/ |
H A D | dcn321_resource.c | 1133 struct dcn30_afmt *afmt3 = kzalloc(sizeof(struct dcn30_afmt), GFP_KERNEL); in dcn321_afmt_create() local 1135 if (!afmt3) in dcn321_afmt_create() 1147 afmt3_construct(afmt3, ctx, inst, in dcn321_afmt_create() 1152 return &afmt3->base; in dcn321_afmt_create()
|
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn32/ |
H A D | dcn32_resource.c | 1147 struct dcn30_afmt *afmt3 = kzalloc(sizeof(struct dcn30_afmt), GFP_KERNEL); in dcn32_afmt_create() local 1149 if (!afmt3) in dcn32_afmt_create() 1161 afmt3_construct(afmt3, ctx, inst, in dcn32_afmt_create() 1166 return &afmt3->base; in dcn32_afmt_create()
|