Searched refs:GRPH_NUM_BANKS (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_mem_input.h | 130 SFB(blk, GRPH_CONTROL, GRPH_NUM_BANKS, mask_sh),\ 144 SFB(blk, GRPH_CONTROL, GRPH_NUM_BANKS, mask_sh),\ 267 type GRPH_NUM_BANKS; \
|
D | dce_mem_input.c | 361 GRPH_NUM_BANKS, log_2(info->gfx9.num_banks), in program_tiling() 374 GRPH_NUM_BANKS, info->gfx8.num_banks, in program_tiling()
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | si_enums.h | 72 #define GRPH_NUM_BANKS(x) (((x) & 0x3) << 2) macro
|
D | dce_v6_0.c | 1905 fb_format |= GRPH_NUM_BANKS(num_banks); in dce_v6_0_crtc_do_set_base()
|
D | dce_v10_0.c | 1960 fb_format = REG_SET_FIELD(fb_format, GRPH_CONTROL, GRPH_NUM_BANKS, num_banks); in dce_v10_0_crtc_do_set_base()
|
D | dce_v11_0.c | 2002 fb_format = REG_SET_FIELD(fb_format, GRPH_CONTROL, GRPH_NUM_BANKS, num_banks); in dce_v11_0_crtc_do_set_base()
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce110/ |
D | dce110_mem_input_v.c | 172 UNP_GRPH_CONTROL, GRPH_NUM_BANKS); in program_tiling()
|