Searched refs:GRPH_BANK_WIDTH (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_mem_input.h | 160 SFB(blk, GRPH_CONTROL, GRPH_BANK_WIDTH, mask_sh),\ 171 SFB(blk, GRPH_CONTROL, GRPH_BANK_WIDTH, mask_sh),\ 360 type GRPH_BANK_WIDTH;\
|
D | dce_mem_input.c | 452 GRPH_BANK_WIDTH, info->gfx8.bank_width, in program_tiling() 469 GRPH_BANK_WIDTH, info->gfx8.bank_width, in program_tiling()
|
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/ |
D | si_enums.h | 99 #define GRPH_BANK_WIDTH(x) (((x) & 0x3) << 6) macro
|
D | dce_v6_0.c | 1948 fb_format |= GRPH_BANK_WIDTH(bankw); in dce_v6_0_crtc_do_set_base()
|
D | dce_v10_0.c | 2002 fb_format = REG_SET_FIELD(fb_format, GRPH_CONTROL, GRPH_BANK_WIDTH, bankw); in dce_v10_0_crtc_do_set_base()
|
D | dce_v11_0.c | 2044 fb_format = REG_SET_FIELD(fb_format, GRPH_CONTROL, GRPH_BANK_WIDTH, bankw); in dce_v11_0_crtc_do_set_base()
|