index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
/
intel_reset.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-04
drm/i915: Coordinate i915_active with its own mutex
Chris Wilson
1
-5
/
+5
2019-09-30
drm/i915/gt: Only unwedge if we can reset first
Chris Wilson
1
-1
/
+7
2019-09-28
drm/i915/selftests: Provide a mock GPU reset routine
Chris Wilson
1
-1
/
+10
2019-09-28
drm/i915: Pass intel_gt to has-reset?
Chris Wilson
1
-8
/
+13
2019-09-26
drm/i915: Don't disable interrupts for intel_engine_breadcrumbs_irq()
Sebastian Andrzej Siewior
1
-1
/
+1
2019-09-26
drm/i915: Define explicit wedged on init reset state
MichaĆ Winiarski
1
-1
/
+10
2019-09-23
drm/i915: Fixup preempt-to-busy vs reset of a virtual request
Chris Wilson
1
-3
/
+1
2019-09-19
drm/i915: fix SFC reset flow
Daniele Ceraolo Spurio
1
-17
/
+33
2019-09-13
drm/i915: Don't mix srcu tag and negative error codes
Chris Wilson
1
-5
/
+3
2019-09-11
drm/i915: Move GT init to intel_gt.c
Tvrtko Ursulin
1
-1
/
+1
2019-08-23
drm/i915: Hold irq-off for the entire fake lock period
Chris Wilson
1
-4
/
+5
2019-08-16
drm/i915/gt: Convert timeline tracking to spinlock
Chris Wilson
1
-2
/
+8
2019-08-07
drm/i915: rename intel_drv.h to display/intel_display_types.h
Jani Nikula
1
-0
/
+1
2019-08-06
drm/i915/gem: Make caps.scheduler static
Chris Wilson
1
-4
/
+1
2019-07-25
drm/i915/uc: Unify uC platform check
Daniele Ceraolo Spurio
1
-1
/
+1
2019-07-17
drm/i915/gt: Push engine stopping into reset-prepare
Chris Wilson
1
-58
/
+0
2019-07-13
drm/i915/uc: Move intel functions to intel_uc
Daniele Ceraolo Spurio
1
-1
/
+1
2019-07-13
drm/i915/uc: move GuC/HuC inside intel_gt under a new intel_uc
Daniele Ceraolo Spurio
1
-3
/
+3
2019-07-13
drm/i915/uc: move GuC and HuC files under gt/uc/
Daniele Ceraolo Spurio
1
-1
/
+1
2019-07-12
drm/i915/gt: Use intel_gt as the primary object for handling resets
Chris Wilson
1
-224
/
+216
2019-06-26
drm/i915: Lift intel_engines_resume() to callers
Chris Wilson
1
-1
/
+20
2019-06-26
drm/i915: Only recover active engines
Chris Wilson
1
-15
/
+22
2019-06-25
drm/i915: Rename intel_wakeref_[is]_active
Chris Wilson
1
-1
/
+1
2019-06-25
drm/i915/gt: Pass intel_gt to pm routines
Chris Wilson
1
-3
/
+3
2019-06-21
drm/i915: Rename i915_timeline to intel_timeline and move under gt
Tvrtko Ursulin
1
-1
/
+1
2019-06-21
drm/i915: Make i915_check_and_clear_faults take intel_gt
Tvrtko Ursulin
1
-124
/
+2
2019-06-17
drm/i915: move modesetting core code under display/
Jani Nikula
1
-1
/
+2
2019-06-14
drm/i915: Replace engine->timeline with a plain list
Chris Wilson
1
-5
/
+5
2019-06-14
drm/i915: update with_intel_runtime_pm to use the rpm structure
Daniele Ceraolo Spurio
1
-1
/
+1
2019-06-14
drm/i915: update rpm_get/put to use the rpm structure
Daniele Ceraolo Spurio
1
-2
/
+2
2019-06-14
drm/i915: Refine i915_reset.lock_map
Chris Wilson
1
-4
/
+2
2019-06-13
drm/i915: Move fence register tracking from i915->mm to ggtt
Chris Wilson
1
-3
/
+3
2019-06-12
drm/i915: Prevent lock-cycles between GPU waits and GPU resets
Chris Wilson
1
-1
/
+4
2019-06-10
drm/i915: Move i915_check_and_clear_faults to intel_reset.c
Tvrtko Ursulin
1
-3
/
+66
2019-06-07
drm/i915: Extract engine fault reset to a helper
Tvrtko Ursulin
1
-4
/
+8
2019-06-07
drm/i915: Make Gen6/7 RING_FAULT_REG access engine centric
Tvrtko Ursulin
1
-4
/
+2
2019-06-07
drm/i915: Reset only affected engines when handling error capture
Tvrtko Ursulin
1
-3
/
+4
2019-05-28
drm/i915: Move more GEM objects under gem/
Chris Wilson
1
-0
/
+2
2019-05-23
drm/i915/selftests: Move some reset testcases to separate file
Michal Wajdeczko
1
-0
/
+4
2019-05-08
drm/i915: Reboot CI if forcewake fails
Chris Wilson
1
-1
/
+1
2019-04-30
drm/i915: extract intel_overlay.h from intel_drv.h and i915_drv.h
Jani Nikula
1
-0
/
+1
2019-04-30
drm/i915: extract i915_irq.h from intel_drv.h and i915_drv.h
Jani Nikula
1
-0
/
+1
2019-04-25
drm/i915: Invert the GEM wakeref hierarchy
Chris Wilson
1
-89
/
+12
2019-04-25
drm/i915: Pass intel_context to i915_request_create()
Chris Wilson
1
-1
/
+1
2019-04-24
drm/i915: Move GraphicsTechnology files under gt/
Chris Wilson
1
-0
/
+1471
[prev]