Home
last modified time | relevance | path

Searched refs:opp_mask (Results 1 - 25 of 44) sorted by relevance

12

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn201/
H A Ddcn201_opp.c35 oppn201->opp_shift->field_name, oppn201->opp_mask->field_name
63 const struct dcn201_opp_mask *opp_mask) in dcn201_opp_construct()
71 oppn201->opp_mask = opp_mask; in dcn201_opp_construct()
58 dcn201_opp_construct(struct dcn201_opp *oppn201, struct dc_context *ctx, uint32_t inst, const struct dcn201_opp_registers *regs, const struct dcn201_opp_shift *opp_shift, const struct dcn201_opp_mask *opp_mask) dcn201_opp_construct() argument
H A Ddcn201_opp.h63 const struct dcn201_opp_mask *opp_mask; member
72 const struct dcn201_opp_mask *opp_mask);
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_opp.c40 opp110->opp_shift->field_name, opp110->opp_mask->field_name
226 if (opp110->opp_mask->FMT_SPATIAL_DITHER_FRAME_COUNTER_MAX && in set_spatial_dither()
227 opp110->opp_mask->FMT_SPATIAL_DITHER_FRAME_COUNTER_BIT_SWAP) { in set_spatial_dither()
479 if (opp110->opp_mask->FMT_CBCR_BIT_REDUCTION_BYPASS) in set_pixel_encoding()
515 if (opp110->opp_mask->FMT_CBCR_BIT_REDUCTION_BYPASS) in dce60_set_pixel_encoding()
734 const struct dce_opp_mask *opp_mask) in dce110_opp_construct()
744 opp110->opp_mask = opp_mask; in dce110_opp_construct()
753 const struct dce_opp_mask *opp_mask) in dce60_opp_construct()
763 opp110->opp_mask in dce60_opp_construct()
729 dce110_opp_construct(struct dce110_opp *opp110, struct dc_context *ctx, uint32_t inst, const struct dce_opp_registers *regs, const struct dce_opp_shift *opp_shift, const struct dce_opp_mask *opp_mask) dce110_opp_construct() argument
748 dce60_opp_construct(struct dce110_opp *opp110, struct dc_context *ctx, uint32_t inst, const struct dce_opp_registers *regs, const struct dce_opp_shift *opp_shift, const struct dce_opp_mask *opp_mask) dce60_opp_construct() argument
[all...]
H A Ddce_opp.h312 const struct dce_opp_mask *opp_mask; member
320 const struct dce_opp_mask *opp_mask);
328 const struct dce_opp_mask *opp_mask);
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_opp.c38 opp110->opp_shift->field_name, opp110->opp_mask->field_name
222 if (opp110->opp_mask->FMT_SPATIAL_DITHER_FRAME_COUNTER_MAX && in set_spatial_dither()
223 opp110->opp_mask->FMT_SPATIAL_DITHER_FRAME_COUNTER_BIT_SWAP) { in set_spatial_dither()
475 if (opp110->opp_mask->FMT_CBCR_BIT_REDUCTION_BYPASS) in set_pixel_encoding()
511 if (opp110->opp_mask->FMT_CBCR_BIT_REDUCTION_BYPASS) in dce60_set_pixel_encoding()
730 const struct dce_opp_mask *opp_mask) in dce110_opp_construct()
740 opp110->opp_mask = opp_mask; in dce110_opp_construct()
749 const struct dce_opp_mask *opp_mask) in dce60_opp_construct()
759 opp110->opp_mask in dce60_opp_construct()
725 dce110_opp_construct(struct dce110_opp *opp110, struct dc_context *ctx, uint32_t inst, const struct dce_opp_registers *regs, const struct dce_opp_shift *opp_shift, const struct dce_opp_mask *opp_mask) dce110_opp_construct() argument
744 dce60_opp_construct(struct dce110_opp *opp110, struct dc_context *ctx, uint32_t inst, const struct dce_opp_registers *regs, const struct dce_opp_shift *opp_shift, const struct dce_opp_mask *opp_mask) dce60_opp_construct() argument
[all...]
H A Ddce_opp.h310 const struct dce_opp_mask *opp_mask; member
318 const struct dce_opp_mask *opp_mask);
326 const struct dce_opp_mask *opp_mask);
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_opp.c37 oppn10->opp_shift->field_name, oppn10->opp_mask->field_name
415 const struct dcn10_opp_mask *opp_mask) in dcn10_opp_construct()
424 oppn10->opp_mask = opp_mask; in dcn10_opp_construct()
410 dcn10_opp_construct(struct dcn10_opp *oppn10, struct dc_context *ctx, uint32_t inst, const struct dcn10_opp_registers *regs, const struct dcn10_opp_shift *opp_shift, const struct dcn10_opp_mask *opp_mask) dcn10_opp_construct() argument
H A Ddcn10_opp.h153 const struct dcn10_opp_mask *opp_mask; member
163 const struct dcn10_opp_mask *opp_mask);
H A Ddcn10_resource.c389 static const struct dcn10_opp_mask opp_mask = { variable
685 &opp_regs[inst], &opp_shift, &opp_mask); in dcn10_opp_create()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_opp.c35 oppn20->opp_shift->field_name, oppn20->opp_mask->field_name
364 const struct dcn20_opp_mask *opp_mask) in dcn20_opp_construct()
372 oppn20->opp_mask = opp_mask; in dcn20_opp_construct()
359 dcn20_opp_construct(struct dcn20_opp *oppn20, struct dc_context *ctx, uint32_t inst, const struct dcn20_opp_registers *regs, const struct dcn20_opp_shift *opp_shift, const struct dcn20_opp_mask *opp_mask) dcn20_opp_construct() argument
H A Ddcn20_opp.h134 const struct dcn20_opp_mask *opp_mask; member
144 const struct dcn20_opp_mask *opp_mask);
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_opp.c35 oppn10->opp_shift->field_name, oppn10->opp_mask->field_name
388 const struct dcn10_opp_mask *opp_mask) in dcn10_opp_construct()
397 oppn10->opp_mask = opp_mask; in dcn10_opp_construct()
383 dcn10_opp_construct(struct dcn10_opp *oppn10, struct dc_context *ctx, uint32_t inst, const struct dcn10_opp_registers *regs, const struct dcn10_opp_shift *opp_shift, const struct dcn10_opp_mask *opp_mask) dcn10_opp_construct() argument
H A Ddcn10_opp.h153 const struct dcn10_opp_mask *opp_mask; member
163 const struct dcn10_opp_mask *opp_mask);
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_opp.c35 oppn20->opp_shift->field_name, oppn20->opp_mask->field_name
376 const struct dcn20_opp_mask *opp_mask) in dcn20_opp_construct()
384 oppn20->opp_mask = opp_mask; in dcn20_opp_construct()
371 dcn20_opp_construct(struct dcn20_opp *oppn20, struct dc_context *ctx, uint32_t inst, const struct dcn20_opp_registers *regs, const struct dcn20_opp_shift *opp_shift, const struct dcn20_opp_mask *opp_mask) dcn20_opp_construct() argument
H A Ddcn20_opp.h134 const struct dcn20_opp_mask *opp_mask; member
144 const struct dcn20_opp_mask *opp_mask);
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce100/
H A Ddce100_resource.c283 static const struct dce_opp_mask opp_mask = { variable
671 ctx, inst, &opp_regs[inst], &opp_shift, &opp_mask); in dce100_opp_create()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce100/
H A Ddce100_resource.c283 static const struct dce_opp_mask opp_mask = { variable
669 ctx, inst, &opp_regs[inst], &opp_shift, &opp_mask); in dce100_opp_create()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_resource.c317 static const struct dce_opp_mask opp_mask = { variable
721 ctx, inst, &opp_regs[inst], &opp_shift, &opp_mask); in dce110_opp_create()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce112/
H A Ddce112_resource.c324 static const struct dce_opp_mask opp_mask = { variable
692 ctx, inst, &opp_regs[inst], &opp_shift, &opp_mask); in dce112_opp_create()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce120/
H A Ddce120_resource.c335 static const struct dce_opp_mask opp_mask = { variable
445 ctx, inst, &opp_regs[inst], &opp_shift, &opp_mask); in dce120_opp_create()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce80/
H A Ddce80_resource.c300 static const struct dce_opp_mask opp_mask = { variable
530 ctx, inst, &opp_regs[inst], &opp_shift, &opp_mask); in dce80_opp_create()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce60/
H A Ddce60_resource.c296 static const struct dce_opp_mask opp_mask = { variable
525 ctx, inst, &opp_regs[inst], &opp_shift, &opp_mask); in dce60_opp_create()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce120/
H A Ddce120_resource.c333 static const struct dce_opp_mask opp_mask = { variable
436 ctx, inst, &opp_regs[inst], &opp_shift, &opp_mask); in dce120_opp_create()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce60/
H A Ddce60_resource.c298 static const struct dce_opp_mask opp_mask = { variable
520 ctx, inst, &opp_regs[inst], &opp_shift, &opp_mask); in dce60_opp_create()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_resource.c315 static const struct dce_opp_mask opp_mask = { variable
714 ctx, inst, &opp_regs[inst], &opp_shift, &opp_mask); in dce110_opp_create()

Completed in 23 milliseconds

12