Searched refs:wm_bo (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di965_video.c615 drm_intel_bo *wm_bo, *kernel_bo; local in function:i965_create_wm_state
637 &wm_bo, &wm_state)) {
644 intel_emit_reloc(wm_bo, offsetof(struct brw_wm_unit_state, thread0),
671 intel_emit_reloc(wm_bo, offsetof(struct brw_wm_unit_state, wm4),
686 drm_intel_bo_unmap(wm_bo);
687 return wm_bo;
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Di965_video.c720 drm_intel_bo *wm_bo, *kernel_bo; local in function:i965_create_wm_state
755 wm_bo = drm_intel_bo_alloc(intel->bufmgr,
758 if (wm_bo == NULL) {
766 intel_uxa_emit_reloc(wm_bo, offsetof(struct brw_wm_unit_state, thread0),
793 intel_uxa_emit_reloc(wm_bo, offsetof(struct brw_wm_unit_state, wm4),
806 dri_bo_subdata(wm_bo, 0, sizeof(wm_state), &wm_state);
808 return wm_bo;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Di965_video.c721 drm_intel_bo *wm_bo, *kernel_bo; local in function:i965_create_wm_state
756 wm_bo = drm_intel_bo_alloc(intel->bufmgr,
759 if (wm_bo == NULL) {
767 intel_uxa_emit_reloc(wm_bo, offsetof(struct brw_wm_unit_state, thread0),
794 intel_uxa_emit_reloc(wm_bo, offsetof(struct brw_wm_unit_state, wm4),
807 dri_bo_subdata(wm_bo, 0, sizeof(wm_state), &wm_state);
809 return wm_bo;

Completed in 8 milliseconds