Searched refs:afmt3 (Results 1 - 8 of 8) sorted by path

/linux-master/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_afmt.c33 afmt3->base.ctx->logger
36 (afmt3->regs->reg)
40 afmt3->afmt_shift->field_name, afmt3->afmt_mask->field_name
44 afmt3->base.ctx
50 struct dcn30_afmt *afmt3 = DCN30_AFMT_FROM_AFMT(afmt); local
124 struct dcn30_afmt *afmt3 = DCN30_AFMT_FROM_AFMT(afmt); local
150 struct dcn30_afmt *afmt3 = DCN30_AFMT_FROM_AFMT(afmt); local
162 struct dcn30_afmt *afmt3 = DCN30_AFMT_FROM_AFMT(afmt); local
171 struct dcn30_afmt *afmt3 local
200 afmt3_construct(struct dcn30_afmt *afmt3, struct dc_context *ctx, uint32_t inst, const struct dcn30_afmt_registers *afmt_regs, const struct dcn30_afmt_shift *afmt_shift, const struct dcn30_afmt_mask *afmt_mask) argument
[all...]
H A Ddcn30_afmt.h163 void afmt3_construct(struct dcn30_afmt *afmt3,
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c999 struct dcn30_afmt *afmt3 = kzalloc(sizeof(struct dcn30_afmt), GFP_KERNEL); local
1001 if (!afmt3)
1004 afmt3_construct(afmt3, ctx, inst,
1009 return &afmt3->base;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn301/
H A Ddcn301_resource.c969 struct dcn30_afmt *afmt3 = kzalloc(sizeof(struct dcn30_afmt), GFP_KERNEL); local
971 if (!afmt3)
974 afmt3_construct(afmt3, ctx, inst,
979 return &afmt3->base;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn302/
H A Ddcn302_resource.c331 struct dcn30_afmt *afmt3 = kzalloc(sizeof(struct dcn30_afmt), GFP_KERNEL); local
333 if (!afmt3)
336 afmt3_construct(afmt3, ctx, inst, &afmt_regs[inst], &afmt_shift, &afmt_mask);
338 return &afmt3->base;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn303/
H A Ddcn303_resource.c321 struct dcn30_afmt *afmt3 = kzalloc(sizeof(struct dcn30_afmt), GFP_KERNEL); local
323 if (!afmt3)
326 afmt3_construct(afmt3, ctx, inst, &afmt_regs[inst], &afmt_shift, &afmt_mask);
328 return &afmt3->base;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c1152 struct dcn30_afmt *afmt3 = kzalloc(sizeof(struct dcn30_afmt), GFP_KERNEL); local
1154 if (!afmt3)
1166 afmt3_construct(afmt3, ctx, inst,
1171 return &afmt3->base;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn321/
H A Ddcn321_resource.c1136 struct dcn30_afmt *afmt3 = kzalloc(sizeof(struct dcn30_afmt), GFP_KERNEL); local
1138 if (!afmt3)
1150 afmt3_construct(afmt3, ctx, inst,
1155 return &afmt3->base;

Completed in 349 milliseconds