Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/radeon/
Devergreen_reg.h66 # define EVERGREEN_GRPH_NUM_BANKS(x) (((x) & 0x3) << 2) macro
Datombios_crtc.c1303 fb_format |= EVERGREEN_GRPH_NUM_BANKS(num_banks); in dce4_crtc_do_set_base()
1313 fb_format |= EVERGREEN_GRPH_NUM_BANKS(EVERGREEN_ADDR_SURF_4_BANK); in dce4_crtc_do_set_base()
1317 fb_format |= EVERGREEN_GRPH_NUM_BANKS(EVERGREEN_ADDR_SURF_8_BANK); in dce4_crtc_do_set_base()
1320 fb_format |= EVERGREEN_GRPH_NUM_BANKS(EVERGREEN_ADDR_SURF_16_BANK); in dce4_crtc_do_set_base()