Searched refs:FMT_TRUNCATE_DEPTH (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dce/ |
| H A D | dce_opp.c | 111 FMT_TRUNCATE_DEPTH, 0, in set_truncation() 120 FMT_TRUNCATE_DEPTH, 1, in set_truncation() 126 FMT_TRUNCATE_DEPTH, 2, in set_truncation() 136 FMT_TRUNCATE_DEPTH, in set_truncation() 158 FMT_TRUNCATE_DEPTH, 0); in dce60_set_truncation() 165 FMT_TRUNCATE_DEPTH, 1); in dce60_set_truncation() 170 FMT_TRUNCATE_DEPTH, 2); in dce60_set_truncation() 179 FMT_TRUNCATE_DEPTH, in dce60_set_truncation()
|
| H A D | dce_opp.h | 102 OPP_SF(FMT_BIT_DEPTH_CONTROL, FMT_TRUNCATE_DEPTH, mask_sh),\ 165 OPP_SF(FMT0_FMT_BIT_DEPTH_CONTROL, FMT_TRUNCATE_DEPTH, mask_sh),\ 211 OPP_SF(FMT_BIT_DEPTH_CONTROL, FMT_TRUNCATE_DEPTH, mask_sh),\ 238 type FMT_TRUNCATE_DEPTH; \
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | dce_v10_0.c | 543 tmp = REG_SET_FIELD(tmp, FMT_BIT_DEPTH_CONTROL, FMT_TRUNCATE_DEPTH, 0); in dce_v10_0_program_fmt() 556 tmp = REG_SET_FIELD(tmp, FMT_BIT_DEPTH_CONTROL, FMT_TRUNCATE_DEPTH, 1); in dce_v10_0_program_fmt() 569 tmp = REG_SET_FIELD(tmp, FMT_BIT_DEPTH_CONTROL, FMT_TRUNCATE_DEPTH, 2); in dce_v10_0_program_fmt()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | cikd.h | 990 # define FMT_TRUNCATE_DEPTH(x) ((x) << 4) /* 0 - 18bpp, 1 - 24bpp, 2 - 30bpp */ macro
|
| H A D | evergreend.h | 1378 # define FMT_TRUNCATE_DEPTH (1 << 4) macro
|
| H A D | r600d.h | 1247 # define FMT_TRUNCATE_DEPTH (1 << 4) macro
|
| H A D | r600.c | 338 tmp |= (FMT_TRUNCATE_EN | FMT_TRUNCATE_DEPTH); in dce3_program_fmt()
|
| H A D | evergreen.c | 1337 tmp |= (FMT_TRUNCATE_EN | FMT_TRUNCATE_DEPTH); in dce4_program_fmt()
|