Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_opp_v.c43 .opp_program_bit_depth_reduction =
/linux/drivers/gpu/drm/amd/display/dc/dcn201/
H A Ddcn201_opp.c47 .opp_program_bit_depth_reduction = opp1_program_bit_depth_reduction,
/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_opp.c712 .opp_program_bit_depth_reduction = dce110_opp_program_bit_depth_reduction
720 .opp_program_bit_depth_reduction = dce60_opp_program_bit_depth_reduction
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dopp.h316 void (*opp_program_bit_depth_reduction)( member
/linux/drivers/gpu/drm/amd/display/dc/opp/dcn10/
H A Ddcn10_opp.c388 .opp_program_bit_depth_reduction = opp1_program_bit_depth_reduction,
/linux/drivers/gpu/drm/amd/display/dc/opp/dcn20/
H A Ddcn20_opp.c387 .opp_program_bit_depth_reduction = opp1_program_bit_depth_reduction,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c2062 odm_opp->funcs->opp_program_bit_depth_reduction(odm_opp, &params); in dcn401_program_pipe()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c2025 odm_opp->funcs->opp_program_bit_depth_reduction(odm_opp, &params); in dcn20_program_pipe()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c855 opp_program_bit_depth_reduction(pipes->stream_res.opp, &params); in dc_stream_set_dither_option()