/linux/drivers/gpu/drm/i915/pxp/ |
H A D | intel_pxp_session.c | 18 static bool intel_pxp_session_is_in_play(struct intel_pxp *pxp, u32 id) in intel_pxp_session_is_in_play() 31 static int pxp_wait_for_session_state(struct intel_pxp *pxp, u32 id, bool in_play) in pxp_wait_for_session_state() 54 static int pxp_create_arb_session(struct intel_pxp *pxp) in pxp_create_arb_session() 90 static int pxp_terminate_arb_session_and_global(struct intel_pxp *pxp) in pxp_terminate_arb_session_and_global() 121 void intel_pxp_terminate(struct intel_pxp *pxp, bool post_invalidation_needs_restart) in intel_pxp_terminate() 137 static void pxp_terminate_complete(struct intel_pxp *pxp) in pxp_terminate_complete() 150 struct intel_pxp *pxp = container_of(work, typeof(*pxp), session_work); in pxp_session_work() local 186 void intel_pxp_session_management_init(struct intel_pxp *pxp) in intel_pxp_session_management_init()
|
H A D | intel_pxp_gsccs.c | 21 is_fw_err_platform_config(struct intel_pxp *pxp, u32 type) in is_fw_err_platform_config() 53 gsccs_send_message(struct intel_pxp *pxp, in gsccs_send_message() 165 gsccs_send_message_retry_complete(struct intel_pxp *pxp, in gsccs_send_message_retry_complete() 191 bool intel_pxp_gsccs_is_ready_for_sessions(struct intel_pxp *pxp) in intel_pxp_gsccs_is_ready_for_sessions() 208 int intel_pxp_gsccs_create_session(struct intel_pxp *pxp, in intel_pxp_gsccs_create_session() 247 void intel_pxp_gsccs_end_arb_fw_session(struct intel_pxp *pxp, u32 session_id) in intel_pxp_gsccs_end_arb_fw_session() 289 gsccs_cleanup_fw_host_session_handle(struct intel_pxp *pxp) in gsccs_cleanup_fw_host_session_handle() 301 gsccs_destroy_execution_resource(struct intel_pxp *pxp) in gsccs_destroy_execution_resource() 369 gsccs_allocate_execution_resource(struct intel_pxp *pxp) in gsccs_allocate_execution_resource() 426 void intel_pxp_gsccs_fini(struct intel_pxp *pxp) in intel_pxp_gsccs_fini() [all …]
|
H A D | intel_pxp_pm.c | 14 void intel_pxp_suspend_prepare(struct intel_pxp *pxp) in intel_pxp_suspend_prepare() 24 void intel_pxp_suspend(struct intel_pxp *pxp) in intel_pxp_suspend() 37 static void _pxp_resume(struct intel_pxp *pxp, bool take_wakeref) in _pxp_resume() 60 void intel_pxp_resume_complete(struct intel_pxp *pxp) in intel_pxp_resume_complete() 65 void intel_pxp_runtime_resume(struct intel_pxp *pxp) in intel_pxp_runtime_resume() 70 void intel_pxp_runtime_suspend(struct intel_pxp *pxp) in intel_pxp_runtime_suspend()
|
H A D | intel_pxp_tee.c | 27 is_fw_err_platform_config(struct intel_pxp *pxp, u32 type) in is_fw_err_platform_config() 58 static int intel_pxp_tee_io_message(struct intel_pxp *pxp, in intel_pxp_tee_io_message() 108 int intel_pxp_tee_stream_message(struct intel_pxp *pxp, in intel_pxp_tee_stream_message() 163 struct intel_pxp *pxp = i915->pxp; in i915_pxp_tee_component_bind() local 207 struct intel_pxp *pxp = i915->pxp; in i915_pxp_tee_component_unbind() local 229 static int alloc_streaming_command(struct intel_pxp *pxp) in alloc_streaming_command() 279 static void free_streaming_command(struct intel_pxp *pxp) in free_streaming_command() 291 int intel_pxp_tee_component_init(struct intel_pxp *pxp) in intel_pxp_tee_component_init() 317 void intel_pxp_tee_component_fini(struct intel_pxp *pxp) in intel_pxp_tee_component_fini() 330 int intel_pxp_tee_cmd_create_arb_session(struct intel_pxp *pxp, in intel_pxp_tee_cmd_create_arb_session() [all …]
|
H A D | intel_pxp_pm.h | 18 static inline void intel_pxp_suspend_prepare(struct intel_pxp *pxp) in intel_pxp_suspend_prepare() 22 static inline void intel_pxp_suspend(struct intel_pxp *pxp) in intel_pxp_suspend() 26 static inline void intel_pxp_resume_complete(struct intel_pxp *pxp) in intel_pxp_resume_complete() 30 static inline void intel_pxp_runtime_suspend(struct intel_pxp *pxp) in intel_pxp_runtime_suspend() 34 static inline void intel_pxp_runtime_resume(struct intel_pxp *pxp) in intel_pxp_runtime_resume()
|
H A D | intel_pxp_irq.h | 27 static inline void intel_pxp_irq_handler(struct intel_pxp *pxp, u16 iir) in intel_pxp_irq_handler() 31 static inline void intel_pxp_irq_enable(struct intel_pxp *pxp) in intel_pxp_irq_enable() 35 static inline void intel_pxp_irq_disable(struct intel_pxp *pxp) in intel_pxp_irq_disable()
|
H A D | intel_pxp_irq.c | 25 void intel_pxp_irq_handler(struct intel_pxp *pxp, u16 iir) in intel_pxp_irq_handler() 70 void intel_pxp_irq_enable(struct intel_pxp *pxp) in intel_pxp_irq_enable() 85 void intel_pxp_irq_disable(struct intel_pxp *pxp) in intel_pxp_irq_disable()
|
H A D | intel_pxp_debugfs.c | 23 struct intel_pxp *pxp = m->private; in pxp_info_show() local 47 struct intel_pxp *pxp = data; in pxp_terminate_set() local 70 void intel_pxp_debugfs_register(struct intel_pxp *pxp) in intel_pxp_debugfs_register()
|
H A D | intel_pxp_session.h | 17 static inline void intel_pxp_session_management_init(struct intel_pxp *pxp) in intel_pxp_session_management_init() 21 static inline void intel_pxp_terminate(struct intel_pxp *pxp, bool post_invalidation_needs_restart) in intel_pxp_terminate()
|
H A D | intel_pxp_gsccs.h | 28 static inline void intel_pxp_gsccs_fini(struct intel_pxp *pxp) in intel_pxp_gsccs_fini() 32 static inline int intel_pxp_gsccs_init(struct intel_pxp *pxp) in intel_pxp_gsccs_init()
|
H A D | intel_pxp_debugfs.h | 16 intel_pxp_debugfs_register(struct intel_pxp *pxp) in intel_pxp_debugfs_register()
|
H A D | intel_pxp_huc.c | 17 int intel_pxp_huc_load_and_auth(struct intel_pxp *pxp) in intel_pxp_huc_load_and_auth()
|
H A D | intel_pxp_cmd.c | 97 int intel_pxp_terminate_session(struct intel_pxp *pxp, u32 id) in intel_pxp_terminate_session()
|
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx7d.dtsi | 169 pxp: pxp@30700000 { label
|
H A D | imx6dl.dtsi | 94 pxp: pxp@20f0000 { label
|
/linux/arch/arm/boot/dts/nxp/mxs/ |
H A D | imx28.dtsi | 1012 pxp: pxp@8002a000 { label
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_device_types.h | 590 void *pxp; member
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_drv.h | 344 struct intel_pxp *pxp; member
|