Home
last modified time | relevance | path

Searched refs:EVERGREEN_GRPH_NUM_BANKS (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/radeon/
Devergreen_reg.h66 # define EVERGREEN_GRPH_NUM_BANKS(x) (((x) & 0x3) << 2) macro
Datombios_crtc.c1308 fb_format |= EVERGREEN_GRPH_NUM_BANKS(num_banks); in dce4_crtc_do_set_base()
1318 fb_format |= EVERGREEN_GRPH_NUM_BANKS(EVERGREEN_ADDR_SURF_4_BANK); in dce4_crtc_do_set_base()
1322 fb_format |= EVERGREEN_GRPH_NUM_BANKS(EVERGREEN_ADDR_SURF_8_BANK); in dce4_crtc_do_set_base()
1325 fb_format |= EVERGREEN_GRPH_NUM_BANKS(EVERGREEN_ADDR_SURF_16_BANK); in dce4_crtc_do_set_base()
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Dsid.h2140 #define EVERGREEN_GRPH_NUM_BANKS(x) (((x) & 0x3) << 2) macro