/linux/drivers/gpu/drm/amd/display/dc/dcn201/ |
H A D | dcn201_opp.c | 35 oppn201->opp_shift->field_name, oppn201->opp_mask->field_name 64 const struct dcn201_opp_shift *opp_shift, in dcn201_opp_construct() argument 72 oppn201->opp_shift = opp_shift; in dcn201_opp_construct()
|
H A D | dcn201_opp.h | 61 const struct dcn201_opp_shift *opp_shift; member 70 const struct dcn201_opp_shift *opp_shift,
|
/linux/drivers/gpu/drm/amd/display/dc/opp/dcn35/ |
H A D | dcn35_opp.c | 34 ((const struct dcn35_opp_shift *)(oppn20->opp_shift))->field_name, \ 41 const struct dcn35_opp_shift *opp_shift, in dcn35_opp_construct() argument 46 (const struct dcn20_opp_shift *)opp_shift, in dcn35_opp_construct()
|
H A D | dcn35_opp.h | 62 const struct dcn35_opp_shift *opp_shift,
|
/linux/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dce_opp.c | 38 opp110->opp_shift->field_name, opp110->opp_mask->field_name 728 const struct dce_opp_shift *opp_shift, in dce110_opp_construct() argument 738 opp110->opp_shift = opp_shift; in dce110_opp_construct() 747 const struct dce_opp_shift *opp_shift, in dce60_opp_construct() argument 757 opp110->opp_shift = opp_shift; in dce60_opp_construct()
|
H A D | dce_opp.h | 310 const struct dce_opp_shift *opp_shift; member 318 const struct dce_opp_shift *opp_shift, 326 const struct dce_opp_shift *opp_shift,
|
/linux/drivers/gpu/drm/amd/display/dc/opp/dcn10/ |
H A D | dcn10_opp.c | 36 oppn10->opp_shift->field_name, oppn10->opp_mask->field_name 402 const struct dcn10_opp_shift *opp_shift, in dcn10_opp_construct() argument 411 oppn10->opp_shift = opp_shift; in dcn10_opp_construct()
|
H A D | dcn10_opp.h | 154 const struct dcn10_opp_shift *opp_shift; member 164 const struct dcn10_opp_shift *opp_shift,
|
/linux/drivers/gpu/drm/amd/display/dc/opp/dcn20/ |
H A D | dcn20_opp.c | 36 oppn20->opp_shift->field_name, oppn20->opp_mask->field_name 404 const struct dcn20_opp_shift *opp_shift, in dcn20_opp_construct() argument 412 oppn20->opp_shift = opp_shift; in dcn20_opp_construct()
|
H A D | dcn20_opp.h | 133 const struct dcn20_opp_shift *opp_shift; member 143 const struct dcn20_opp_shift *opp_shift,
|
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn201/ |
H A D | dcn201_resource.c | 444 static const struct dcn201_opp_shift opp_shift = { variable 672 &opp_regs[inst], &opp_shift, &opp_mask); in dcn201_opp_create()
|
/linux/drivers/gpu/drm/amd/display/dc/resource/dce112/ |
H A D | dce112_resource.c | 320 static const struct dce_opp_shift opp_shift = { variable 690 ctx, inst, &opp_regs[inst], &opp_shift, &opp_mask); in dce112_opp_create()
|
/linux/drivers/gpu/drm/amd/display/dc/resource/dce110/ |
H A D | dce110_resource.c | 311 static const struct dce_opp_shift opp_shift = { variable 714 ctx, inst, &opp_regs[inst], &opp_shift, &opp_mask); in dce110_opp_create()
|
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn21/ |
H A D | dcn21_resource.c | 250 static const struct dcn20_opp_shift opp_shift = { variable 1037 &opp_regs[inst], &opp_shift, &opp_mask); in dcn21_opp_create()
|