Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_pxp.c53 bool xe_pxp_is_enabled(const struct xe_pxp *pxp) in xe_pxp_is_enabled() function
99 if (!xe_pxp_is_enabled(pxp)) in xe_pxp_get_readiness_status()
304 if (!xe_pxp_is_enabled(pxp)) { in xe_pxp_irq_handler()
496 if (!xe_pxp_is_enabled(pxp)) in xe_pxp_exec_queue_set_type()
532 if (!xe_pxp_is_enabled(pxp)) in xe_pxp_exec_queue_add()
667 if (!xe_pxp_is_enabled(pxp)) in __pxp_exec_queue_remove()
739 if (!xe_pxp_is_enabled(pxp)) in xe_pxp_key_assign()
770 if (!xe_pxp_is_enabled(pxp)) in xe_pxp_bo_key_check()
830 if (!xe_pxp_is_enabled(pxp)) in xe_pxp_pm_suspend()
904 if (!xe_pxp_is_enabled(pxp)) in xe_pxp_pm_resume()
H A Dxe_pxp_debugfs.c52 if (!xe_pxp_is_enabled(pxp)) in pxp_info()
104 if (!xe_pxp_is_enabled(pxp)) in xe_pxp_debugfs_register()
H A Dxe_pxp.h18 bool xe_pxp_is_enabled(const struct xe_pxp *pxp);
H A Dxe_exec_queue.c457 if (!xe_pxp_is_enabled(xe->pxp)) in exec_queue_set_pxp_type()