/src/sys/external/bsd/drm2/dist/drm/ |
drm_rect.c | 179 int src_w = drm_rect_width(src); local in function:drm_rect_calc_hscale 181 int hscale = drm_calc_scale(src_w, dst_w);
|
drm_plane.c | 607 uint32_t src_w, uint32_t src_h) 640 ret = drm_framebuffer_check_src_coords(src_x, src_y, src_w, src_h, fb); 685 uint32_t src_w, uint32_t src_h, 707 src_x, src_y, src_w, src_h); 714 src_x, src_y, src_w, src_h, ctx); 737 uint32_t src_w, uint32_t src_h, 757 src_x, src_y, src_w, src_h); 763 src_x, src_y, src_w, src_h, ctx); 773 uint32_t src_w, uint32_t src_h) 784 src_x, src_y, src_w, src_h, &ctx) 864 uint32_t src_w = 0, src_h = 0; local in function:drm_mode_cursor_universal [all...] |
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_plane.h | 44 * @crtc_w and the source coordinates @src_x, @src_y, @src_h and @src_w are the 114 /** @src_w: width of visible portion of plane (in 16.16) */ 116 uint32_t src_h, src_w; member in struct:drm_plane_state 237 .x2 = state->src_x + state->src_w, 267 * the src_x, src_y, src_w and src_h parameters (as 16.16 fixed point 290 uint32_t src_w, uint32_t src_h,
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_sprite.c | 261 u32 src_x, src_y, src_w, src_h, hsub, vsub; local in function:intel_plane_check_src_coordinates 271 src_w = drm_rect_width(src) >> 16; 276 src_w << 16, src_h << 16); 289 if (src_x % hsub || src_w % hsub) { 291 src_x, src_w, hsub, rotated ? "rotated " : ""); 337 unsigned int src_w, src_h, dst_w, dst_h; local in function:skl_plane_min_cdclk 346 src_w = drm_rect_width(&plane_state->uapi.src) >> 16; 352 dst_w = min(src_w, dst_w); 355 return DIV64_U64_ROUND_UP(mul_u32_u32(pixel_rate * num, src_w * src_h), 578 u32 src_w = drm_rect_width(&plane_state->uapi.src) >> 16 local in function:skl_program_plane 1203 unsigned int src_w, dst_w, pixel_rate; local in function:ivb_sprite_min_cdclk 1443 u32 src_w = drm_rect_width(&plane_state->uapi.src) >> 16; local in function:ivb_update_plane 1755 u32 src_w = drm_rect_width(&plane_state->uapi.src) >> 16; local in function:g4x_update_plane 1872 int src_x, src_w, src_h, crtc_w, crtc_h; local in function:g4x_sprite_check_scaling 2137 int src_w = drm_rect_width(&plane_state->uapi.src) >> 16; local in function:skl_plane_check_nv12_rotation [all...] |
intel_display.c | 3143 unsigned int src_w, src_h; local in function:intel_plane_remap_gtt 3152 src_w = drm_rect_width(&plane_state->uapi.src) >> 16; 3164 src_w << 16, src_h << 16, 3181 width = src_w / hsub; 3630 plane_state->src_w = fb->width << 16; 4208 int src_x, src_y, src_w; local in function:i9xx_check_plane_surface 4219 src_w = drm_rect_width(&plane_state->uapi.src) >> 16; 4224 if (HAS_GMCH(dev_priv) && fb->format->cpp[0] == 8 && src_w > 2048) 4245 int src_w = drm_rect_width(&plane_state->uapi.src) >> 16; local in function:i9xx_check_plane_surface 4249 src_x += src_w - 1 11178 int src_w = drm_rect_width(&plane_state->uapi.src) >> 16; local in function:intel_cursor_check_surface 12125 int src_w = drm_rect_width(&state->uapi.src) >> 16; local in function:needs_scaling [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/ |
intel_pm.c | 4129 u32 src_w, src_h, dst_w, dst_h; local in function:skl_plane_downscale_amount 4143 src_w = drm_rect_width(&plane_state->uapi.src) >> 16; 4148 fp_w_ratio = div_fixed16(src_w, dst_w);
|
i915_drv.h | 400 int src_w; member in struct:intel_fbc::intel_fbc_state_cache::__anon6c72b20e0608
|
/src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
drm_mode.h | 293 __u32 src_w; member in struct:drm_mode_set_plane
|