Symbol: FMT_SPATIAL_DITHER_DEPTH
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
540
tmp = REG_SET_FIELD(tmp, FMT_BIT_DEPTH_CONTROL, FMT_SPATIAL_DITHER_DEPTH, 0);
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
553
tmp = REG_SET_FIELD(tmp, FMT_BIT_DEPTH_CONTROL, FMT_SPATIAL_DITHER_DEPTH, 1);
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
566
tmp = REG_SET_FIELD(tmp, FMT_BIT_DEPTH_CONTROL, FMT_SPATIAL_DITHER_DEPTH, 2);
drivers/gpu/drm/amd/display/dc/dce/dce_opp.c
206
FMT_SPATIAL_DITHER_DEPTH, 0,
drivers/gpu/drm/amd/display/dc/dce/dce_opp.c
285
FMT_SPATIAL_DITHER_DEPTH, params->flags.SPATIAL_DITHER_DEPTH,
drivers/gpu/drm/amd/display/dc/dce/dce_opp.h
105
OPP_SF(FMT_BIT_DEPTH_CONTROL, FMT_SPATIAL_DITHER_DEPTH, mask_sh),\
drivers/gpu/drm/amd/display/dc/dce/dce_opp.h
168
OPP_SF(FMT0_FMT_BIT_DEPTH_CONTROL, FMT_SPATIAL_DITHER_DEPTH, mask_sh),\
drivers/gpu/drm/amd/display/dc/dce/dce_opp.h
213
OPP_SF(FMT_BIT_DEPTH_CONTROL, FMT_SPATIAL_DITHER_DEPTH, mask_sh),\
drivers/gpu/drm/amd/display/dc/dce/dce_opp.h
241
type FMT_SPATIAL_DITHER_DEPTH; \
drivers/gpu/drm/amd/display/dc/opp/dcn10/dcn10_opp.c
130
FMT_SPATIAL_DITHER_DEPTH, params->flags.SPATIAL_DITHER_DEPTH,
drivers/gpu/drm/amd/display/dc/opp/dcn10/dcn10_opp.c
68
FMT_SPATIAL_DITHER_DEPTH, 0,
drivers/gpu/drm/amd/display/dc/opp/dcn10/dcn10_opp.h
111
type FMT_SPATIAL_DITHER_DEPTH; \
drivers/gpu/drm/amd/display/dc/opp/dcn10/dcn10_opp.h
75
OPP_SF(FMT0_FMT_BIT_DEPTH_CONTROL, FMT_SPATIAL_DITHER_DEPTH, mask_sh), \
drivers/gpu/drm/radeon/cik.c
8775
FMT_SPATIAL_DITHER_EN | FMT_SPATIAL_DITHER_DEPTH(0));
drivers/gpu/drm/radeon/cik.c
8784
FMT_SPATIAL_DITHER_EN | FMT_SPATIAL_DITHER_DEPTH(1));
drivers/gpu/drm/radeon/cik.c
8793
FMT_SPATIAL_DITHER_EN | FMT_SPATIAL_DITHER_DEPTH(2));
drivers/gpu/drm/radeon/evergreen.c
1335
FMT_SPATIAL_DITHER_EN | FMT_SPATIAL_DITHER_DEPTH);
drivers/gpu/drm/radeon/r600.c
336
tmp |= (FMT_SPATIAL_DITHER_EN | FMT_SPATIAL_DITHER_DEPTH);