Searched refs:GRPH_NUM_BANKS (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_mem_input.h | 159 SFB(blk, GRPH_CONTROL, GRPH_NUM_BANKS, mask_sh),\ 170 SFB(blk, GRPH_CONTROL, GRPH_NUM_BANKS, mask_sh),\ 300 SFB(blk, GRPH_CONTROL, GRPH_NUM_BANKS, mask_sh),\ 359 type GRPH_NUM_BANKS; \
|
D | dce_mem_input.c | 438 GRPH_NUM_BANKS, log_2(info->gfx9.num_banks), in program_tiling() 451 GRPH_NUM_BANKS, info->gfx8.num_banks, in program_tiling() 468 GRPH_NUM_BANKS, info->gfx8.num_banks, in program_tiling()
|
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/ |
D | si_enums.h | 92 #define GRPH_NUM_BANKS(x) (((x) & 0x3) << 2) macro
|
D | dce_v6_0.c | 1947 fb_format |= GRPH_NUM_BANKS(num_banks); in dce_v6_0_crtc_do_set_base()
|
D | dce_v10_0.c | 1991 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 | 2041 fb_format = REG_SET_FIELD(fb_format, GRPH_CONTROL, GRPH_NUM_BANKS, num_banks); in dce_v11_0_crtc_do_set_base()
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dce110/ |
D | dce110_mem_input_v.c | 173 UNP_GRPH_CONTROL, GRPH_NUM_BANKS); in program_tiling()
|