HomeSort by: relevance | last modified time | path
    Searched defs:ctx_reg_offset (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gfx_v10_0.c 955 int ctx_reg_offset; local in function:gfx_v10_0_get_csb_buffer
984 ctx_reg_offset =
987 buffer[count++] = cpu_to_le32(ctx_reg_offset);
2663 int ctx_reg_offset; local in function:gfx_v10_0_cp_gfx_start
2700 ctx_reg_offset =
2703 amdgpu_ring_write(ring, ctx_reg_offset);
amdgpu_gfx_v10_0.c 955 int ctx_reg_offset; local in function:gfx_v10_0_get_csb_buffer
984 ctx_reg_offset =
987 buffer[count++] = cpu_to_le32(ctx_reg_offset);
2663 int ctx_reg_offset; local in function:gfx_v10_0_cp_gfx_start
2700 ctx_reg_offset =
2703 amdgpu_ring_write(ring, ctx_reg_offset);

Completed in 32 milliseconds