index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_uc.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2017-10-04
drm/i915/uc: Move uC fw helper code into dedicated files
Michal Wajdeczko
1
-155
/
+4
2017-10-04
drm/i915/uc: Create intel_uc_init_mmio
Sagar Arun Kamble
1
-2
/
+13
2017-09-26
drm/i915/huc: Reorganize HuC authentication
Sagar Arun Kamble
1
-1
/
+22
2017-09-22
drm/i915: Rename global i915 to i915_modparams
Michal Wajdeczko
1
-25
/
+26
2017-08-12
drm/i915/guc: Rename GuC irq trigger function
Michal Wajdeczko
1
-2
/
+2
2017-06-08
drm/i915/guc: Clear enable_guc_loading in case of init failure
Michel Thierry
1
-2
/
+5
2017-05-26
drm/i915/guc: capture GuC logs if FW fails to load
Daniele Ceraolo Spurio
1
-2
/
+23
2017-05-26
drm/i915/guc: Introduce buffer based cmd transport
Michal Wajdeczko
1
-1
/
+18
2017-05-26
drm/i915/guc: Disable send function on fini
Michal Wajdeczko
1
-1
/
+6
[next]