Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c805 struct pipe_ctx *opp_head = opp_heads[i]; in dc_stream_set_dither_option() local
807 if (opp_head->plane_res.xfm && in dc_stream_set_dither_option()
808 opp_head->plane_res.xfm->funcs->transform_set_pixel_storage_depth) { in dc_stream_set_dither_option()
809 opp_head->plane_res.xfm->funcs->transform_set_pixel_storage_depth( in dc_stream_set_dither_option()
810 opp_head->plane_res.xfm, in dc_stream_set_dither_option()
811 opp_head->plane_res.scl_data.lb_params.depth, in dc_stream_set_dither_option()
815 if (opp_head->stream_res.opp && in dc_stream_set_dither_option()
816 opp_head->stream_res.opp->funcs->opp_program_bit_depth_reduction) { in dc_stream_set_dither_option()
817 opp_head->stream_res.opp->funcs->opp_program_bit_depth_reduction( in dc_stream_set_dither_option()
818 opp_head->stream_res.opp, &params); in dc_stream_set_dither_option()