summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_configfs.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-12drm/xe/configfs: Free ctx_restore_mid_bb in releaseShuicheng Lin1-0/+1
2026-01-29drm/xe/configfs: Fix is_bound() pci_dev lifetimeShuicheng Lin1-2/+1
2025-10-27drm/xe: Fix spelling and typos across Xe driver filesSanjay Yadav1-1/+1
2025-10-25drm/xe/configfs: Drop MAX_GT_TYPE_CHARS constantMatt Roper1-2/+1
2025-10-14drm/xe/configfs: Add attribute to disable GT typesMatt Roper1-0/+143
2025-10-08drm/xe/pf: Add max_vfs configfs attribute to control PF modeMichal Wajdeczko1-0/+139
2025-09-24drm/xe/configfs: Improve doc for ctx_restore* attributesLucas De Marchi1-3/+16
2025-09-24drm/xe/configfs: Fix engine class parsingLucas De Marchi1-2/+2
2025-09-19drm/xe: Fix build with CONFIG_MODULES=nLucas De Marchi1-1/+1
2025-09-19drm/xe/configfs: Add mid context restore bbLucas De Marchi1-4/+42
2025-09-19drm/xe/lrc: Allow to add user commands mid context switchLucas De Marchi1-0/+15
2025-09-19drm/xe/configfs: Add post context restore bbLucas De Marchi1-2/+278
2025-09-19drm/xe/lrc: Allow to add user commands on context switchLucas De Marchi1-0/+13
2025-09-19drm/xe/configfs: Allow to select by class onlyLucas De Marchi1-15/+35
2025-09-19drm/xe/configfs: Extract function to parse engineLucas De Marchi1-11/+21
2025-09-12drm/xe/configfs: Fix documentation warningLucas De Marchi1-2/+2
2025-09-08drm/xe/configfs: Use config_group_put()Lucas De Marchi1-1/+1
2025-09-04drm/xe/configfs: Don't expose survivability_mode if not applicableMichal Wajdeczko1-18/+6
2025-09-04drm/xe/configfs: Prepare to filter-out configfs attributesMichal Wajdeczko1-2/+18
2025-08-27drm/xe/configfs: Block runtime attribute changesLucas De Marchi1-0/+41
2025-08-22drm/xe/configfs: Dump custom settings when bindingLucas De Marchi1-0/+39
2025-08-22drm/xe/configfs: Minor fixes to documentationLucas De Marchi1-4/+5
2025-08-22drm/xe/configfs: Improve documentation stepsLucas De Marchi1-4/+16
2025-08-22drm/xe/configfs: Use tree-like output in documentationLucas De Marchi1-2/+10
2025-08-22drm/xe/configfs: Use guard() for dev->lockLucas De Marchi1-8/+5
2025-08-22drm/xe/configfs: Allow to enable PSMILucas De Marchi1-4/+62
2025-08-22drm/xe/configfs: Simplify kernel docLucas De Marchi1-12/+3
2025-08-05drm/xe/configfs: Allow adding configurations for future VFsMichal Wajdeczko1-3/+30
2025-08-05drm/xe/configfs: Only allow configurations for supported devicesMichal Wajdeczko1-0/+19
2025-08-05drm/xe/configfs: Keep default device config settings togetherMichal Wajdeczko1-4/+13
2025-08-05drm/xe/configfs: Reintroduce struct xe_config_deviceMichal Wajdeczko1-10/+17
2025-08-05drm/xe/configfs: Rename configfs_find_group() helperMichal Wajdeczko1-7/+7
2025-08-05drm/xe/configfs: Rename struct xe_config_deviceMichal Wajdeczko1-14/+14
2025-08-05drm/xe/configfs: Drop redundant init() error messageMichal Wajdeczko1-4/+1
2025-08-05drm/xe/configfs: Destroy xe_configfs.su_mutex on exit/errorMichal Wajdeczko1-1/+2
2025-07-25drm/xe/configfs: Use pci_name() for lookupMichal Wajdeczko1-5/+1
2025-07-25drm/xe/configfs: Enforce canonical device namesMichal Wajdeczko1-1/+8
2025-07-25drm/xe/configfs: Fix pci_dev reference leakMichal Wajdeczko1-1/+2
2025-06-02drm/xe/configfs: Add attribute to disable enginesLucas De Marchi1-2/+147
2025-06-02drm/xe: Allow to disable enginesLucas De Marchi1-0/+15
2025-04-09drm/xe: Enable configfs support for survivability modeRiana Tauro1-0/+62
2025-04-09drm/xe: Add configfs to enable survivability modeRiana Tauro1-0/+188