Home
last modified time | relevance | path

Searched refs:src_width (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/sys/dev/drm2/i915/
Dintel_overlay.c985 rec->src_width > IMAGE_MAX_WIDTH_LEGACY) in check_overlay_src()
989 rec->src_width > IMAGE_MAX_WIDTH) in check_overlay_src()
995 rec->src_width < N_HORIZ_Y_TAPS*4) in check_overlay_src()
1031 if (rec->src_width % uv_hscale) in check_overlay_src()
1055 if (packed_width_bytes(rec->flags, rec->src_width) > rec->stride_Y) in check_overlay_src()
1064 if (rec->src_width > rec->stride_Y) in check_overlay_src()
1066 if (rec->src_width/uv_hscale > rec->stride_UV) in check_overlay_src()
1211 params->src_w = put_image_rec->src_width; in intel_overlay_put_image()
Di915_drm.h909 uint16_t src_width; member
/freebsd-10-stable/sys/dev/drm2/radeon/
Devergreen.c827 u32 src_width; /* viewport width */ member
936 fixed20_12 src_width; in evergreen_average_bandwidth() local
944 src_width.full = dfixed_const(wm->src_width); in evergreen_average_bandwidth()
945 bandwidth.full = dfixed_mul(src_width, bpp); in evergreen_average_bandwidth()
991 a.full = dfixed_const(max_src_lines_per_dst_line * wm->src_width * wm->bytes_per_pixel); in evergreen_latency_watermark()
1025 u32 lb_partitions = wm->lb_size / wm->src_width; in evergreen_check_latency_hiding()
1074 wm.src_width = mode->crtc_hdisplay; in evergreen_program_watermarks()
Dsi.c537 u32 src_width; /* viewport width */ member
663 fixed20_12 src_width; in dce6_average_bandwidth() local
671 src_width.full = dfixed_const(wm->src_width); in dce6_average_bandwidth()
672 bandwidth.full = dfixed_mul(src_width, bpp); in dce6_average_bandwidth()
728 a.full = dfixed_const(max_src_lines_per_dst_line * wm->src_width * wm->bytes_per_pixel); in dce6_latency_watermark()
762 u32 lb_partitions = wm->lb_size / wm->src_width; in dce6_check_latency_hiding()
810 wm.src_width = mode->crtc_hdisplay; in dce6_program_watermarks()
/freebsd-10-stable/sys/dev/vt/hw/vga/
Dvt_vga.c419 const uint8_t *src, const uint8_t *src_mask, unsigned int src_width, in vga_copy_bitmap_portion() argument
427 bytes = (src_width + 7) / 8; in vga_copy_bitmap_portion()