Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_pci.c166 static const struct xe_device_desc tgl_desc = {
180 static const struct xe_device_desc rkl_desc = {
195 static const struct xe_device_desc adl_s_desc = {
215 static const struct xe_device_desc adl_p_desc = {
233 static const struct xe_device_desc adl_n_desc = {
250 static const struct xe_device_desc dg1_desc = {
285 static const struct xe_device_desc ats_m_desc = {
297 static const struct xe_device_desc dg2_desc = {
310 static const __maybe_unused struct xe_device_desc pvc_desc = {
327 static const struct xe_device_desc mtl_desc = {
[all …]
H A Dxe_pci_types.h19 struct xe_device_desc { struct
H A Dxe_configfs.c272 const struct xe_device_desc *desc;
927 static const struct xe_device_desc *xe_match_desc(struct pci_dev *pdev) in xe_match_desc()
951 const struct xe_device_desc *match; in xe_config_make_device_group()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_pci.c85 static const struct xe_device_desc *lookup_desc(enum xe_platform p) in lookup_desc()
87 const struct xe_device_desc *desc; in lookup_desc()
100 const struct xe_device_desc *desc = lookup_desc(p); in lookup_sub_desc()
112 const struct xe_device_desc *desc = lookup_desc(p); in lookup_platform_name()
234 const struct xe_device_desc *dev_desc = in xe_pci_id_kunit_desc()
235 (const struct xe_device_desc *)param->driver_data; in xe_pci_id_kunit_desc()
341 const struct xe_device_desc *desc; in xe_pci_fake_device_init()