Home
last modified time | relevance | path

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

/linux-5.10/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_opp_v.c43 .opp_program_bit_depth_reduction =
/linux-5.10/drivers/gpu/drm/amd/display/dc/dce/
Ddce_opp.c717 .opp_program_bit_depth_reduction = dce110_opp_program_bit_depth_reduction
725 .opp_program_bit_depth_reduction = dce60_opp_program_bit_depth_reduction
/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/
Dopp.h285 void (*opp_program_bit_depth_reduction)( member
/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_opp.c349 .opp_program_bit_depth_reduction = opp1_program_bit_depth_reduction,
/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_opp.c402 .opp_program_bit_depth_reduction = opp1_program_bit_depth_reduction,
/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
Ddc_link_dp.c3847 opp->funcs->opp_program_bit_depth_reduction(opp, &params); in set_crtc_test_pattern()
3892 odm_opp->funcs->opp_program_bit_depth_reduction(odm_opp, &params); in set_crtc_test_pattern()
3911 opp->funcs->opp_program_bit_depth_reduction(opp, &params); in set_crtc_test_pattern()
3928 odm_opp->funcs->opp_program_bit_depth_reduction(odm_opp, &params); in set_crtc_test_pattern()
Ddc.c480 opp_program_bit_depth_reduction(pipes->stream_res.opp, &params); in dc_stream_set_dither_option()