Searched defs:crtc_h (Results 1 – 9 of 9) sorted by relevance
/openbsd/sys/dev/pci/drm/ |
H A D | drm_plane.c | 794 uint32_t crtc_w, uint32_t crtc_h, in __setplane_check() 867 uint32_t crtc_w, uint32_t crtc_h, in __setplane_internal() 920 uint32_t crtc_w, uint32_t crtc_h, in __setplane_atomic() 955 uint32_t crtc_w, uint32_t crtc_h, in setplane_internal() 1048 uint32_t crtc_w = 0, crtc_h = 0; in drm_mode_cursor_universal() local
|
H A D | drm_plane_helper.c | 167 unsigned int crtc_w, unsigned int crtc_h, in drm_plane_helper_update_primary()
|
H A D | drm_atomic_helper.c | 3154 unsigned int crtc_w, unsigned int crtc_h, in drm_atomic_helper_update_plane()
|
/openbsd/sys/dev/pci/drm/i915/display/ |
H A D | intel_sprite.c | 370 u32 crtc_h = drm_rect_height(&plane_state->uapi.dst); in vlv_sprite_update_noarm() local 784 u32 crtc_h = drm_rect_height(&plane_state->uapi.dst); in ivb_sprite_update_noarm() local 1111 u32 crtc_h = drm_rect_height(&plane_state->uapi.dst); in g4x_sprite_update_noarm() local 1234 int src_x, src_w, src_h, crtc_w, crtc_h; in g4x_sprite_check_scaling() local
|
H A D | i9xx_plane.c | 431 int crtc_h = drm_rect_height(&plane_state->uapi.dst); in i9xx_plane_update_noarm() local 468 int crtc_h = drm_rect_height(&plane_state->uapi.dst); in i9xx_plane_update_arm() local
|
H A D | intel_cursor.c | 611 unsigned int crtc_w, unsigned int crtc_h, in intel_legacy_cursor_update()
|
H A D | skl_scaler.c | 776 u32 crtc_h = drm_rect_height(&plane_state->uapi.dst); in skl_program_plane_scaler() local
|
/openbsd/sys/dev/pci/drm/include/drm/ |
H A D | drm_plane.h | 103 uint32_t crtc_w, crtc_h; member
|
/openbsd/sys/dev/pci/drm/include/uapi/drm/ |
H A D | drm_mode.h | 306 __u32 crtc_h; member
|