Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn301/
H A Ddcn301_dccg.c38 dccg_dcn->dccg_shift->field_name, dccg_dcn->dccg_mask->field_name
61 const struct dccg_shift *dccg_shift, in dccg301_create() argument
77 dccg_dcn->dccg_shift = dccg_shift; in dccg301_create()
H A Ddcn301_dccg.h62 const struct dccg_shift *dccg_shift,
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn201/
H A Ddcn201_dccg.c40 dccg_dcn->dccg_shift->field_name, dccg_dcn->dccg_mask->field_name
70 const struct dccg_shift *dccg_shift, in dccg201_create() argument
86 dccg_dcn->dccg_shift = dccg_shift; in dccg201_create()
H A Ddcn201_dccg.h34 const struct dccg_shift *dccg_shift,
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn21/
H A Ddcn21_dccg.c39 dccg_dcn->dccg_shift->field_name, dccg_dcn->dccg_mask->field_name
146 const struct dccg_shift *dccg_shift, in dccg21_create() argument
162 dccg_dcn->dccg_shift = dccg_shift; in dccg21_create()
H A Ddcn21_dccg.h32 const struct dccg_shift *dccg_shift,
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn20/
H A Ddcn20_dccg.c40 dccg_dcn->dccg_shift->field_name, dccg_dcn->dccg_mask->field_name
200 const struct dccg_shift *dccg_shift, in dccg2_create() argument
216 dccg_dcn->dccg_shift = dccg_shift; in dccg2_create()
H A Ddcn20_dccg.h380 struct dccg_shift { struct
519 const struct dccg_shift *dccg_shift; member
547 const struct dccg_shift *dccg_shift,
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn32/
H A Ddcn32_dccg.h122 const struct dccg_shift *dccg_shift,
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn314/
H A Ddcn314_dccg.h205 const struct dccg_shift *dccg_shift,
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn35/
H A Ddcn35_dccg.h247 const struct dccg_shift *dccg_shift,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn201/
H A Ddcn201_resource.c555 static const struct dccg_shift dccg_shift = { variable
1224 pool->base.dccg = dccg201_create(ctx, &dccg_regs, &dccg_shift, &dccg_mask); in dcn201_resource_construct()