Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_pci.c46 struct xe_device_desc { struct
219 static const struct xe_device_desc tgl_desc = {
228 static const struct xe_device_desc rkl_desc = {
239 static const struct xe_device_desc adl_s_desc = {
254 static const struct xe_device_desc adl_p_desc = {
267 static const struct xe_device_desc adl_n_desc = {
279 static const struct xe_device_desc dg1_desc = {
304 static const struct xe_device_desc ats_m_desc = {
313 static const struct xe_device_desc dg2_desc = {
322 static const __maybe_unused struct xe_device_desc pvc_desc = {
[all …]
/linux-6.12.1/drivers/gpu/drm/xe/tests/
Dxe_pci.c79 const struct xe_device_desc *desc; in xe_pci_fake_device_init()