/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/ |
dce_mem_input.h | 145 SFB(blk, GRPH_CONTROL, GRPH_FORMAT, mask_sh),\ 268 type GRPH_FORMAT; \
|
amdgpu_dce_mem_input.c | 442 uint32_t grph_depth = 0, grph_format = 0; local in function:program_grph_pixel_format 463 grph_format = 0; 467 grph_format = 0; 471 grph_format = 1; 476 grph_format = 0; 482 grph_format = 1; 491 grph_format = 0; 500 GRPH_FORMAT, grph_format);
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
si_enums.h | 77 #define GRPH_FORMAT(x) (((x) & 0x7) << 8)
|
amdgpu_dce_v10_0.c | 1908 fb_format = REG_SET_FIELD(fb_format, GRPH_CONTROL, GRPH_FORMAT, 0); 1913 fb_format = REG_SET_FIELD(fb_format, GRPH_CONTROL, GRPH_FORMAT, 2); 1922 fb_format = REG_SET_FIELD(fb_format, GRPH_CONTROL, GRPH_FORMAT, 0); 1931 fb_format = REG_SET_FIELD(fb_format, GRPH_CONTROL, GRPH_FORMAT, 5); 1939 fb_format = REG_SET_FIELD(fb_format, GRPH_CONTROL, GRPH_FORMAT, 1); 1948 fb_format = REG_SET_FIELD(fb_format, GRPH_CONTROL, GRPH_FORMAT, 0); 1957 fb_format = REG_SET_FIELD(fb_format, GRPH_CONTROL, GRPH_FORMAT, 1); 1968 fb_format = REG_SET_FIELD(fb_format, GRPH_CONTROL, GRPH_FORMAT, 4); 1979 fb_format = REG_SET_FIELD(fb_format, GRPH_CONTROL, GRPH_FORMAT, 0);
|
amdgpu_dce_v11_0.c | 1950 fb_format = REG_SET_FIELD(fb_format, GRPH_CONTROL, GRPH_FORMAT, 0); 1955 fb_format = REG_SET_FIELD(fb_format, GRPH_CONTROL, GRPH_FORMAT, 2); 1964 fb_format = REG_SET_FIELD(fb_format, GRPH_CONTROL, GRPH_FORMAT, 0); 1973 fb_format = REG_SET_FIELD(fb_format, GRPH_CONTROL, GRPH_FORMAT, 5); 1981 fb_format = REG_SET_FIELD(fb_format, GRPH_CONTROL, GRPH_FORMAT, 1); 1990 fb_format = REG_SET_FIELD(fb_format, GRPH_CONTROL, GRPH_FORMAT, 0); 1999 fb_format = REG_SET_FIELD(fb_format, GRPH_CONTROL, GRPH_FORMAT, 1); 2010 fb_format = REG_SET_FIELD(fb_format, GRPH_CONTROL, GRPH_FORMAT, 4); 2021 fb_format = REG_SET_FIELD(fb_format, GRPH_CONTROL, GRPH_FORMAT, 0);
|
amdgpu_dce_v6_0.c | 1865 GRPH_FORMAT(GRPH_FORMAT_INDEXED)); 1870 GRPH_FORMAT(GRPH_FORMAT_ARGB4444)); 1878 GRPH_FORMAT(GRPH_FORMAT_ARGB1555)); 1886 GRPH_FORMAT(GRPH_FORMAT_BGRA5551)); 1893 GRPH_FORMAT(GRPH_FORMAT_ARGB565)); 1901 GRPH_FORMAT(GRPH_FORMAT_ARGB8888)); 1909 GRPH_FORMAT(GRPH_FORMAT_ARGB2101010)); 1919 GRPH_FORMAT(GRPH_FORMAT_BGRA1010102)); 1929 GRPH_FORMAT(GRPH_FORMAT_ARGB8888));
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/ |
amdgpu_dce110_mem_input_v.c | 374 uint8_t grph_format; local in function:program_pixel_format 383 grph_format = 0; 387 grph_format = 1; 392 grph_format = 0; 398 grph_format = 1; 404 grph_format = 0; 408 grph_format = 0; 419 grph_format, 421 GRPH_FORMAT);
|