Searched defs:crtc_h (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/sys/dev/drm/i915/ |
H A D | intel_sprite.c | 251 uint32_t crtc_h = drm_rect_height(&plane_state->base.dst); in skl_update_plane() local 471 uint32_t crtc_h = drm_rect_height(&plane_state->base.dst); in vlv_update_plane() local 620 uint32_t crtc_h = drm_rect_height(&plane_state->base.dst); in ivb_update_plane() local 776 uint32_t crtc_h = drm_rect_height(&plane_state->base.dst); in g4x_update_plane() local 867 unsigned int crtc_w, crtc_h; in intel_check_sprite_plane() local
|
H A D | intel_display.c | 13026 unsigned int crtc_w, unsigned int crtc_h, in intel_legacy_cursor_update()
|
/dflybsd-src/sys/dev/drm/ |
H A D | drm_plane_helper.c | 305 unsigned int crtc_w, unsigned int crtc_h, in drm_primary_helper_update() 548 unsigned int crtc_w, unsigned int crtc_h, in drm_plane_helper_update()
|
H A D | drm_plane.c | 572 uint32_t crtc_w, uint32_t crtc_h, in __setplane_internal() 649 uint32_t crtc_w, uint32_t crtc_h, in setplane_internal() 745 uint32_t crtc_w = 0, crtc_h = 0; in drm_mode_cursor_universal() local
|
H A D | drm_atomic_helper.c | 2495 unsigned int crtc_w, unsigned int crtc_h, in drm_atomic_helper_update_plane()
|
/dflybsd-src/sys/dev/drm/include/drm/ |
H A D | drm_plane.h | 102 uint32_t crtc_w, crtc_h; member
|
/dflybsd-src/sys/dev/drm/include/uapi/drm/ |
H A D | drm_mode.h | 293 __u32 crtc_h; member
|