index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_guc_loader.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-05
drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm
Chris Wilson
1
-1
/
+1
2016-07-04
drm/i915: convert a few more E->dev_private to to_i915(E)
Dave Gordon
1
-1
/
+1
2016-07-04
drm/i915: Mass convert dev->dev_private to to_i915(dev)
Chris Wilson
1
-3
/
+3
2016-07-04
i915/guc: Add Kabylake GuC Loading
Peter Antoine
1
-0
/
+7
2016-06-27
drm/i915/guc: don't ever forward VBlank to the GuC
Dave Gordon
1
-4
/
+3
2016-06-13
drm/i915/guc: prefer 'dev_priv' to 'dev' for intra-module functions
Dave Gordon
1
-6
/
+6
2016-06-13
drm/i915/guc: suppress GuC-related message on non-GuC platforms
Dave Gordon
1
-4
/
+6
2016-06-07
drm/i915/guc: disable GuC submission earlier during GuC (re)load
Dave Gordon
1
-3
/
+0
2016-06-07
drm/i915/guc: fix GuC loading/submission check
Dave Gordon
1
-4
/
+8
2016-05-31
drm/i915: Update GEN6_PMINTRMSK setup with GuC enabled
Sagar Arun Kamble
1
-0
/
+11
2016-05-23
drm/i915/guc: add enable_guc_loading parameter
Dave Gordon
1
-50
/
+73
2016-05-23
drm/i915/guc: rename loader entry points
Dave Gordon
1
-9
/
+10
2016-05-18
drm/i915/bxt: reserve space for RC6 in the the GuC WOPCM
Peter Antoine
1
-4
/
+13
2016-05-12
drm/i915/guc: Add Broxton GuC firmware loading support
Nick Hoath
1
-0
/
+7
2016-05-12
drm/i915/guc: Use major_minor version for filename
Tom O'Rourke
1
-1
/
+1
2016-04-05
drm/i915/guc: always reset GuC before loading firmware
Dave Gordon
1
-21
/
+19
2016-04-05
drm/i915/guc: reset GuC and retry on firmware load failure
Arun Siluvery
1
-2
/
+47
2016-03-24
drm/i915: replace for_each_engine()
Dave Gordon
1
-4
/
+4
2016-03-16
drm/i915/guc: Support GuC SKL v6.1
Alex Dai
1
-3
/
+3
2016-03-16
drm/i915: More intel_engine_cs renaming
Tvrtko Ursulin
1
-2
/
+2
2016-03-16
drm/i915: Rename local struct intel_engine_cs variables
Tvrtko Ursulin
1
-6
/
+6
2016-02-15
drm/i915/guc: Do not wait for firmware load atomically
Tvrtko Ursulin
1
-3
/
+3
2016-01-18
drm/i915/guc: Fix a memory leak where guc->execbuf_client is not freed
Alex Dai
1
-1
/
+5
2016-01-05
drm/i915/guc: Add GuC ADS - enabling ADS
Alex Dai
1
-0
/
+7
2015-11-23
Merge tag 'v4.4-rc2' into drm-intel-next-queued
Daniel Vetter
1
-2
/
+4
2015-11-04
drm/i915: Fix locking around GuC firmware load
Daniel Stone
1
-2
/
+4
2015-10-31
drm/i915: Shut up GuC errors when it's disabled
Daniel Vetter
1
-0
/
+6
2015-10-29
drm/i915: make A0 wa's applied to A1
Tim Gore
1
-1
/
+1
2015-10-21
drm/i915/guc: Add GuC css header parser
Alex Dai
1
-36
/
+59
2015-10-21
drm/i915: add helpers for platform specific revision id range checks
Jani Nikula
1
-2
/
+2
2015-10-06
drm/i915/guc: Add host2guc notification for suspend and resume
Alex Dai
1
-1
/
+3
2015-10-01
drm/i915/guc: Don't forward flip interrupts to GuC
Sagar Arun Kamble
1
-10
/
+0
2015-09-30
drm/i915: Parametrize UOS_RSA_SCRATCH
Ville Syrjälä
1
-1
/
+1
2015-09-30
drm/i915/guc: Fix a bug in GuC status check
Alex Dai
1
-2
/
+3
2015-09-14
drm/i915/gen9: Add WaDisableMinuteIaClockGating
Nick Hoath
1
-0
/
+7
2015-09-02
drm/i915/guc: Support GuC version 4.3
Alex Dai
1
-11
/
+6
2015-08-14
drm/i915: Interrupt routing for GuC submission
Dave Gordon
1
-0
/
+51
2015-08-14
drm/i915: Implementation of GuC submission client
Dave Gordon
1
-0
/
+10
2015-08-14
drm/i915: Prepare for GuC-based command submission
Alex Dai
1
-0
/
+21
2015-08-14
drm/i915: GuC-specific firmware loader
Alex Dai
1
-0
/
+529