Lines Matching defs:clock
1711 * Returns the reference clock used by the gfx engine
1716 u32 reference_clock = rdev->clock.spll.reference_freq;
8919 u32 sclk; /* engine clock in kHz */
8920 u32 disp_clk; /* display clock in kHz */
9260 (u32)mode->clock);
9262 (u32)mode->clock);
9277 wm_high.disp_clk = mode->clock;
9317 wm_low.disp_clk = mode->clock;
9406 * cik_get_gpu_clock_counter - return GPU clock counter snapshot
9410 * Fetches a GPU clock counter snapshot (SI).
9411 * Returns the 64 bit clock counter snapshot.
9415 uint64_t clock;
9419 clock = (uint64_t)RREG32(RLC_GPU_CLOCK_COUNT_LSB) |
9422 return clock;
9425 static int cik_set_uvd_clock(struct radeon_device *rdev, u32 clock,
9433 clock, false, ÷rs);