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
2014-12-05
drm/i915: release struct_mutex on the i915_gem_init_hw fail path
Jani Nikula
1
-9
/
+7
2014-12-04
drm/i915: Stop putting GGTT VMA at the head of the list
Tvrtko Ursulin
1
-4
/
+6
2014-12-03
drm/i915: Move init_unused_rings to gem_init_hw
Daniel Vetter
1
-8
/
+8
2014-12-03
drm/i915: Only init engines once
Daniel Vetter
1
-3
/
+10
2014-12-03
drm/i915: Convert 'trace_irq' to use requests rather than seqnos
John Harrison
1
-4
/
+3
2014-12-03
drm/i915: Remove the now redundant 'obj->ring'
John Harrison
1
-12
/
+20
2014-12-03
drm/i915: Convert 'i915_seqno_passed' calls into 'i915_gem_request_completed'
John Harrison
1
-18
/
+8
2014-12-03
drm/i915: Connect requests to rings at creation not submission
John Harrison
1
-1
/
+0
2014-12-03
drm/i915: Convert trace functions from seqno to request
John Harrison
1
-7
/
+5
2014-12-03
drm/i915: Remove obsolete seqno parameter from 'i915_add_request'
John Harrison
1
-5
/
+2
2014-12-03
drm/i915: Convert __wait_seqno() to __wait_request()
John Harrison
1
-25
/
+20
2014-12-03
drm/i915: Convert i915_wait_seqno to i915_wait_request
Daniel Vetter
1
-17
/
+19
2014-12-03
drm/i915: Make 'i915_gem_check_olr' actually check by request not seqno
John Harrison
1
-17
/
+11
2014-12-03
drm/i915: Remove 'outstanding_lazy_seqno'
John Harrison
1
-8
/
+5
2014-12-03
drm/i915: Ensure requests stick around during waits
John Harrison
1
-3
/
+18
2014-12-03
drm/i915: Convert i915_gem_ring_throttle to use requests
John Harrison
1
-7
/
+6
2014-12-03
drm/i915: Replace last_[rwf]_seqno with last_[rwf]_req
John Harrison
1
-30
/
+41
2014-12-03
drm/i915: Add reference count to request structure
John Harrison
1
-6
/
+14
2014-12-03
drm/i915: Assert that we successfully downclock the GPU before suspend
Chris Wilson
1
-0
/
+5
2014-12-03
drm/i915: Remove user pinning code
Daniel Vetter
1
-103
/
+3
2014-12-03
drm/i915: Fix context object leak for legacy contexts
Thomas Daniel
1
-4
/
+6
2014-12-03
drm/i915: Disallow pin ioctl completely for kms drivers
Daniel Vetter
1
-1
/
+4
2014-12-03
Merge tag 'drm-intel-next-2014-11-21-fixed' of git://anongit.freedesktop.org/...
Dave Airlie
1
-195
/
+202
2014-11-21
drm/gem: Warn on illegal use of the dumb buffer interface v2
Thomas Hellstrom
1
-5
/
+23
2014-11-20
drm/i915: Pin tiled objects for L-shaped configs
Daniel Vetter
1
-0
/
+19
2014-11-20
drm/i915: Can i915_gem_init_ioctl
Daniel Vetter
1
-27
/
+0
2014-11-20
drm/i915: Sanitize ->lastclose
Daniel Vetter
1
-13
/
+0
2014-11-20
drm/i915: Ditch dev_priv->ums.mm_suspend
Daniel Vetter
1
-18
/
+6
2014-11-19
drm/i915: No-Op enter/leave vt gem ioctl
Daniel Vetter
1
-55
/
+0
2014-11-19
drm/i915: Remove DRI1 ring accessors and API
Chris Wilson
1
-4
/
+0
2014-11-19
drm/i915/bdw: Pin the context backing objects to GGTT on-demand
Oscar Mateo
1
-14
/
+25
2014-11-19
drm/i915/bdw: Clean up execlist queue items in retire_work
Thomas Daniel
1
-0
/
+9
2014-11-14
drm/i915: Make the physical object coherent with GTT
Chris Wilson
1
-64
/
+143
2014-11-07
drm/i915: Make __wait_seqno non-static and rename to __i915_wait_seqno
Ander Conselvan de Oliveira
1
-9
/
+11
2014-11-07
drm/i915: Request PIN_GLOBAL when pinning a vma for GTT relocations
Chris Wilson
1
-1
/
+4
2014-11-07
drm/i915: Only mark as map-and-fenceable when bound into the GGTT
Chris Wilson
1
-14
/
+25
2014-11-07
drm/i915: Remove redundant parameter to i915_gem_object_wait_rendering__tail()
John Harrison
1
-4
/
+3
2014-11-04
drm/i915: Move flags describing VMA mappings into the VMA
Tvrtko Ursulin
1
-2
/
+2
2014-10-24
drm/i915: Correctly reject invalid flags for wait_ioctl
Daniel Vetter
1
-0
/
+3
2014-10-24
drm/i915: Document that mmap forwarding is discouraged
Daniel Vetter
1
-0
/
+10
2014-10-24
drm/i915: Suppress no action noise from oom shrinker
Chris Wilson
1
-2
/
+3
2014-10-24
drm/i915: Report the current number of bytes freed during oom
Chris Wilson
1
-4
/
+4
2014-10-03
drm/i915: Remove the duplicated logic between the two shrink phases
Chris Wilson
1
-30
/
+19
2014-10-01
Merge branch 'topic/skl-stage1' into drm-intel-next-queued
Daniel Vetter
1
-0
/
+1
2014-09-24
drm/i915/skl: Fence registers on SKL are the same as SNB
Damien Lespiau
1
-0
/
+1
2014-09-19
drm/i915: DocBook integration for frontbuffer tracking
Daniel Vetter
1
-0
/
+9
2014-09-19
drm/i915: Remove dead code, i915_gem_verify_gtt
Chris Wilson
1
-42
/
+0
2014-09-19
drm/i915: Match GTT space sanity checker with implementation
Chris Wilson
1
-9
/
+11
2014-09-19
drm/i915: Drop any active reference before unbinding
Chris Wilson
1
-0
/
+3
2014-09-19
drm/i915: Objects on the unbound list may still have an active reference
Chris Wilson
1
-47
/
+64
[next]