Lines Matching defs:clock
1702 * Returns the reference clock used by the gfx engine
1707 u32 reference_clock = rdev->clock.spll.reference_freq;
8901 u32 sclk; /* engine clock in kHz */
8902 u32 disp_clk; /* display clock in kHz */
9242 (u32)mode->clock);
9244 (u32)mode->clock);
9259 wm_high.disp_clk = mode->clock;
9299 wm_low.disp_clk = mode->clock;
9388 * cik_get_gpu_clock_counter - return GPU clock counter snapshot
9392 * Fetches a GPU clock counter snapshot (SI).
9393 * Returns the 64 bit clock counter snapshot.
9397 uint64_t clock;
9401 clock = (uint64_t)RREG32(RLC_GPU_CLOCK_COUNT_LSB) |
9404 return clock;
9407 static int cik_set_uvd_clock(struct radeon_device *rdev, u32 clock,
9415 clock, false, ÷rs);