index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_uc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-16
drm/i915: Pull all the reset functionality together into i915_reset.c
Chris Wilson
1
-0
/
+1
2018-12-31
drm/i915/uc: add dev_priv parameter to intel_uc_is_using_* functions
Jani Nikula
1
-6
/
+6
2018-12-12
drm/i915: replace IS_GEN<N> with IS_GEN(..., N)
Lucas De Marchi
1
-1
/
+1
2018-10-17
drm/i915/guc: Fix Gen9 GuC loading workarounds
Michal Wajdeczko
1
-1
/
+1
2018-09-10
drm/i915/guc: Update GuC power domain states
Michal Wajdeczko
1
-0
/
+4
2018-06-28
drm/i915/uc: Fetch GuC/HuC firmwares from guc/huc specific init
Michal Wajdeczko
1
-13
/
+15
2018-06-28
drm/i915/guc: Use intel_guc_init_misc to hide GuC internals
Michal Wajdeczko
1
-4
/
+2
2018-06-12
drm/i915/guc: Don't store runtime GuC log level in modparam
Piotr Piórkowski
1
-1
/
+1
2018-05-25
drm/i915/uc: Trivial s/dev_priv/i915 in intel_uc.c
Michal Wajdeczko
1
-65
/
+64
2018-03-29
drm/i915/guc: enable guc interrupts unconditionally in uc_resume
Michel Thierry
1
-2
/
+1
2018-03-28
drm/i915/guc: Make event handler a virtual function
Michal Wajdeczko
1
-0
/
+2
2018-03-23
drm/i915/uc: Fetch uC firmware in init_early
Michal Wajdeczko
1
-19
/
+18
2018-03-21
drm/i915/guc: Unify parameters of public CT functions
Michal Wajdeczko
1
-2
/
+2
2018-03-20
drm/i915/guc: Don't try to enable GuC logging when we're not using GuC
Michał Winiarski
1
-12
/
+11
2018-03-19
drm/i915/guc: Default to non-verbose GuC logging
Michał Winiarski
1
-1
/
+1
2018-03-19
drm/i915/guc: Allow user to control default GuC logging
Michał Winiarski
1
-5
/
+9
2018-03-19
drm/i915/guc: Split relay control and GuC log level
Michał Winiarski
1
-22
/
+0
2018-03-19
drm/i915/guc: Keep GuC interrupts enabled when using GuC
Michał Winiarski
1
-9
/
+5
2018-03-15
drm/i915/guc: Update syntax of GuC log functions
Michal Wajdeczko
1
-2
/
+2
2018-03-14
drm/i915/guc: Check the locking status of GuC WOPCM registers
Jackie Li
1
-5
/
+0
2018-03-14
drm/i915: Implement dynamic GuC WOPCM offset and size calculation
Jackie Li
1
-2
/
+4
2018-03-12
drm/i915/uc: Sanitize uC together with GEM
Michal Wajdeczko
1
-1
/
+18
2018-03-12
drm/i915/uc: Sanitize uC options early
Michal Wajdeczko
1
-2
/
+4
2018-03-09
drm/i915/guc: Create common entry points for log register/unregister
Michał Winiarski
1
-17
/
+24
2018-03-02
drm/i915/uc: Introduce intel_uc_suspend|resume
Michal Wajdeczko
1
-0
/
+45
2018-03-02
drm/i915/uc: Make GuC/HuC fw fetch and loading functions/file structure symme...
Sagar Arun Kamble
1
-1
/
+1
2018-02-01
drm/i915/guc: Don't forget to free GuC error log
Michal Wajdeczko
1
-2
/
+4
2018-01-24
drm/i915/guc: Fix lockdep due to log relay channel handling under struct_mutex
Sagar Arun Kamble
1
-5
/
+21
2018-01-18
drm/i915/guc: Redefine guc_log_level modparam values
Michal Wajdeczko
1
-6
/
+54
2018-01-10
drm/i915/guc: Add uc_fini_wq in gem_init unwind path
Sagar Arun Kamble
1
-2
/
+0
2017-12-14
drm/i915/guc: Extract guc_init from guc_init_hw
Michał Winiarski
1
-25
/
+46
2017-12-14
drm/i915/guc: Move GuC workqueue allocations outside of the mutex
Michał Winiarski
1
-0
/
+26
2017-12-14
drm/i915/guc: Move shared data allocation away from submission path
Michał Winiarski
1
-4
/
+6
2017-12-06
drm/i915/huc: Load HuC only if requested
Michal Wajdeczko
1
-5
/
+23
2017-12-06
drm/i915/guc: Combine enable_guc_loading|submission modparams
Michal Wajdeczko
1
-44
/
+65
2017-12-06
drm/i915/uc: Don't fetch GuC firmware if no plan to use GuC
Michal Wajdeczko
1
-0
/
+6
2017-12-06
drm/i915/guc: Introduce USES_GUC_xxx helper macros
Michal Wajdeczko
1
-12
/
+11
2017-12-06
drm/i915/guc: Move firmware selection to init_early
Michal Wajdeczko
1
-1
/
+1
2017-12-06
drm/i915/huc: Move firmware selection to init_early
Michal Wajdeczko
1
-3
/
+1
2017-11-16
drm/i915/guc: Rename i915_guc_submission.c|h to intel_guc_submission.c|h
Sagar Arun Kamble
1
-1
/
+1
2017-11-16
drm/i915/guc: Update name and prototype of GuC submission interface functions
Sagar Arun Kamble
1
-7
/
+9
2017-11-02
drm/i915/guc: Rename the function that resets the GuC
Michel Thierry
1
-2
/
+2
2017-10-16
drm/i915/guc: Update Guc messages on load failure
Michal Wajdeczko
1
-4
/
+5
2017-10-16
drm/i915/guc: Pick better place for Guc final status message
Michal Wajdeczko
1
-0
/
+6
2017-10-16
drm/i915/guc: Rename intel_guc_loader.c to intel_guc_fw.c
Michal Wajdeczko
1
-2
/
+2
2017-10-16
drm/i915/guc: Move GuC boot param initialization out of xfer
Michal Wajdeczko
1
-0
/
+1
2017-10-06
drm/i915/uc: Fix includes order
Michal Wajdeczko
1
-2
/
+1
2017-10-06
drm/i915/guc: Move GuC core definitions into dedicated files
Michal Wajdeczko
1
-144
/
+2
2017-10-06
drm/i915/guc: Move GuC submission declarations into dedicated header
Michal Wajdeczko
1
-0
/
+1
2017-10-04
drm/i915/guc: Move Guc early init into own function
Michal Wajdeczko
1
-3
/
+6
[next]