Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_dsc.c69 dsc20->dsc_shift->field_name, dsc20->dsc_mask->field_name
87 const struct dcn20_dsc_mask *dsc_mask) in dsc2_construct() argument
95 dsc->dsc_mask = dsc_mask; in dsc2_construct()
Ddcn20_dsc.h558 const struct dcn20_dsc_mask *dsc_mask; member
571 const struct dcn20_dsc_mask *dsc_mask);
Ddcn20_resource.c754 static const struct dcn20_dsc_mask dsc_mask = { variable
1181 dsc2_construct(dsc, ctx, inst, &dsc_regs[inst], &dsc_shift, &dsc_mask); in dcn20_dsc_create()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_resource.c551 static const struct dcn20_dsc_mask dsc_mask = { variable
1267 dsc2_construct(dsc, ctx, inst, &dsc_regs[inst], &dsc_shift, &dsc_mask); in dcn21_dsc_create()