Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/opp/dcn10/
Ddcn10_opp.c77 if (params->flags.SPATIAL_DITHER_DEPTH == 0 || params->flags.SPATIAL_DITHER_DEPTH == 1) { in opp1_set_spatial_dither()
81 } else if (params->flags.SPATIAL_DITHER_DEPTH == 2) { in opp1_set_spatial_dither()
130 FMT_SPATIAL_DITHER_DEPTH, params->flags.SPATIAL_DITHER_DEPTH, in opp1_set_spatial_dither()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dce/
Ddce_opp.c225 if (params->flags.SPATIAL_DITHER_DEPTH == 0 || in set_spatial_dither()
226 params->flags.SPATIAL_DITHER_DEPTH == 1) { in set_spatial_dither()
230 } else if (params->flags.SPATIAL_DITHER_DEPTH == 2) { in set_spatial_dither()
285 FMT_SPATIAL_DITHER_DEPTH, params->flags.SPATIAL_DITHER_DEPTH, in set_spatial_dither()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/hw/
Dopp.h82 uint32_t SPATIAL_DITHER_DEPTH:2; member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c4728 fmt_bit_depth->flags.SPATIAL_DITHER_DEPTH = 0; in resource_build_bit_depth_reduction_params()
4738 fmt_bit_depth->flags.SPATIAL_DITHER_DEPTH = 1; in resource_build_bit_depth_reduction_params()
4747 fmt_bit_depth->flags.SPATIAL_DITHER_DEPTH = 2; in resource_build_bit_depth_reduction_params()