Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/i915/pxp/
A Dintel_pxp_pm.h9 struct intel_pxp;
12 void intel_pxp_suspend_prepare(struct intel_pxp *pxp);
13 void intel_pxp_suspend(struct intel_pxp *pxp);
14 void intel_pxp_resume(struct intel_pxp *pxp);
15 void intel_pxp_runtime_suspend(struct intel_pxp *pxp);
17 static inline void intel_pxp_suspend_prepare(struct intel_pxp *pxp) in intel_pxp_suspend_prepare()
21 static inline void intel_pxp_suspend(struct intel_pxp *pxp) in intel_pxp_suspend()
25 static inline void intel_pxp_resume(struct intel_pxp *pxp) in intel_pxp_resume()
29 static inline void intel_pxp_runtime_suspend(struct intel_pxp *pxp) in intel_pxp_runtime_suspend()
33 static inline void intel_pxp_runtime_resume(struct intel_pxp *pxp) in intel_pxp_runtime_resume()
A Dintel_pxp.h14 struct intel_pxp;
16 bool intel_pxp_is_supported(const struct intel_pxp *pxp);
17 bool intel_pxp_is_enabled(const struct intel_pxp *pxp);
18 bool intel_pxp_is_active(const struct intel_pxp *pxp);
23 void intel_pxp_init_hw(struct intel_pxp *pxp);
24 void intel_pxp_fini_hw(struct intel_pxp *pxp);
26 void intel_pxp_mark_termination_in_progress(struct intel_pxp *pxp);
28 int intel_pxp_start(struct intel_pxp *pxp);
30 int intel_pxp_key_check(struct intel_pxp *pxp,
34 void intel_pxp_invalidate(struct intel_pxp *pxp);
A Dintel_pxp_irq.h11 struct intel_pxp;
23 void intel_pxp_irq_enable(struct intel_pxp *pxp);
24 void intel_pxp_irq_disable(struct intel_pxp *pxp);
25 void intel_pxp_irq_handler(struct intel_pxp *pxp, u16 iir);
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()
A Dintel_pxp.c48 bool intel_pxp_is_supported(const struct intel_pxp *pxp) in intel_pxp_is_supported()
53 bool intel_pxp_is_enabled(const struct intel_pxp *pxp) in intel_pxp_is_enabled()
58 bool intel_pxp_is_active(const struct intel_pxp *pxp) in intel_pxp_is_active()
80 static int create_vcs_context(struct intel_pxp *pxp) in create_vcs_context()
110 static void destroy_vcs_context(struct intel_pxp *pxp) in destroy_vcs_context()
116 static void pxp_init_full(struct intel_pxp *pxp) in pxp_init_full()
277 int intel_pxp_start(struct intel_pxp *pxp) in intel_pxp_start()
311 void intel_pxp_init_hw(struct intel_pxp *pxp) in intel_pxp_init_hw()
317 void intel_pxp_fini_hw(struct intel_pxp *pxp) in intel_pxp_fini_hw()
324 int intel_pxp_key_check(struct intel_pxp *pxp, in intel_pxp_key_check()
[all …]
A Dintel_pxp_session.c21 static bool intel_pxp_session_is_in_play(struct intel_pxp *pxp, u32 id) in intel_pxp_session_is_in_play()
34 static int pxp_wait_for_session_state(struct intel_pxp *pxp, u32 id, bool in_play) in pxp_wait_for_session_state()
57 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()
116 static void pxp_terminate(struct intel_pxp *pxp) in pxp_terminate()
132 static void pxp_terminate_complete(struct intel_pxp *pxp) in pxp_terminate_complete()
143 struct intel_pxp *pxp = container_of(work, typeof(*pxp), session_work); in pxp_session_work()
177 void intel_pxp_session_management_init(struct intel_pxp *pxp) in intel_pxp_session_management_init()
A Dintel_pxp_tee.h11 int intel_pxp_tee_component_init(struct intel_pxp *pxp);
12 void intel_pxp_tee_component_fini(struct intel_pxp *pxp);
14 int intel_pxp_tee_cmd_create_arb_session(struct intel_pxp *pxp,
17 int intel_pxp_tee_stream_message(struct intel_pxp *pxp,
A Dintel_pxp_pm.c14 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 void intel_pxp_resume(struct intel_pxp *pxp) in intel_pxp_resume()
53 void intel_pxp_runtime_suspend(struct intel_pxp *pxp) in intel_pxp_runtime_suspend()
A Dintel_pxp_tee.c22 static int intel_pxp_tee_io_message(struct intel_pxp *pxp, in intel_pxp_tee_io_message()
70 int intel_pxp_tee_stream_message(struct intel_pxp *pxp, in intel_pxp_tee_stream_message()
125 struct intel_pxp *pxp = i915->pxp; in i915_pxp_tee_component_bind()
162 struct intel_pxp *pxp = i915->pxp; in i915_pxp_tee_component_unbind()
179 static int alloc_streaming_command(struct intel_pxp *pxp) in alloc_streaming_command()
227 static void free_streaming_command(struct intel_pxp *pxp) in free_streaming_command()
239 int intel_pxp_tee_component_init(struct intel_pxp *pxp) in intel_pxp_tee_component_init()
267 void intel_pxp_tee_component_fini(struct intel_pxp *pxp) in intel_pxp_tee_component_fini()
280 int intel_pxp_tee_cmd_create_arb_session(struct intel_pxp *pxp, in intel_pxp_tee_cmd_create_arb_session()
A Dintel_pxp_session.h11 struct intel_pxp;
14 void intel_pxp_session_management_init(struct intel_pxp *pxp);
16 static inline void intel_pxp_session_management_init(struct intel_pxp *pxp) in intel_pxp_session_management_init()
A Dintel_pxp_debugfs.h9 struct intel_pxp;
13 void intel_pxp_debugfs_register(struct intel_pxp *pxp);
16 intel_pxp_debugfs_register(struct intel_pxp *pxp) in intel_pxp_debugfs_register()
A Dintel_pxp_debugfs.c22 struct intel_pxp *pxp = m->private; in pxp_info_show()
46 struct intel_pxp *pxp = data; in pxp_terminate_set()
66 void intel_pxp_debugfs_register(struct intel_pxp *pxp) in intel_pxp_debugfs_register()
A Dintel_pxp_irq.c25 void intel_pxp_irq_handler(struct intel_pxp *pxp, u16 iir) in intel_pxp_irq_handler()
69 void intel_pxp_irq_enable(struct intel_pxp *pxp) in intel_pxp_irq_enable()
84 void intel_pxp_irq_disable(struct intel_pxp *pxp) in intel_pxp_irq_disable()
A Dintel_pxp_huc.h9 struct intel_pxp;
11 int intel_pxp_huc_load_and_auth(struct intel_pxp *pxp);
A Dintel_pxp_cmd.h11 struct intel_pxp;
13 int intel_pxp_terminate_session(struct intel_pxp *pxp, u32 idx);
A Dintel_pxp_types.h22 struct intel_pxp { struct
A Dintel_pxp_huc.c17 int intel_pxp_huc_load_and_auth(struct intel_pxp *pxp) in intel_pxp_huc_load_and_auth()
A Dintel_pxp_cmd.c97 int intel_pxp_terminate_session(struct intel_pxp *pxp, u32 id) in intel_pxp_terminate_session()
/linux-6.3-rc2/drivers/gpu/drm/i915/
A Di915_drv.h69 struct intel_pxp;
341 struct intel_pxp *pxp;
A DMakefile328 pxp/intel_pxp.o \
/linux-6.3-rc2/Documentation/gpu/
A Di915.rst477 .. kernel-doc:: drivers/gpu/drm/i915/pxp/intel_pxp.c

Completed in 23 milliseconds