HomeSort by: relevance | last modified time | path
    Searched refs:EVERGREEN_GRPH_NUM_BANKS (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
evergreen_reg.h 68 # define EVERGREEN_GRPH_NUM_BANKS(x) (((x) & 0x3) << 2)
radeon_atombios_crtc.c 1325 fb_format |= EVERGREEN_GRPH_NUM_BANKS(num_banks);
1335 fb_format |= EVERGREEN_GRPH_NUM_BANKS(EVERGREEN_ADDR_SURF_4_BANK);
1339 fb_format |= EVERGREEN_GRPH_NUM_BANKS(EVERGREEN_ADDR_SURF_8_BANK);
1342 fb_format |= EVERGREEN_GRPH_NUM_BANKS(EVERGREEN_ADDR_SURF_16_BANK);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
sid.h 2142 #define EVERGREEN_GRPH_NUM_BANKS(x) (((x) & 0x3) << 2)

Completed in 40 milliseconds