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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/irq/dce110/
amdgpu_irq_service_dce110.c 217 uint8_t pipe_offset = dal_irq_src - IRQ_TYPE_VBLANK; local
220 dc->current_state->res_ctx.pipe_ctx[pipe_offset].stream_res.tg;
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_device_queue_manager.c 80 int pipe_offset = mec * dqm->dev->shared_resources.num_pipe_per_mec local
85 if (test_bit(pipe_offset + i,
912 int pipe_offset = pipe * get_queues_per_pipe(dqm); local
915 if (test_bit(pipe_offset + queue,
1983 int pipe_offset = pipe * get_queues_per_pipe(dqm); local
1986 if (!test_bit(pipe_offset + queue,
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_evergreen.c 1834 u32 pipe_offset = radeon_crtc->crtc_id * 0x20; local
1875 WREG32(PIPE0_DMIF_BUFFER_CONTROL + pipe_offset,
1878 if (RREG32(PIPE0_DMIF_BUFFER_CONTROL + pipe_offset) &
2170 u32 pipe_offset = radeon_crtc->crtc_id * 16; local
2289 arb_control3 = RREG32(PIPE0_ARBITRATION_CONTROL3 + pipe_offset);
2293 WREG32(PIPE0_ARBITRATION_CONTROL3 + pipe_offset, tmp);
2294 WREG32(PIPE0_LATENCY_CONTROL + pipe_offset,
2298 tmp = RREG32(PIPE0_ARBITRATION_CONTROL3 + pipe_offset);
2301 WREG32(PIPE0_ARBITRATION_CONTROL3 + pipe_offset, tmp);
2302 WREG32(PIPE0_LATENCY_CONTROL + pipe_offset,
    [all...]
radeon_si.c 1984 u32 pipe_offset = radeon_crtc->crtc_id * 0x20; local
2014 WREG32(PIPE0_DMIF_BUFFER_CONTROL + pipe_offset,
2017 if (RREG32(PIPE0_DMIF_BUFFER_CONTROL + pipe_offset) &
radeon_cik.c 8888 u32 pipe_offset = radeon_crtc->crtc_id * 0x20; local
8920 WREG32(PIPE0_DMIF_BUFFER_CONTROL + pipe_offset,
8923 if (RREG32(PIPE0_DMIF_BUFFER_CONTROL + pipe_offset) &
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_dce_v10_0.c 604 u32 pipe_offset = amdgpu_crtc->crtc_id; local
637 tmp = RREG32(mmPIPE0_DMIF_BUFFER_CONTROL + pipe_offset);
639 WREG32(mmPIPE0_DMIF_BUFFER_CONTROL + pipe_offset, tmp);
642 tmp = RREG32(mmPIPE0_DMIF_BUFFER_CONTROL + pipe_offset);
amdgpu_dce_v11_0.c 630 u32 pipe_offset = amdgpu_crtc->crtc_id; local
663 tmp = RREG32(mmPIPE0_DMIF_BUFFER_CONTROL + pipe_offset);
665 WREG32(mmPIPE0_DMIF_BUFFER_CONTROL + pipe_offset, tmp);
668 tmp = RREG32(mmPIPE0_DMIF_BUFFER_CONTROL + pipe_offset);
amdgpu_dce_v6_0.c 1000 u32 pipe_offset = amdgpu_crtc->crtc_id * 0x8; local
1030 WREG32(mmPIPE0_DMIF_BUFFER_CONTROL + pipe_offset,
1033 if (RREG32(mmPIPE0_DMIF_BUFFER_CONTROL + pipe_offset) &
amdgpu_dce_v8_0.c 541 u32 pipe_offset = amdgpu_crtc->crtc_id * 0x8; local
574 WREG32(mmPIPE0_DMIF_BUFFER_CONTROL + pipe_offset,
577 if (RREG32(mmPIPE0_DMIF_BUFFER_CONTROL + pipe_offset) &

Completed in 62 milliseconds