Lines Matching refs:opp110
34 (opp110->regs->reg)
38 opp110->opp_shift->field_name, opp110->opp_mask->field_name
41 opp110->base.ctx
105 struct dce110_opp *opp110, in set_truncation() argument
150 struct dce110_opp *opp110, in dce60_set_truncation() argument
200 struct dce110_opp *opp110, in set_spatial_dither() argument
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()
302 struct dce110_opp *opp110, in set_temporal_dither() argument
364 struct dce110_opp *opp110, in dce110_opp_set_clamping() argument
424 struct dce110_opp *opp110, in dce60_opp_set_clamping() argument
472 struct dce110_opp *opp110, in set_pixel_encoding() argument
475 if (opp110->opp_mask->FMT_CBCR_BIT_REDUCTION_BYPASS) in set_pixel_encoding()
508 struct dce110_opp *opp110, in dce60_set_pixel_encoding() argument
511 if (opp110->opp_mask->FMT_CBCR_BIT_REDUCTION_BYPASS) in dce60_set_pixel_encoding()
536 struct dce110_opp *opp110 = TO_DCE110_OPP(opp); in dce110_opp_program_bit_depth_reduction() local
538 set_truncation(opp110, params); in dce110_opp_program_bit_depth_reduction()
539 set_spatial_dither(opp110, params); in dce110_opp_program_bit_depth_reduction()
540 set_temporal_dither(opp110, params); in dce110_opp_program_bit_depth_reduction()
548 struct dce110_opp *opp110 = TO_DCE110_OPP(opp); in dce60_opp_program_bit_depth_reduction() local
550 dce60_set_truncation(opp110, params); in dce60_opp_program_bit_depth_reduction()
551 set_spatial_dither(opp110, params); in dce60_opp_program_bit_depth_reduction()
552 set_temporal_dither(opp110, params); in dce60_opp_program_bit_depth_reduction()
560 struct dce110_opp *opp110 = TO_DCE110_OPP(opp); in dce110_opp_program_clamping_and_pixel_encoding() local
562 dce110_opp_set_clamping(opp110, params); in dce110_opp_program_clamping_and_pixel_encoding()
563 set_pixel_encoding(opp110, params); in dce110_opp_program_clamping_and_pixel_encoding()
571 struct dce110_opp *opp110 = TO_DCE110_OPP(opp); in dce60_opp_program_clamping_and_pixel_encoding() local
573 dce60_opp_set_clamping(opp110, params); in dce60_opp_program_clamping_and_pixel_encoding()
574 dce60_set_pixel_encoding(opp110, params); in dce60_opp_program_clamping_and_pixel_encoding()
581 struct dce110_opp *opp110 = TO_DCE110_OPP(opp); in program_formatter_420_memory() local
604 struct dce110_opp *opp110 = TO_DCE110_OPP(opp); in dce110_opp_set_dyn_expansion() local
640 struct dce110_opp *opp110 = TO_DCE110_OPP(opp); in program_formatter_reset_dig_resync_fifo() local
725 void dce110_opp_construct(struct dce110_opp *opp110, in dce110_opp_construct() argument
732 opp110->base.funcs = &funcs; in dce110_opp_construct()
734 opp110->base.ctx = ctx; in dce110_opp_construct()
736 opp110->base.inst = inst; in dce110_opp_construct()
738 opp110->regs = regs; in dce110_opp_construct()
739 opp110->opp_shift = opp_shift; in dce110_opp_construct()
740 opp110->opp_mask = opp_mask; in dce110_opp_construct()
744 void dce60_opp_construct(struct dce110_opp *opp110, in dce60_opp_construct() argument
751 opp110->base.funcs = &dce60_opp_funcs; in dce60_opp_construct()
753 opp110->base.ctx = ctx; in dce60_opp_construct()
755 opp110->base.inst = inst; in dce60_opp_construct()
757 opp110->regs = regs; in dce60_opp_construct()
758 opp110->opp_shift = opp_shift; in dce60_opp_construct()
759 opp110->opp_mask = opp_mask; in dce60_opp_construct()