summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt/uc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linux-next' of git://anongit.freedesktop.org/drm-intelStephen Rothwell2023-05-181-0/+1
|\
| * Merge drm/drm-next into drm-intel-nextRodrigo Vivi2023-05-1711-48/+194
| |\
| * | drm/i915: use explicit includes for i915_reg.h and i915_irq.hJani Nikula2023-04-191-0/+1
* | | drm/i915/guc: Don't capture Gen8 regs on Xe devicesJohn Harrison2023-05-111-2/+5
| |/ |/|
* | Merge tag 'drm-next-2023-05-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-05-051-8/+12
|\ \
| * | drm/i915/guc: Actually return an error if GuC version range check failsJohn Harrison2023-05-031-8/+12
* | | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-272-4/+4
|\ \ \ | |/ / |/| |
| * | Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-032-12/+23
| |\ \
| | * | drm/i915/guc: Fix missing ecodesJohn Harrison2023-03-201-0/+22
| | * | drm/i915/mtl: Disable MC6 for MTL A stepBadal Nilawar2023-03-201-12/+1
| * | | drm/i915/huc: use const struct bus_type pointersGreg Kroah-Hartman2023-03-232-4/+4
| |/ /
| * | drm/i915: Fix GEN8_MISCCPCTLLucas De Marchi2023-02-151-3/+2
* | | drm/i915/gt: Avoid out-of-bounds access when loading HuCLucas De Marchi2023-04-171-4/+17
* | | Merge tag 'drm-intel-gt-next-2023-04-06' of git://anongit.freedesktop.org/drm...Daniel Vetter2023-04-0610-32/+161
|\ \ \ | |_|/ |/| |
| * | drm/i915/gt/uc/intel_guc_hwconfig: Demote a few non-conforming kerneldoc headersLee Jones2023-04-031-3/+3
| * | drm/i915/gsc: implement wa 14015076503Daniele Ceraolo Spurio2023-03-281-0/+2
| * | drm/i915/huc: Cancel HuC delayed load timer on reset.Daniele Ceraolo Spurio2023-03-282-6/+8
| * | drm/i915/guc: Allow for very slow GuC loadingJohn Harrison2023-03-231-3/+47
| * | drm/i915/guc: Improve GuC load error reportingJohn Harrison2023-03-233-21/+95
| * | drm/i915/gt: Create per-gt debugfs filesAndi Shyti2023-03-213-1/+8
* | | Merge tag 'drm-intel-next-2023-03-23' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter2023-03-242-0/+170
|\ \ \ | |/ / |/| |
| * | drm/i915/mtl: Add function to send command to GSC CSSuraj Kandpal2023-03-232-0/+31
| * | drm/i915/gsc: Create GSC request submission mechanismSuraj Kandpal2023-03-232-0/+139
* | | drm/i915/guc: Clean up of register capture searchJohn Harrison2023-03-131-3/+2
* | | drm/i915/guc: Fix missing ecodesJohn Harrison2023-03-131-0/+22
* | | drm/i915/mtl: Disable MC6 for MTL A stepBadal Nilawar2023-03-131-12/+1
* | | drm/i915/guc: Fix missing return code checks in submission initJohn Harrison2023-03-103-26/+80
* | | drm/i915/guc: Improve clean up of busyness stats workerJohn Harrison2023-03-101-15/+23
* | | drm/i915/gsc: Fix race between HW init and GSC FW loadDaniele Ceraolo Spurio2023-03-093-2/+23
* | | drm/i915/gsc: flush the GSC worker before wedging on unloadDaniele Ceraolo Spurio2023-03-093-2/+3
* | | drm/i915/gt: Rename dev_priv to i915 for private data naming consistencyAndi Shyti2023-02-271-9/+9
* | | drm/i915/guc: More debug print updates - GuC loggingJohn Harrison2023-02-082-2/+4
* | | drm/i915/guc: More debug print updates - GuC SLPCJohn Harrison2023-02-082-43/+26
* | | drm/i915/guc: More debug print updates - GuC selftestsJohn Harrison2023-02-083-36/+40
* | | drm/i915/guc: More debug print updates - GuC reg captureJohn Harrison2023-02-081-30/+21
* | | drm/i915/guc: More debug print updates - GSC firmwareJohn Harrison2023-02-082-9/+7
* | | drm/i915/guc: More debug print updates - UC firmwareJohn Harrison2023-02-082-85/+73
* | | drm/i915: Fix GEN8_MISCCPCTLLucas De Marchi2023-02-081-3/+2
* | | drm/i915/huc: Add and use HuC oriented print macrosMichal Wajdeczko2023-02-061-21/+23
* | | drm/i915/guc: Improve debug message on context reset notificationMichal Wajdeczko2023-02-021-3/+4
| |/ |/|
* | drm/i915/guc: Update GT/GuC messages in intel_uc.cMichal Wajdeczko2023-01-311-41/+39
* | drm/i915/guc: Update GuC messages in intel_guc_submission.cMichal Wajdeczko2023-01-311-35/+26
* | drm/i915/guc: Update GuC messages in intel_guc_log.cMichal Wajdeczko2023-01-311-19/+19
* | drm/i915/guc: Update GuC messages in intel_guc_fw.cMichal Wajdeczko2023-01-311-8/+9
* | drm/i915/guc: Update GuC messages in intel_guc_ct.cMichal Wajdeczko2023-01-311-19/+4
* | drm/i915/guc: Update GuC messages in intel_guc_ads.cMichal Wajdeczko2023-01-311-4/+4
* | drm/i915/guc: Update GuC messages in intel_guc.cMichal Wajdeczko2023-01-311-16/+15
* | drm/i915/guc: Add GuC oriented print macrosMichal Wajdeczko2023-01-311-0/+48
* | drm/i915/guc: Rename GuC register state capture node to be more obviousJohn Harrison2023-01-271-4/+4
* | drm/i915/guc: Add a debug print on GuC triggered resetJohn Harrison2023-01-271-0/+4