Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_gsc_proxy.h11 struct xe_gsc;
13 int xe_gsc_proxy_init(struct xe_gsc *gsc);
14 bool xe_gsc_proxy_init_done(struct xe_gsc *gsc);
15 void xe_gsc_proxy_remove(struct xe_gsc *gsc);
16 int xe_gsc_proxy_start(struct xe_gsc *gsc);
18 int xe_gsc_proxy_request_handler(struct xe_gsc *gsc);
19 void xe_gsc_proxy_irq_handler(struct xe_gsc *gsc, u32 iir);
Dxe_gsc.h12 struct xe_gsc;
16 int xe_gsc_init(struct xe_gsc *gsc);
17 int xe_gsc_init_post_hwconfig(struct xe_gsc *gsc);
18 void xe_gsc_wait_for_worker_completion(struct xe_gsc *gsc);
19 void xe_gsc_load_start(struct xe_gsc *gsc);
20 void xe_gsc_remove(struct xe_gsc *gsc);
25 void xe_gsc_print_info(struct xe_gsc *gsc, struct drm_printer *p);
Dxe_gsc_proxy.c60 gsc_to_gt(struct xe_gsc *gsc) in gsc_to_gt()
65 bool xe_gsc_proxy_init_done(struct xe_gsc *gsc) in xe_gsc_proxy_init_done()
74 static void __gsc_proxy_irq_rmw(struct xe_gsc *gsc, u32 clr, u32 set) in __gsc_proxy_irq_rmw()
84 static void gsc_proxy_irq_clear(struct xe_gsc *gsc) in gsc_proxy_irq_clear()
90 static void gsc_proxy_irq_toggle(struct xe_gsc *gsc, bool enabled) in gsc_proxy_irq_toggle()
98 static int proxy_send_to_csme(struct xe_gsc *gsc, u32 size) in proxy_send_to_csme()
119 static int proxy_send_to_gsc(struct xe_gsc *gsc, u32 size) in proxy_send_to_gsc()
189 static int proxy_query(struct xe_gsc *gsc) in proxy_query()
288 int xe_gsc_proxy_request_handler(struct xe_gsc *gsc) in xe_gsc_proxy_request_handler()
321 void xe_gsc_proxy_irq_handler(struct xe_gsc *gsc, u32 iir) in xe_gsc_proxy_irq_handler()
[all …]
Dxe_gsc_debugfs.c18 gsc_to_gt(struct xe_gsc *gsc) in gsc_to_gt()
24 gsc_to_xe(struct xe_gsc *gsc) in gsc_to_xe()
29 static struct xe_gsc *node_to_gsc(struct drm_info_node *node) in node_to_gsc()
36 struct xe_gsc *gsc = node_to_gsc(m->private); in gsc_info()
51 void xe_gsc_debugfs_register(struct xe_gsc *gsc, struct dentry *parent) in xe_gsc_debugfs_register()
Dxe_gsc.c39 gsc_to_gt(struct xe_gsc *gsc) in gsc_to_gt()
44 static int memcpy_fw(struct xe_gsc *gsc) in memcpy_fw()
68 static int emit_gsc_upload(struct xe_gsc *gsc) in emit_gsc_upload()
124 static int query_compatibility_version(struct xe_gsc *gsc) in query_compatibility_version()
199 static int gsc_upload(struct xe_gsc *gsc) in gsc_upload()
259 static int gsc_upload_and_init(struct xe_gsc *gsc) in gsc_upload_and_init()
351 struct xe_gsc *gsc = container_of(work, typeof(*gsc), work); in gsc_work()
390 struct xe_gsc *gsc = &gt->uc.gsc; in xe_gsc_hwe_irq_handler()
404 int xe_gsc_init(struct xe_gsc *gsc) in xe_gsc_init()
446 struct xe_gsc *gsc = arg; in free_resources()
[all …]
Dxe_gsc_debugfs.h10 struct xe_gsc;
12 void xe_gsc_debugfs_register(struct xe_gsc *gsc, struct dentry *parent);
Dxe_gsc_submit.h13 struct xe_gsc;
28 int xe_gsc_pkt_submit_kernel(struct xe_gsc *gsc, u64 addr_in, u32 size_in,
Dxe_uc_types.h23 struct xe_gsc gsc;
Dxe_gsc_submit.c39 gsc_to_gt(struct xe_gsc *gsc) in gsc_to_gt()
173 int xe_gsc_pkt_submit_kernel(struct xe_gsc *gsc, u64 addr_in, u32 size_in, in xe_gsc_pkt_submit_kernel()
Dxe_gsc_types.h24 struct xe_gsc { struct
Dxe_uc_fw.c507 struct xe_gsc *gsc = container_of(uc_fw, struct xe_gsc, fw); in parse_cpd_header()
DMakefile42 xe_gsc.o \
/linux-6.12.1/drivers/gpu/drm/xe/display/
Dxe_hdcp_gsc.c42 struct xe_gsc *gsc = &gt->uc.gsc; in intel_hdcp_gsc_check_status()
185 struct xe_gsc *gsc = &gt->uc.gsc; in xe_gsc_send_sync()