Home
last modified time | relevance | path

Searched defs:y (Results 1 – 11 of 11) sorted by relevance

/gfx-drm/usr/src/uts/common/drm/
H A Ddrm_linux.h83 #define kcalloc(x, y, z) kzalloc((x)*(y), z) argument
123 #define div_u64(x, y) ((unsigned long long)(x))/((unsigned long long)(y)) /* XXX FIXME */ argument
124 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) argument
H A Ddrm_sarea.h63 unsigned int y; member
H A Ddrm_mode.h153 __u32 y; /**< y Position on the framebuffer */ member
476 __s32 y; member
487 __s32 y; member
H A Ddrm_crtc.h434 int x, y; member
710 uint32_t y; member
/gfx-drm/usr/src/uts/intel/io/i915/
H A Dintel_sprite.c44 int x, int y, in vlv_update_plane()
212 int x, int y, in ivb_update_plane()
403 int x, int y, in ilk_update_plane()
H A Dintel_display.c1870 int x, int y) in i9xx_update_plane()
1970 struct drm_framebuffer *fb, int x, int y) in ironlake_update_plane()
2063 int x, int y, enum mode_set_atomic state) in intel_pipe_set_base_atomic()
2164 intel_pipe_set_base(struct drm_crtc *crtc, int x, int y, in intel_pipe_set_base()
4848 int x, int y, in i9xx_crtc_mode_set()
5699 int x, int y, in ironlake_crtc_mode_set()
5950 int x, int y, in haswell_crtc_mode_set()
6066 int x, int y, in intel_crtc_mode_set()
6495 int y = intel_crtc->cursor_y; in intel_crtc_update_cursor() local
8414 int x, int y, struct drm_framebuffer *fb) in __intel_set_mode()
[all …]
H A Dintel_panel.c63 int x, y, width, height; in intel_pch_panel_fitting() local
/gfx-drm/usr/src/uts/intel/io/radeon/
H A Dradeon_state.c758 int x, int y, int w, int h, int r, int g, int b) in radeon_clear_box()
905 int y = pbox[i].y1; in radeon_cp_dispatch_clear() local
1423 int y = pbox[i].y1; in radeon_cp_dispatch_swap() local
H A Dradeon_io32.h91 unsigned int x, y; member
H A Dradeon_drm.h667 unsigned int x, y; /* Blit coordinates */ member
/gfx-drm/usr/src/uts/common/io/drm/
H A Ddrm_crtc_helper.c386 int x, int y, in drm_crtc_helper_set_mode()