Searched refs:FMT_TRUNCATE_EN (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dce/ |
| H A D | dce_opp.c | 110 FMT_TRUNCATE_EN, 0, in set_truncation() 119 FMT_TRUNCATE_EN, 1, in set_truncation() 125 FMT_TRUNCATE_EN, 1, in set_truncation() 135 FMT_TRUNCATE_EN, 1, in set_truncation() 157 FMT_TRUNCATE_EN, 0, in dce60_set_truncation() 164 FMT_TRUNCATE_EN, 1, in dce60_set_truncation() 169 FMT_TRUNCATE_EN, 1, in dce60_set_truncation() 178 FMT_TRUNCATE_EN, 1, in dce60_set_truncation()
|
| H A D | dce_opp.h | 101 OPP_SF(FMT_BIT_DEPTH_CONTROL, FMT_TRUNCATE_EN, mask_sh),\ 164 OPP_SF(FMT0_FMT_BIT_DEPTH_CONTROL, FMT_TRUNCATE_EN, mask_sh),\ 210 OPP_SF(FMT_BIT_DEPTH_CONTROL, FMT_TRUNCATE_EN, mask_sh),\ 237 type FMT_TRUNCATE_EN; \
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | dce_v10_0.c | 542 tmp = REG_SET_FIELD(tmp, FMT_BIT_DEPTH_CONTROL, FMT_TRUNCATE_EN, 1); in dce_v10_0_program_fmt() 555 tmp = REG_SET_FIELD(tmp, FMT_BIT_DEPTH_CONTROL, FMT_TRUNCATE_EN, 1); in dce_v10_0_program_fmt() 568 tmp = REG_SET_FIELD(tmp, FMT_BIT_DEPTH_CONTROL, FMT_TRUNCATE_EN, 1); in dce_v10_0_program_fmt()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | cikd.h | 988 # define FMT_TRUNCATE_EN (1 << 0) macro
|
| H A D | evergreend.h | 1377 # define FMT_TRUNCATE_EN (1 << 0) macro
|
| H A D | r600d.h | 1246 # define FMT_TRUNCATE_EN (1 << 0) macro
|
| H A D | r600.c | 331 tmp |= FMT_TRUNCATE_EN; in dce3_program_fmt() 338 tmp |= (FMT_TRUNCATE_EN | FMT_TRUNCATE_DEPTH); in dce3_program_fmt()
|
| H A D | evergreen.c | 1328 tmp |= FMT_TRUNCATE_EN; in dce4_program_fmt() 1337 tmp |= (FMT_TRUNCATE_EN | FMT_TRUNCATE_DEPTH); in dce4_program_fmt()
|