Home
last modified time | relevance | path

Searched refs:coh_mode (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_vm_madvise.c396 u16 pat_index, coh_mode; in madvise_args_are_sane() local
402 coh_mode = xe_pat_index_get_coh_mode(xe, pat_index); in madvise_args_are_sane()
403 if (XE_IOCTL_DBG(xe, !coh_mode)) in madvise_args_are_sane()
406 if (XE_WARN_ON(coh_mode > XE_COH_2WAY)) in madvise_args_are_sane()
500 u16 coh_mode = xe_pat_index_get_coh_mode(xe, pat_index); in check_pat_args_are_sane() local
512 if (coh_mode != XE_COH_NONE || IS_DGFX(xe)) in check_pat_args_are_sane()
596 u16 pat_index, coh_mode; in xe_vm_madvise_ioctl() local
655 coh_mode = xe_pat_index_get_coh_mode(xe, pat_index); in xe_vm_madvise_ioctl()
658 (pat_index != 19 && coh_mode != XE_COH_2WAY))) { in xe_vm_madvise_ioctl()
694 coh_mode != XE_COH_2WAY))) { in xe_vm_madvise_ioctl()