/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/ |
dce_mem_input.h | 144 SFB(blk, GRPH_CONTROL, GRPH_DEPTH, mask_sh),\ 267 type GRPH_DEPTH; \
|
amdgpu_dce_mem_input.c | 442 uint32_t grph_depth = 0, grph_format = 0; local in function:program_grph_pixel_format 462 grph_depth = 0; 466 grph_depth = 1; 470 grph_depth = 1; 475 grph_depth = 2; 481 grph_depth = 2; 490 grph_depth = 3; 499 GRPH_DEPTH, grph_depth,
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
si_enums.h | 72 #define GRPH_DEPTH(x) (((x) & 0x3) << 0)
|
amdgpu_dce_v10_0.c | 1907 fb_format = REG_SET_FIELD(0, GRPH_CONTROL, GRPH_DEPTH, 0); 1912 fb_format = REG_SET_FIELD(0, GRPH_CONTROL, GRPH_DEPTH, 1); 1921 fb_format = REG_SET_FIELD(0, GRPH_CONTROL, GRPH_DEPTH, 1); 1930 fb_format = REG_SET_FIELD(0, GRPH_CONTROL, GRPH_DEPTH, 1); 1938 fb_format = REG_SET_FIELD(0, GRPH_CONTROL, GRPH_DEPTH, 1); 1947 fb_format = REG_SET_FIELD(0, GRPH_CONTROL, GRPH_DEPTH, 2); 1956 fb_format = REG_SET_FIELD(0, GRPH_CONTROL, GRPH_DEPTH, 2); 1967 fb_format = REG_SET_FIELD(0, GRPH_CONTROL, GRPH_DEPTH, 2); 1978 fb_format = REG_SET_FIELD(0, GRPH_CONTROL, GRPH_DEPTH, 2);
|
amdgpu_dce_v11_0.c | 1949 fb_format = REG_SET_FIELD(0, GRPH_CONTROL, GRPH_DEPTH, 0); 1954 fb_format = REG_SET_FIELD(0, GRPH_CONTROL, GRPH_DEPTH, 1); 1963 fb_format = REG_SET_FIELD(0, GRPH_CONTROL, GRPH_DEPTH, 1); 1972 fb_format = REG_SET_FIELD(0, GRPH_CONTROL, GRPH_DEPTH, 1); 1980 fb_format = REG_SET_FIELD(0, GRPH_CONTROL, GRPH_DEPTH, 1); 1989 fb_format = REG_SET_FIELD(0, GRPH_CONTROL, GRPH_DEPTH, 2); 1998 fb_format = REG_SET_FIELD(0, GRPH_CONTROL, GRPH_DEPTH, 2); 2009 fb_format = REG_SET_FIELD(0, GRPH_CONTROL, GRPH_DEPTH, 2); 2020 fb_format = REG_SET_FIELD(0, GRPH_CONTROL, GRPH_DEPTH, 2);
|
amdgpu_dce_v6_0.c | 1864 fb_format = (GRPH_DEPTH(GRPH_DEPTH_8BPP) | 1869 fb_format = (GRPH_DEPTH(GRPH_DEPTH_16BPP) | 1877 fb_format = (GRPH_DEPTH(GRPH_DEPTH_16BPP) | 1885 fb_format = (GRPH_DEPTH(GRPH_DEPTH_16BPP) | 1892 fb_format = (GRPH_DEPTH(GRPH_DEPTH_16BPP) | 1900 fb_format = (GRPH_DEPTH(GRPH_DEPTH_32BPP) | 1908 fb_format = (GRPH_DEPTH(GRPH_DEPTH_32BPP) | 1918 fb_format = (GRPH_DEPTH(GRPH_DEPTH_32BPP) | 1928 fb_format = (GRPH_DEPTH(GRPH_DEPTH_32BPP) |
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/ |
amdgpu_dce110_mem_input_v.c | 373 uint8_t grph_depth; local in function:program_pixel_format 382 grph_depth = 0; 386 grph_depth = 1; 391 grph_depth = 2; 397 grph_depth = 2; 403 grph_depth = 3; 407 grph_depth = 2; 414 grph_depth, 416 GRPH_DEPTH);
|