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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_jpeg_v2_5.c 71 adev->jpeg.harvest_config |= 1 << i;
74 if (adev->jpeg.harvest_config == (AMDGPU_JPEG_HARVEST_JPEG0 |
100 if (adev->jpeg.harvest_config & (1 << i))
119 if (adev->jpeg.harvest_config & (1 << i))
171 if (adev->jpeg.harvest_config & (1 << i))
202 if (adev->jpeg.harvest_config & (1 << i))
314 if (adev->jpeg.harvest_config & (1 << i))
368 if (adev->jpeg.harvest_config & (1 << i))
443 if (adev->jpeg.harvest_config & (1 << i))
460 if (adev->jpeg.harvest_config & (1 << i)
    [all...]
amdgpu_jpeg.h 50 unsigned harvest_config; member in struct:amdgpu_jpeg
amdgpu_vce_v3_0.c 88 if (adev->vce.harvest_config == 0 ||
89 adev->vce.harvest_config == AMDGPU_VCE_HARVEST_VCE1)
91 else if (adev->vce.harvest_config == AMDGPU_VCE_HARVEST_VCE0)
120 if (adev->vce.harvest_config == 0 ||
121 adev->vce.harvest_config == AMDGPU_VCE_HARVEST_VCE1)
123 else if (adev->vce.harvest_config == AMDGPU_VCE_HARVEST_VCE0)
151 if (adev->vce.harvest_config == 0 ||
152 adev->vce.harvest_config == AMDGPU_VCE_HARVEST_VCE1)
154 else if (adev->vce.harvest_config == AMDGPU_VCE_HARVEST_VCE0)
277 if (adev->vce.harvest_config & (1 << idx)
    [all...]
amdgpu_uvd.h 69 unsigned harvest_config; member in struct:amdgpu_uvd
amdgpu_vce.h 52 unsigned harvest_config; member in struct:amdgpu_vce
amdgpu_jpeg.c 56 if (adev->jpeg.harvest_config & (1 << i))
85 if (adev->jpeg.harvest_config & (1 << i))
amdgpu_vcn_v2_5.c 92 adev->vcn.harvest_config |= 1 << i;
95 if (adev->vcn.harvest_config == (AMDGPU_VCN_HARVEST_VCN0 |
104 adev->vcn.harvest_config = 0;
131 if (adev->vcn.harvest_config & (1 << j))
174 if (adev->vcn.harvest_config & (1 << j))
271 if (adev->vcn.harvest_config & (1 << j))
321 if (adev->vcn.harvest_config & (1 << i))
397 if (adev->vcn.harvest_config & (1 << i))
543 if (adev->vcn.harvest_config & (1 << i))
708 if (adev->vcn.harvest_config & (1 << i)
    [all...]
amdgpu_uvd_v7_0.c 388 adev->uvd.harvest_config |= 1 << i;
391 if (adev->uvd.harvest_config == (AMDGPU_UVD_HARVEST_UVD0 |
418 if (adev->uvd.harvest_config & (1 << j))
455 if (adev->uvd.harvest_config & (1 << j))
512 if (adev->uvd.harvest_config & (1 << j))
542 if (adev->uvd.harvest_config & (1 << j))
618 if (adev->uvd.harvest_config & (1 << i))
664 if (adev->uvd.harvest_config & (1 << i))
743 if (adev->uvd.harvest_config & (1 << i))
801 if (adev->uvd.harvest_config & (1 << i)
    [all...]
amdgpu_uvd.c 264 if (adev->uvd.harvest_config & (1 << j))
312 if (adev->uvd.harvest_config & (1 << j))
374 if (adev->uvd.harvest_config & (1 << j))
406 if (adev->uvd.harvest_config & (1 << i))
1204 if (adev->uvd.harvest_config & (1 << i))
amdgpu_vcn.c 166 if (adev->vcn.harvest_config & (1 << i))
198 if (adev->vcn.harvest_config & (1 << j))
231 if (adev->vcn.harvest_config & (1 << i))
255 if (adev->vcn.harvest_config & (1 << i))
293 if (adev->vcn.harvest_config & (1 << j))
amdgpu_ctx.c 662 if (adev->vcn.harvest_config & (1 << i))
669 if (adev->vcn.harvest_config & (1 << i))
677 if (adev->jpeg.harvest_config & (1 << i))
amdgpu_vcn.h 206 unsigned harvest_config; member in struct:amdgpu_vcn
amdgpu_kms.c 359 if (adev->uvd.harvest_config & (1 << i))
379 if (adev->uvd.harvest_config & (1 << i))
392 if (adev->uvd.harvest_config & (1 << i))
404 if (adev->uvd.harvest_config & (1 << i))
419 if (adev->jpeg.harvest_config & (1 << i))
755 dev_info.vce_harvest_config = adev->vce.harvest_config;
amdgpu_vce_v4_0.c 679 mask |= (adev->vce.harvest_config & AMDGPU_VCE_HARVEST_VCE0) ? 0 : SRBM_STATUS2__VCE0_BUSY_MASK;
680 mask |= (adev->vce.harvest_config & AMDGPU_VCE_HARVEST_VCE1) ? 0 : SRBM_STATUS2__VCE1_BUSY_MASK;
911 if (adev->vce.harvest_config & (1 << i))

Completed in 74 milliseconds