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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gfx.h 157 unsigned num_rbs; member in struct:amdgpu_gfx_config
amdgpu_debugfs.c 584 config[no_regs++] = adev->gfx.config.num_rbs;
amdgpu_gfx_v6_0.c 1491 adev->gfx.config.num_rbs = hweight32(active_rbs);
1499 adev->gfx.config.num_rbs >= num_rb_pipes)
amdgpu_gfx_v7_0.c 1817 adev->gfx.config.num_rbs = hweight32(active_rbs);
1825 adev->gfx.config.num_rbs >= num_rb_pipes) {
amdgpu_gfx_v8_0.c 3638 adev->gfx.config.num_rbs = hweight32(active_rbs);
3646 adev->gfx.config.num_rbs >= num_rb_pipes) {
amdgpu_gfx_v10_0.c 1559 adev->gfx.config.num_rbs = hweight32(active_rbs);
amdgpu_gfx_v9_0.c 2396 adev->gfx.config.num_rbs = hweight32(active_rbs);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_cik.c 2356 u32 num_rbs = rdev->config.cik.max_backends_per_se * local in function:cik_tiling_mode_table_init
2669 if (num_rbs == 4) {
2749 } else if (num_rbs < 4) {

Completed in 35 milliseconds