Lines Matching defs:hd
854 * @hd: number of HD streams
856 * Count the number of open SD/HD streams as a hint for power mangement
859 unsigned *sd, unsigned *hd)
864 *hd = 0;
871 ++(*hd);
885 &rdev->pm.dpm.hd);
904 unsigned hd = 0, sd = 0;
905 radeon_uvd_count_handles(rdev, &sd, &hd);
907 (rdev->pm.dpm.hd != hd)) {
909 rdev->pm.dpm.hd = hd;