HomeSort by: relevance | last modified time | path
    Searched refs:set_offset (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_crtc.h 60 void (*set_offset)(struct nouveau_crtc *, uint32_t offset); member in struct:nouveau_crtc::__anon05ec6aa40208
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_disp.c 72 if (nv_crtc->cursor.set_offset)
129 if (!ret && nv_crtc->cursor.set_offset)
158 if (nv_crtc->cursor.set_offset)
159 nv_crtc->cursor.set_offset(nv_crtc, nv_crtc->cursor.nvbo->bo.offset);
nouveau_dispnv04_cursor.c 70 crtc->cursor.set_offset = nv04_cursor_set_offset;
nouveau_dispnv04_crtc.c 171 nv_crtc->cursor.set_offset(nv_crtc, nv_crtc->cursor.offset);
1022 nv_crtc->cursor.set_offset(nv_crtc, nv_crtc->cursor.offset);

Completed in 13 milliseconds