Home
last modified time | relevance | path

Searched refs:xe_device_desc (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_pci.c47 struct xe_device_desc { struct
197 static const struct xe_device_desc tgl_desc = {
207 static const struct xe_device_desc rkl_desc = {
262 static const struct xe_device_desc dg1_desc = {
298 static const struct xe_device_desc dg2_desc = {
319 static const struct xe_device_desc mtl_desc = {
328 static const struct xe_device_desc lnl_desc = {
335 static const struct xe_device_desc bmg_desc = {
343 static const struct xe_device_desc ptl_desc = {
567 const struct xe_device_desc *desc, in xe_info_init_early()
[all …]
/linux-6.15/drivers/gpu/drm/xe/tests/
H A Dxe_pci.c79 const struct xe_device_desc *desc; in xe_pci_fake_device_init()