Searched defs:crtc_h (Results 1 - 9 of 9) sorted by relevance

/src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_plane_helper.c152 drm_primary_helper_update(struct drm_plane * plane,struct drm_crtc * crtc,struct drm_framebuffer * fb,int crtc_x,int crtc_y,unsigned int crtc_w,unsigned int crtc_h,uint32_t src_x,uint32_t src_y,uint32_t src_w,uint32_t src_h,struct drm_modeset_acquire_ctx * ctx) argument
H A Ddrm_plane.c601 __setplane_check(struct drm_plane * plane,struct drm_crtc * crtc,struct drm_framebuffer * fb,int32_t crtc_x,int32_t crtc_y,uint32_t crtc_w,uint32_t crtc_h,uint32_t src_x,uint32_t src_y,uint32_t src_w,uint32_t src_h) argument
678 __setplane_internal(struct drm_plane * plane,struct drm_crtc * crtc,struct drm_framebuffer * fb,int32_t crtc_x,int32_t crtc_y,uint32_t crtc_w,uint32_t crtc_h,uint32_t src_x,uint32_t src_y,uint32_t src_w,uint32_t src_h,struct drm_modeset_acquire_ctx * ctx) argument
731 __setplane_atomic(struct drm_plane * plane,struct drm_crtc * crtc,struct drm_framebuffer * fb,int32_t crtc_x,int32_t crtc_y,uint32_t crtc_w,uint32_t crtc_h,uint32_t src_x,uint32_t src_y,uint32_t src_w,uint32_t src_h,struct drm_modeset_acquire_ctx * ctx) argument
766 setplane_internal(struct drm_plane * plane,struct drm_crtc * crtc,struct drm_framebuffer * fb,int32_t crtc_x,int32_t crtc_y,uint32_t crtc_w,uint32_t crtc_h,uint32_t src_x,uint32_t src_y,uint32_t src_w,uint32_t src_h) argument
863 uint32_t crtc_w = 0, crtc_h = 0; local in function:drm_mode_cursor_universal
[all...]
H A Ddrm_atomic_helper.c2870 drm_atomic_helper_update_plane(struct drm_plane * plane,struct drm_crtc * crtc,struct drm_framebuffer * fb,int crtc_x,int crtc_y,unsigned int crtc_w,unsigned int crtc_h,uint32_t src_x,uint32_t src_y,uint32_t src_w,uint32_t src_h,struct drm_modeset_acquire_ctx * ctx) argument
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
H A Dnouveau_dispnv04_overlay.c98 verify_scaling(const struct drm_framebuffer * fb,uint8_t shift,uint32_t src_x,uint32_t src_y,uint32_t src_w,uint32_t src_h,uint32_t crtc_w,uint32_t crtc_h) argument
118 nv10_update_plane(struct drm_plane * plane,struct drm_crtc * crtc,struct drm_framebuffer * fb,int crtc_x,int crtc_y,unsigned int crtc_w,unsigned int crtc_h,uint32_t src_x,uint32_t src_y,uint32_t src_w,uint32_t src_h,struct drm_modeset_acquire_ctx * ctx) argument
367 nv04_update_plane(struct drm_plane * plane,struct drm_crtc * crtc,struct drm_framebuffer * fb,int crtc_x,int crtc_y,unsigned int crtc_w,unsigned int crtc_h,uint32_t src_x,uint32_t src_y,uint32_t src_w,uint32_t src_h,struct drm_modeset_acquire_ctx * ctx) argument
[all...]
/src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_plane.h102 uint32_t crtc_w, crtc_h; member in struct:drm_plane_state
/src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_sprite.c391 u32 crtc_h = drm_rect_height(&plane_state->uapi.dst); local in function:skl_program_scaler
1026 u32 crtc_h = drm_rect_height(&plane_state->uapi.dst); local in function:vlv_update_plane
1440 u32 crtc_h = drm_rect_height(&plane_state->uapi.dst); local in function:ivb_update_plane
1752 u32 crtc_h 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
[all...]
H A Dintel_display.c4327 int crtc_h = drm_rect_height(&plane_state->uapi.dst); local in function:i9xx_update_plane
15996 intel_legacy_cursor_update(struct drm_plane * _plane,struct drm_crtc * _crtc,struct drm_framebuffer * fb,int crtc_x,int crtc_y,unsigned int crtc_w,unsigned int crtc_h,u32 src_x,u32 src_y,u32 src_w,u32 src_h,struct drm_modeset_acquire_ctx * ctx) argument
[all...]
/src/sys/arch/arm/sunxi/
H A Dsunxi_mixer.c1016 sunxi_mixer_vsu_init(struct sunxi_mixer_softc * sc,u_int src_w,u_int src_h,u_int crtc_w,u_int crtc_h,const struct drm_format_info * format) argument
1084 sunxi_mixer_overlay_update_plane(struct drm_plane * plane,struct drm_crtc * crtc,struct drm_framebuffer * fb,int crtc_x,int crtc_y,u_int crtc_w,u_int crtc_h,uint32_t src_x,uint32_t src_y,uint32_t src_w,uint32_t src_h,struct drm_modeset_acquire_ctx * ctx) argument
/src/sys/external/bsd/drm2/dist/include/uapi/drm/
H A Ddrm_mode.h287 __u32 crtc_h; member in struct:drm_mode_set_plane

Completed in 34 milliseconds