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

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_ucode.c 38 DRM_DEBUG("size_bytes: %u\n", le32_to_cpu(hdr->size_bytes));
167 if (fw->size == le32_to_cpu(hdr->size_bytes))
radeon_ucode.c 38 DRM_DEBUG("size_bytes: %u\n", le32_to_cpu(hdr->size_bytes));
167 if (fw->size == le32_to_cpu(hdr->size_bytes))
radeon_ucode.h 159 uint32_t size_bytes; /* size of the entire header+image(s) in bytes */ member in struct:common_firmware_header
radeon_ucode.h 159 uint32_t size_bytes; /* size of the entire header+image(s) in bytes */ member in struct:common_firmware_header
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
smu_ucode_xfer_cz.h 120 uint32_t size_bytes; member in struct:SMU_Task
smu_ucode_xfer_cz.h 120 uint32_t size_bytes; member in struct:SMU_Task
  /src/sys/external/bsd/drm/dist/shared-core/
r600_blit.c 1714 int size_bytes)
1725 (unsigned long long)dst_gpu_addr, size_bytes);
1727 if ((size_bytes & 3) || (src_gpu_addr & 3) || (dst_gpu_addr & 3)) {
1730 while (size_bytes) {
1731 int cur_size = size_bytes;
1815 size_bytes -= cur_size * h;
1820 while (size_bytes) {
1821 int cur_size = size_bytes;
1906 size_bytes -= cur_size * h;
r600_blit.c 1714 int size_bytes)
1725 (unsigned long long)dst_gpu_addr, size_bytes);
1727 if ((size_bytes & 3) || (src_gpu_addr & 3) || (dst_gpu_addr & 3)) {
1730 while (size_bytes) {
1731 int cur_size = size_bytes;
1815 size_bytes -= cur_size * h;
1820 while (size_bytes) {
1821 int cur_size = size_bytes;
1906 size_bytes -= cur_size * h;
radeon_drv.h 537 int size_bytes);
radeon_drv.h 537 int size_bytes);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ucode.h 31 uint32_t size_bytes; /* size of the entire header+image(s) in bytes */ member in struct:common_firmware_header
amdgpu_ucode.h 31 uint32_t size_bytes; /* size of the entire header+image(s) in bytes */ member in struct:common_firmware_header
amdgpu_ucode.c 40 DRM_DEBUG("size_bytes: %u\n", le32_to_cpu(hdr->size_bytes));
321 if (fw->size == le32_to_cpu(hdr->size_bytes))
amdgpu_ucode.c 40 DRM_DEBUG("size_bytes: %u\n", le32_to_cpu(hdr->size_bytes));
321 if (fw->size == le32_to_cpu(hdr->size_bytes))
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_smu8_smumgr.c 358 task->size_bytes = smu8_smu->scratch_buffer[i].data_size;
395 task->size_bytes = smu8_smu->driver_buffer[i].data_size;
amdgpu_smu8_smumgr.c 358 task->size_bytes = smu8_smu->scratch_buffer[i].data_size;
395 task->size_bytes = smu8_smu->driver_buffer[i].data_size;

Completed in 40 milliseconds