Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_lmtt_types.h14 struct xe_lmtt_ops;
26 const struct xe_lmtt_ops *ops;
50 struct xe_lmtt_ops { struct
60 extern const struct xe_lmtt_ops lmtt_2l_ops; argument
61 extern const struct xe_lmtt_ops lmtt_ml_ops;
Dxe_lmtt.h13 struct xe_lmtt_ops;
Dxe_lmtt_2l.c143 const struct xe_lmtt_ops lmtt_2l_ops = {
Dxe_lmtt_ml.c154 const struct xe_lmtt_ops lmtt_ml_ops = {
/linux-6.12.1/drivers/gpu/drm/xe/tests/
Dxe_lmtt_test.c10 const struct xe_lmtt_ops *ops;
26 const struct xe_lmtt_ops *ops = p->ops; in test_ops()