Searched refs:FMT_SPATIAL_DITHER_DEPTH (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/ |
| D | dcn10_opp.h | 74 OPP_SF(FMT0_FMT_BIT_DEPTH_CONTROL, FMT_SPATIAL_DITHER_DEPTH, mask_sh), \ 108 type FMT_SPATIAL_DITHER_DEPTH; \
|
| D | dcn10_opp.c | 69 FMT_SPATIAL_DITHER_DEPTH, 0, in opp1_set_spatial_dither() 131 FMT_SPATIAL_DITHER_DEPTH, params->flags.SPATIAL_DITHER_DEPTH, in opp1_set_spatial_dither()
|
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce/ |
| D | dce_opp.h | 94 OPP_SF(FMT_BIT_DEPTH_CONTROL, FMT_SPATIAL_DITHER_DEPTH, mask_sh),\ 157 OPP_SF(FMT0_FMT_BIT_DEPTH_CONTROL, FMT_SPATIAL_DITHER_DEPTH, mask_sh),\ 202 type FMT_SPATIAL_DITHER_DEPTH; \
|
| D | dce_opp.c | 167 FMT_SPATIAL_DITHER_DEPTH, 0, in set_spatial_dither() 248 FMT_SPATIAL_DITHER_DEPTH, params->flags.SPATIAL_DITHER_DEPTH, in set_spatial_dither()
|
| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
| D | dce_v10_0.c | 534 tmp = REG_SET_FIELD(tmp, FMT_BIT_DEPTH_CONTROL, FMT_SPATIAL_DITHER_DEPTH, 0); in dce_v10_0_program_fmt() 547 tmp = REG_SET_FIELD(tmp, FMT_BIT_DEPTH_CONTROL, FMT_SPATIAL_DITHER_DEPTH, 1); in dce_v10_0_program_fmt() 560 tmp = REG_SET_FIELD(tmp, FMT_BIT_DEPTH_CONTROL, FMT_SPATIAL_DITHER_DEPTH, 2); in dce_v10_0_program_fmt()
|
| D | dce_v11_0.c | 560 tmp = REG_SET_FIELD(tmp, FMT_BIT_DEPTH_CONTROL, FMT_SPATIAL_DITHER_DEPTH, 0); in dce_v11_0_program_fmt() 573 tmp = REG_SET_FIELD(tmp, FMT_BIT_DEPTH_CONTROL, FMT_SPATIAL_DITHER_DEPTH, 1); in dce_v11_0_program_fmt() 586 tmp = REG_SET_FIELD(tmp, FMT_BIT_DEPTH_CONTROL, FMT_SPATIAL_DITHER_DEPTH, 2); in dce_v11_0_program_fmt()
|
| D | sid.h | 2109 #define FMT_SPATIAL_DITHER_DEPTH (1 << 12) macro
|
| /Linux-v5.4/drivers/gpu/drm/radeon/ |
| D | cikd.h | 993 # define FMT_SPATIAL_DITHER_DEPTH(x) ((x) << 11) /* 0 - 18bpp, 1 - 24bpp, 2 - 30bpp */ macro
|
| D | evergreend.h | 1381 # define FMT_SPATIAL_DITHER_DEPTH (1 << 12) macro
|
| D | r600d.h | 1250 # define FMT_SPATIAL_DITHER_DEPTH (1 << 12) macro
|
| D | cik.c | 8778 FMT_SPATIAL_DITHER_EN | FMT_SPATIAL_DITHER_DEPTH(0)); in dce8_program_fmt() 8787 FMT_SPATIAL_DITHER_EN | FMT_SPATIAL_DITHER_DEPTH(1)); in dce8_program_fmt() 8796 FMT_SPATIAL_DITHER_EN | FMT_SPATIAL_DITHER_DEPTH(2)); in dce8_program_fmt()
|
| D | r600.c | 336 tmp |= (FMT_SPATIAL_DITHER_EN | FMT_SPATIAL_DITHER_DEPTH); in dce3_program_fmt()
|
| D | evergreen.c | 1338 FMT_SPATIAL_DITHER_EN | FMT_SPATIAL_DITHER_DEPTH); in dce4_program_fmt()
|