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
/
i915_gem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-18
drm/i915: Only show debug for state changes when banning
Chris Wilson
1
-5
/
+5
2018-06-18
drm/i915: Fix fallout of fake reset along resume
Chris Wilson
1
-9
/
+5
2018-06-15
drm/i915: Be irqsafe inside reset
Chris Wilson
1
-2
/
+4
2018-06-15
drm/i915: Fix context ban and hang accounting for client
Mika Kuoppala
1
-17
/
+40
2018-06-14
drm/i915: Make closing request flush mandatory
Chris Wilson
1
-2
/
+2
2018-06-11
drm/i915: Refactor unsettting obj->mm.pages
Chris Wilson
1
-31
/
+37
2018-06-11
drm/i915: Squash GEM load failure message (again)
Chris Wilson
1
-3
/
+2
2018-06-08
drm/i915: Mark the GPU as wedged without error on fault injection
Chris Wilson
1
-0
/
+2
2018-06-07
drm/i915: Change i915_gem_fault() to return vm_fault_t
Chris Wilson
1
-14
/
+7
2018-06-07
drm/i915: Use GEM suspend when aborting initialisation
Chris Wilson
1
-2
/
+6
2018-06-05
drm/i915/gtt: Rename i915_hw_ppgtt base member
Chris Wilson
1
-16
/
+14
2018-06-05
drm/i915: Swap magics and use SZ_1M
Chris Wilson
1
-1
/
+1
2018-06-05
drm/i915: Correctly handle error path in i915_gem_init_hw
Michal Wajdeczko
1
-0
/
+6
2018-06-05
drm/i915: Add new vGPU cap info bit VGT_CAPS_HUGE_GTT
Changbin Du
1
-6
/
+2
2018-06-04
drm/i915: Move i915_gem_fini to i915_gem.c
Michal Wajdeczko
1
-0
/
+22
2018-06-01
drm/i915: Apply the full CPU domain markup before freezing
Chris Wilson
1
-12
/
+13
2018-06-01
drm/i915: Flush all writes before suspend
Chris Wilson
1
-0
/
+14
2018-06-01
drm/i915: Assert we idle in the kernel context
Chris Wilson
1
-13
/
+18
2018-05-31
drm/i915: Only sanitize GEM from late suspend
Chris Wilson
1
-9
/
+13
2018-05-31
drm/i915: After reset on sanitization, reset the engine backends
Chris Wilson
1
-0
/
+24
2018-05-31
drm/i915: "Race-to-idle" after switching to the kernel context
Chris Wilson
1
-2
/
+25
2018-05-31
drm/i915: Switch to kernel context before idling at runtime
Chris Wilson
1
-5
/
+31
2018-05-30
drm/i915: Remove stale asserts from i915_gem_find_active_request()
Chris Wilson
1
-9
/
+8
2018-05-24
drm/i915: Look for an active kernel context before switching
Chris Wilson
1
-0
/
+7
2018-05-18
drm/i915: Store a pointer to intel_context in i915_request
Chris Wilson
1
-6
/
+6
2018-05-18
drm/i915: Move request->ctx aside
Chris Wilson
1
-5
/
+5
2018-05-16
drm/i915: Stop parking the signaler around reset
Chris Wilson
1
-14
/
+0
2018-05-16
drm/i915: Move engine reset prepare/finish to backends
Chris Wilson
1
-33
/
+5
2018-05-16
drm/i915: Only sync tasklets once for recursive reset preparation
Chris Wilson
1
-1
/
+1
2018-05-16
drm/i915: Remove tasklet flush before disable
Chris Wilson
1
-9
/
+0
2018-05-14
drm/i915: Mark up nested spinlocks
Chris Wilson
1
-1
/
+1
2018-05-08
drm/i915: Flush submission tasklet after bumping priority
Chris Wilson
1
-1
/
+3
2018-05-04
drm/i915: Lazily unbind vma on close
Chris Wilson
1
-1
/
+3
2018-05-03
drm/i915: Split i915_gem_timeline into individual timelines
Chris Wilson
1
-73
/
+56
2018-05-03
drm/i915: Move timeline from GTT to ring
Chris Wilson
1
-4
/
+5
2018-04-30
drm/i915: Only track live rings for retiring
Chris Wilson
1
-2
/
+4
2018-04-30
drm/i915: Retire requests along rings
Chris Wilson
1
-0
/
+1
2018-04-30
drm/i915: Wrap engine->context_pin() and engine->context_unpin()
Chris Wilson
1
-2
/
+2
2018-04-26
drm/i915: Compile out engine debug for release
Chris Wilson
1
-1
/
+1
2018-04-18
drm/i915: Pack params to engine->schedule() into a struct
Chris Wilson
1
-8
/
+10
2018-04-12
drm/i915: Split out functions for different kinds of workarounds
Oscar Mateo
1
-0
/
+3
2018-04-10
drm/i915: Don't fiddle with rps/rc6 across GPU reset
Chris Wilson
1
-7
/
+0
2018-04-07
drm/i915: Pass the set of guilty engines to i915_reset()
Chris Wilson
1
-2
/
+3
2018-04-07
drm/i915: Treat i915_reset_engine() as guilty until proven innocent
Chris Wilson
1
-19
/
+17
2018-04-06
drm/i915: Split out parking from the idle worker for reuse
Chris Wilson
1
-28
/
+95
2018-03-23
drm/i915: Reorder early initialization
Michal Wajdeczko
1
-3
/
+2
2018-03-16
drm/i915: Stop engines when declaring the machine wedged
Chris Wilson
1
-0
/
+3
2018-03-16
drm/i915: Trace GEM steps between submit and wedging
Chris Wilson
1
-0
/
+14
2018-03-14
drm/i915/guc: Check the locking status of GuC WOPCM registers
Jackie Li
1
-0
/
+6
2018-03-14
drm/i915: Implement dynamic GuC WOPCM offset and size calculation
Jackie Li
1
-0
/
+4
[next]