Searched refs:FMT_SPATIAL_DITHER_DEPTH (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/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 | 67 FMT_SPATIAL_DITHER_DEPTH, 0, in opp1_set_spatial_dither() 129 FMT_SPATIAL_DITHER_DEPTH, params->flags.SPATIAL_DITHER_DEPTH, in opp1_set_spatial_dither()
|
/Linux-v4.19/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 | 165 FMT_SPATIAL_DITHER_DEPTH, 0, in set_spatial_dither() 246 FMT_SPATIAL_DITHER_DEPTH, params->flags.SPATIAL_DITHER_DEPTH, in set_spatial_dither()
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | dce_v11_0.c | 552 tmp = REG_SET_FIELD(tmp, FMT_BIT_DEPTH_CONTROL, FMT_SPATIAL_DITHER_DEPTH, 0); in dce_v11_0_program_fmt() 565 tmp = REG_SET_FIELD(tmp, FMT_BIT_DEPTH_CONTROL, FMT_SPATIAL_DITHER_DEPTH, 1); in dce_v11_0_program_fmt() 578 tmp = REG_SET_FIELD(tmp, FMT_BIT_DEPTH_CONTROL, FMT_SPATIAL_DITHER_DEPTH, 2); in dce_v11_0_program_fmt()
|
D | dce_v10_0.c | 526 tmp = REG_SET_FIELD(tmp, FMT_BIT_DEPTH_CONTROL, FMT_SPATIAL_DITHER_DEPTH, 0); in dce_v10_0_program_fmt() 539 tmp = REG_SET_FIELD(tmp, FMT_BIT_DEPTH_CONTROL, FMT_SPATIAL_DITHER_DEPTH, 1); in dce_v10_0_program_fmt() 552 tmp = REG_SET_FIELD(tmp, FMT_BIT_DEPTH_CONTROL, FMT_SPATIAL_DITHER_DEPTH, 2); in dce_v10_0_program_fmt()
|
D | sid.h | 2109 #define FMT_SPATIAL_DITHER_DEPTH (1 << 12) macro
|
/Linux-v4.19/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 | 8774 FMT_SPATIAL_DITHER_EN | FMT_SPATIAL_DITHER_DEPTH(0)); in dce8_program_fmt() 8783 FMT_SPATIAL_DITHER_EN | FMT_SPATIAL_DITHER_DEPTH(1)); in dce8_program_fmt() 8792 FMT_SPATIAL_DITHER_EN | FMT_SPATIAL_DITHER_DEPTH(2)); in dce8_program_fmt()
|
D | r600.c | 330 tmp |= (FMT_SPATIAL_DITHER_EN | FMT_SPATIAL_DITHER_DEPTH); in dce3_program_fmt()
|
D | evergreen.c | 1334 FMT_SPATIAL_DITHER_EN | FMT_SPATIAL_DITHER_DEPTH); in dce4_program_fmt()
|