Lines Matching refs:off_y
117 int off_y; member
785 int x, y, off_x, off_y, width, height, area_w, area_h; in drm_crtc_update_offsets() local
810 off_x = off_y = 0; in drm_crtc_update_offsets()
816 off_y = y; in drm_crtc_update_offsets()
822 off_y = y - area_h; in drm_crtc_update_offsets()
827 cursor_state->off_y = off_y; in drm_crtc_update_offsets()
862 crtc->cursor_curr.off_y == cursor_state->off_y) { in drm_crtc_update_cursor()
869 y = cursor_state->scaled_y - cursor_state->off_y; in drm_crtc_update_cursor()
898 int off_y = cursor_state->off_y; in drm_crtc_create_fb() local
902 scaled_w, scaled_h, off_x, off_y); in drm_crtc_create_fb()
926 scaled_w, scaled_h, off_x, off_y); in drm_crtc_create_fb()
1022 cursor_state.scaled_y, -cursor_state.off_y); in drm_crtc_thread_fn()
1029 crtc->cursor_curr.off_y != cursor_state.off_y) { in drm_crtc_thread_fn()