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

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rs690.c 286 fixed20_12 sclk, core_bandwidth, max_bandwidth; local in function:rs690_crtc_bandwidth_compute
306 /* core_bandwidth = sclk(Mhz) * 16 */
308 core_bandwidth.full = dfixed_div(rdev->pm.sclk, a);
370 max_bandwidth = core_bandwidth;
radeon_device.c 770 /* core_bandwidth = sclk(Mhz) * 16 */
771 rdev->pm.core_bandwidth.full = dfixed_div(rdev->pm.sclk, a);
radeon.h 1206 * @core_bandwidth: core GPU bandwidth the gpu has (MByte/s) (IGP)
1651 fixed20_12 core_bandwidth; member in struct:radeon_pm

Completed in 20 milliseconds