Lines Matching refs:off_x
116 int off_x; 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()
813 off_x = x; in drm_crtc_update_offsets()
819 off_x = x - area_w; in drm_crtc_update_offsets()
826 cursor_state->off_x = off_x; in drm_crtc_update_offsets()
861 crtc->cursor_curr.off_x == cursor_state->off_x && in drm_crtc_update_cursor()
868 x = cursor_state->scaled_x - cursor_state->off_x; in drm_crtc_update_cursor()
897 int off_x = cursor_state->off_x; 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()
1021 crtc->crtc_id, cursor_state.scaled_x, -cursor_state.off_x, in drm_crtc_thread_fn()
1028 } else if (crtc->cursor_curr.off_x != cursor_state.off_x || in drm_crtc_thread_fn()