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

  /src/sys/external/bsd/drm2/dist/drm/amd/include/
cik_structs.h 98 uint32_t cp_hqd_pq_control; member in struct:cik_mqd
vi_structs.h 307 uint32_t cp_hqd_pq_control; member in struct:vi_mqd
v10_structs.h 824 uint32_t cp_hqd_pq_control; member in struct:v10_compute_mqd
v9_structs.h 307 uint32_t cp_hqd_pq_control; member in struct:v9_mqd
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gfx_v7_0.c 2862 u32 cp_hqd_pq_control; member in struct:hqd_registers
2975 mqd->cp_hqd_pq_control = RREG32(mmCP_HQD_PQ_CONTROL);
2976 mqd->cp_hqd_pq_control &=
2980 mqd->cp_hqd_pq_control |=
2982 mqd->cp_hqd_pq_control |=
2985 mqd->cp_hqd_pq_control |=
2988 mqd->cp_hqd_pq_control &=
2992 mqd->cp_hqd_pq_control |=
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_cik.c 4478 u32 cp_hqd_pq_control; member in struct:hqd_registers
4685 mqd->queue_state.cp_hqd_pq_control = RREG32(CP_HQD_PQ_CONTROL);
4686 mqd->queue_state.cp_hqd_pq_control &=
4689 mqd->queue_state.cp_hqd_pq_control |=
4691 mqd->queue_state.cp_hqd_pq_control |=
4694 mqd->queue_state.cp_hqd_pq_control |= BUF_SWAP_32BIT;
4696 mqd->queue_state.cp_hqd_pq_control &=
4698 mqd->queue_state.cp_hqd_pq_control |=
4700 WREG32(CP_HQD_PQ_CONTROL, mqd->queue_state.cp_hqd_pq_control)
    [all...]

Completed in 22 milliseconds