Searched defs:dst_h (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_rect.c157 int dst_h = drm_rect_height(dst); local
158 int vscale = drm_calc_scale(src_h, dst_h);
160 if (vscale < 0 || dst_h == 0)
242 int dst_h = drm_rect_height(dst); local
243 int vscale = drm_calc_scale(src_h, dst_h);
245 if (vscale < 0 || dst_h == 0)
251 drm_rect_adjust_size(dst, 0, max_dst_h - dst_h);
257 int max_src_h = dst_h * max_vscale;
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_overlay.c431 short dst_h; member in struct:put_image_params
566 if (params->dst_h > 1)
568 /(params->dst_h);
733 regs->DWINSZ = (params->dst_h << 16) | params->dst_w;
880 tmp = ((rec->src_scan_h << 16) / rec->dst_h) >> 16;
1120 params->dst_h = ((((u32)put_image_rec->dst_height) << 12) /
1124 params->dst_h = put_image_rec->dst_height;

Completed in 30 milliseconds