Home
last modified time | relevance | path

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

12

/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn30/
H A Ddcn30_dccg.c38 dccg_dcn->dccg_shift->field_name, dccg_dcn->dccg_mask->field_name
62 const struct dccg_shift *dccg_shift, in dccg3_create() argument
78 dccg_dcn->dccg_shift = dccg_shift; in dccg3_create()
87 const struct dccg_shift *dccg_shift, in dccg30_create() argument
103 dccg_dcn->dccg_shift = dccg_shift; in dccg30_create()
H A Ddcn30_dccg.h57 const struct dccg_shift *dccg_shift,
63 const struct dccg_shift *dccg_shift,
/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
135 const struct dccg_shift *dccg_shift, in dccg21_create() argument
151 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/dcn314/
H A Ddcn314_dccg.c42 dccg_dcn->dccg_shift->field_name, dccg_dcn->dccg_mask->field_name
392 const struct dccg_shift *dccg_shift, in dccg314_create() argument
408 dccg_dcn->dccg_shift = dccg_shift; in dccg314_create()
H A Ddcn314_dccg.h205 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/dcn31/
H A Ddcn31_dccg.h168 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()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn303/
H A Ddcn303_resource.c1153 static const struct dccg_shift dccg_shift = { variable
1315 pool->dccg = dccg30_create(ctx, &dccg_regs, &dccg_shift, &dccg_mask); in dcn303_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn302/
H A Ddcn302_resource.c1209 static const struct dccg_shift dccg_shift = { variable
1383 pool->dccg = dccg30_create(ctx, &dccg_regs, &dccg_shift, &dccg_mask); in dcn302_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn21/
H A Ddcn21_resource.c229 static const struct dccg_shift dccg_shift = { variable
1552 pool->base.dccg = dccg21_create(ctx, &dccg_regs, &dccg_shift, &dccg_mask); in dcn21_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn301/
H A Ddcn301_resource.c590 static const struct dccg_shift dccg_shift = { variable
1584 pool->base.dccg = dccg301_create(ctx, &dccg_regs, &dccg_shift, &dccg_mask); in dcn301_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn314/
H A Ddcn314_resource.c671 static const struct dccg_shift dccg_shift = { variable
2007 pool->base.dccg = dccg314_create(ctx, &dccg_regs, &dccg_shift, &dccg_mask); in dcn314_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn316/
H A Ddcn316_resource.c658 static const struct dccg_shift dccg_shift = { variable
1912 pool->base.dccg = dccg31_create(ctx, &dccg_regs, &dccg_shift, &dccg_mask); in dcn316_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn35/
H A Ddcn35_resource.c527 static const struct dccg_shift dccg_shift = { variable
2051 pool->base.dccg = dccg35_create(ctx, &dccg_regs, &dccg_shift, &dccg_mask); in dcn35_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn31/
H A Ddcn31_resource.c664 static const struct dccg_shift dccg_shift = { variable
2088 pool->base.dccg = dccg31_create(ctx, &dccg_regs, &dccg_shift, &dccg_mask); in dcn31_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn315/
H A Ddcn315_resource.c663 static const struct dccg_shift dccg_shift = { variable
2038 pool->base.dccg = dccg31_create(ctx, &dccg_regs, &dccg_shift, &dccg_mask); in dcn315_resource_construct()

12