Searched refs:FMT_TRUNCATE_DEPTH (Results 1 – 13 of 13) sorted by relevance
/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_opp.c | 113 FMT_TRUNCATE_DEPTH, 0, in set_truncation() 122 FMT_TRUNCATE_DEPTH, 1, in set_truncation() 128 FMT_TRUNCATE_DEPTH, 2, in set_truncation() 138 FMT_TRUNCATE_DEPTH, in set_truncation()
|
D | dce_opp.h | 91 OPP_SF(FMT_BIT_DEPTH_CONTROL, FMT_TRUNCATE_DEPTH, mask_sh),\ 154 OPP_SF(FMT0_FMT_BIT_DEPTH_CONTROL, FMT_TRUNCATE_DEPTH, mask_sh),\ 199 type FMT_TRUNCATE_DEPTH; \
|
/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_opp.h | 70 OPP_SF(FMT0_FMT_BIT_DEPTH_CONTROL, FMT_TRUNCATE_DEPTH, mask_sh), \ 104 type FMT_TRUNCATE_DEPTH; \
|
D | dcn10_opp.c | 57 FMT_TRUNCATE_DEPTH, params->flags.TRUNCATE_DEPTH, in opp1_set_truncation()
|
/drivers/gpu/drm/amd/amdgpu/ |
D | dce_v11_0.c | 563 tmp = REG_SET_FIELD(tmp, FMT_BIT_DEPTH_CONTROL, FMT_TRUNCATE_DEPTH, 0); in dce_v11_0_program_fmt() 576 tmp = REG_SET_FIELD(tmp, FMT_BIT_DEPTH_CONTROL, FMT_TRUNCATE_DEPTH, 1); in dce_v11_0_program_fmt() 589 tmp = REG_SET_FIELD(tmp, FMT_BIT_DEPTH_CONTROL, FMT_TRUNCATE_DEPTH, 2); in dce_v11_0_program_fmt()
|
D | dce_v10_0.c | 537 tmp = REG_SET_FIELD(tmp, FMT_BIT_DEPTH_CONTROL, FMT_TRUNCATE_DEPTH, 0); in dce_v10_0_program_fmt() 550 tmp = REG_SET_FIELD(tmp, FMT_BIT_DEPTH_CONTROL, FMT_TRUNCATE_DEPTH, 1); in dce_v10_0_program_fmt() 563 tmp = REG_SET_FIELD(tmp, FMT_BIT_DEPTH_CONTROL, FMT_TRUNCATE_DEPTH, 2); in dce_v10_0_program_fmt()
|
D | sid.h | 2106 #define FMT_TRUNCATE_DEPTH (1 << 4) macro
|
/drivers/gpu/drm/radeon/ |
D | cikd.h | 990 # define FMT_TRUNCATE_DEPTH(x) ((x) << 4) /* 0 - 18bpp, 1 - 24bpp, 2 - 30bpp */ macro
|
D | evergreend.h | 1378 # define FMT_TRUNCATE_DEPTH (1 << 4) macro
|
D | r600d.h | 1247 # define FMT_TRUNCATE_DEPTH (1 << 4) macro
|
D | cik.c | 8780 tmp |= (FMT_TRUNCATE_EN | FMT_TRUNCATE_DEPTH(0)); in dce8_program_fmt() 8789 tmp |= (FMT_TRUNCATE_EN | FMT_TRUNCATE_DEPTH(1)); in dce8_program_fmt() 8798 tmp |= (FMT_TRUNCATE_EN | FMT_TRUNCATE_DEPTH(2)); in dce8_program_fmt()
|
D | r600.c | 338 tmp |= (FMT_TRUNCATE_EN | FMT_TRUNCATE_DEPTH); in dce3_program_fmt()
|
D | evergreen.c | 1340 tmp |= (FMT_TRUNCATE_EN | FMT_TRUNCATE_DEPTH); in dce4_program_fmt()
|