index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
gt
/
uc
/
intel_guc_fw.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-06
drm/i915/guc: Dump perf_limit_reasons for debug
Vinay Belgaumkar
1
-3
/
+5
2023-05-06
drm/i915/guc: Print status register when waiting for GuC to load
John Harrison
1
-2
/
+4
2023-05-06
drm/i915/guc: Decode another GuC load failure case
John Harrison
1
-0
/
+6
2023-03-24
drm/i915/guc: Allow for very slow GuC loading
John Harrison
1
-3
/
+47
2023-03-24
drm/i915/guc: Improve GuC load error reporting
John Harrison
1
-19
/
+76
2023-02-09
drm/i915: Fix GEN8_MISCCPCTL
Lucas De Marchi
1
-3
/
+2
2023-01-31
drm/i915/guc: Update GuC messages in intel_guc_fw.c
Michal Wajdeczko
1
-8
/
+9
2022-10-17
drm/i915/gt: Always use MCR functions on multicast registers
Matt Roper
1
-4
/
+8
2022-10-17
drm/i915/gen8: Create separate reg definitions for new MCR registers
Matt Roper
1
-1
/
+1
2022-02-23
Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm...
Rodrigo Vivi
1
-14
/
+24
2022-02-02
drm/i915: Move GT registers to their own header file
Matt Roper
1
-0
/
+1
2022-01-26
drm/i915/guc: Update guc shim control programming on newer platforms
Daniele Ceraolo Spurio
1
-3
/
+5
2022-01-11
drm/i915/guc: Improve GuC loading status check/error reports
John Harrison
1
-9
/
+8
2022-01-11
drm/i915/guc: Temporarily bump the GuC load timeout
John Harrison
1
-2
/
+11
2021-12-13
drm/i915/guc: support bigger RSA keys
Daniele Ceraolo Spurio
1
-4
/
+27
2021-12-13
drm/i915/uc: correctly track uc_fw init failure
Daniele Ceraolo Spurio
1
-1
/
+1
2021-09-20
drm/i915/guc: put all guc objects in lmem when available
Daniele Ceraolo Spurio
1
-4
/
+9
2021-06-06
drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VER
Lucas De Marchi
1
-1
/
+1
2020-12-23
drm/i915/uc: Squelch load failure error message
Chris Wilson
1
-7
/
+6
2020-10-29
drm/i915/guc: Improved reporting when GuC fails to load
John Harrison
1
-9
/
+22
2020-03-27
drm/i915/huc: make "support huc" reflect HW capabilities
Daniele Ceraolo Spurio
1
-14
/
+0
2019-12-12
drm/i915/uc: Drop explicit gt param in some uc_fw functions
Michal Wajdeczko
1
-1
/
+1
2019-08-13
drm/i915/uc: Log fw status changes only under debug config
Michal Wajdeczko
1
-2
/
+2
2019-08-12
drm/i915/uc: Update copyright and license
Michal Wajdeczko
1
-20
/
+2
2019-08-07
drm/i915/uc: HuC firmware can't be supported without GuC
Michal Wajdeczko
1
-1
/
+4
2019-07-25
drm/i915/uc: Unify uC firmware upload
Daniele Ceraolo Spurio
1
-80
/
+27
2019-07-25
drm/i915/uc: Plumb the gt through fw_upload
Daniele Ceraolo Spurio
1
-19
/
+16
2019-07-25
drm/i915/uc: Move xfer rsa logic to common function
Daniele Ceraolo Spurio
1
-4
/
+3
2019-07-25
drm/i915/uc: Unify uc_fw status tracking
Daniele Ceraolo Spurio
1
-1
/
+5
2019-07-25
drm/i915/uc: Unify uC FW selection
Daniele Ceraolo Spurio
1
-88
/
+1
2019-07-25
drm/i915: Fix handling of non-supported uC
Daniele Ceraolo Spurio
1
-5
/
+6
2019-07-25
drm/i915/uc: Unify uC platform check
Daniele Ceraolo Spurio
1
-1
/
+1
2019-07-13
drm/i915/uc: kill <g,h>uc_to_i915
Daniele Ceraolo Spurio
1
-1
/
+1
2019-07-13
drm/i915/uc: prefer intel_gt over i915 in GuC/HuC paths
Daniele Ceraolo Spurio
1
-40
/
+41
2019-07-13
drm/i915/uc: move GuC and HuC files under gt/uc/
Daniele Ceraolo Spurio
1
-0
/
+319