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
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
2011-03-23
drm/i915: Avoid unmapping pages from a NULL address space
Chris Wilson
1
-3
/
+4
2011-03-23
drm/i915: Fix use after free within tracepoint
Chris Wilson
1
-2
/
+2
2011-03-23
drm/i915: Restore missing command flush before interrupt on BLT ring
Chris Wilson
1
-1
/
+6
2011-03-23
drm/i915: Fix computation of pitch for dumb bo creator
Chris Wilson
1
-1
/
+1
2011-03-23
drm/i915: Fix tiling corruption from pipelined fencing
Chris Wilson
1
-27
/
+17
2011-03-23
drm/i915: Prevent racy removal of request from client list
Herton Ronaldo Krzesinski
1
-2
/
+4
2011-03-14
Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-next
Dave Airlie
1
-157
/
+148
2011-03-07
Merge branch 'drm-intel-fixes' into drm-intel-next
Chris Wilson
1
-1
/
+1
2011-03-07
drm/i915: Rebind the buffer if its alignment constraints changes with tiling
Chris Wilson
1
-1
/
+1
2011-02-22
drm/i915: Use a device flag for non-interruptible phases
Chris Wilson
1
-36
/
+22
2011-02-22
drm/i915: Protect against drm_gem_object not being the first member
Chris Wilson
1
-9
/
+9
2011-02-11
drm/i915: i915_mutex_interruptible() returns -EINTR
Chris Wilson
1
-0
/
+1
2011-02-07
drm/i915: Skip the no-op domain changes when already in CPU|GTT domains
Chris Wilson
1
-0
/
+6
2011-02-07
drm/i915: Refine tracepoints
Chris Wilson
1
-94
/
+80
2011-02-07
drm/i915: Fix infinite loop regression from 21dd3734
Chris Wilson
1
-5
/
+25
2011-02-07
drm: dumb scanout create/mmap for intel/radeon (v3)
Dave Airlie
1
-30
/
+73
2011-01-27
drm/i915: Defer reporting EIO until we try to use the GPU
Chris Wilson
1
-22
/
+14
2011-01-27
drm/i915: Check wedged status before throttling
Chris Wilson
1
-0
/
+3
2011-01-25
drm/i915: Silence a few -Wunused-but-set-variable
Chris Wilson
1
-3
/
+0
2011-01-24
drm/i915,agp/intel: Do not clear stolen entries
Chris Wilson
1
-3
/
+7
2011-01-23
drm/i915: Fix use of invalid array size for ring->sync_seqno
Chris Wilson
1
-1
/
+1
2011-01-12
drm/i915: If we hit OOM when allocating GTT pages, clear the aperture
Chris Wilson
1
-8
/
+4
2011-01-12
drm/i915: Periodically flush the active lists and requests
Chris Wilson
1
-4
/
+26
2011-01-11
drm/i915: Propagate error from flushing the ring
Chris Wilson
1
-34
/
+68
2011-01-11
drm/i915: Handle ringbuffer stalls when flushing
Chris Wilson
1
-2
/
+2
2011-01-11
drm/i915: Enforce write ordering through the GTT
Chris Wilson
1
-1
/
+13
2010-12-20
drm/i915: Allow the application to choose the constant addressing mode
Chris Wilson
1
-0
/
+2
2010-12-14
drm/i915: Poll for seqno completion if IRQ is disabled
Chris Wilson
1
-2
/
+4
2010-12-14
drm/i915/ringbuffer: Make IRQ refcnting atomic
Chris Wilson
1
-17
/
+20
2010-12-08
Merge branch 'drm-intel-fixes' into drm-intel-next
Chris Wilson
1
-1
/
+16
2010-12-07
drm/i915: Emit a request to clear a flushed and idle ring for unbusy bo
Chris Wilson
1
-1
/
+11
2010-12-06
drm/i915: Wait for the bo if a display flip is pipelined on the other ring
Chris Wilson
1
-1
/
+1
2010-12-06
drm/i915: Only emit a flush if there is an outstanding gpu write
Chris Wilson
1
-2
/
+3
2010-12-06
drm/i915: Completely disable fence pipelining.
Chris Wilson
1
-2
/
+4
2010-12-05
drm/i915: Implement GPU semaphores for inter-ring synchronisation on SNB
Chris Wilson
1
-44
/
+42
2010-12-02
drm/i915: Kill the get_fence tracepoint
Chris Wilson
1
-3
/
+0
2010-12-02
drm/i915: Remove inactive LRU tracking from set_domain_ioctl
Chris Wilson
1
-17
/
+0
2010-12-02
drm/i915: Pipelined fencing [infrastructure]
Chris Wilson
1
-138
/
+222
2010-12-02
drm/i915: Prevent stalling for a GTT read back from a read-only GPU target
Chris Wilson
1
-3
/
+6
2010-11-28
drm/i915: Release fenced GTT mapping on suspend
Chris Wilson
1
-2
/
+9
2010-11-28
Merge branch 'drm-intel-fixes' into drm-intel-next
Chris Wilson
1
-36
/
+16
2010-11-28
drm/i915: fix regression due to ba3d8d749b01548b9
Daniel Vetter
1
-25
/
+18
2010-11-26
drm/i915: Avoid allocation for execbuffer object list
Chris Wilson
1
-0
/
+1
2010-11-26
drm/i915: Split i915_gem_execbuffer into its own file.
Chris Wilson
1
-1151
/
+13
2010-11-25
drm/i915: Defer accounting until read from debugfs
Chris Wilson
1
-106
/
+22
2010-11-25
drm/i915: Mark a few functions as __must_check
Chris Wilson
1
-21
/
+16
2010-11-25
drm/i915: Only save and restore fences for UMS
Chris Wilson
1
-10
/
+15
2010-11-25
drm/i915: Add a mechanism for pipelining fence register updates
Daniel Vetter
1
-42
/
+91
2010-11-24
drm/i915: More accurately track last fence usage by the GPU
Chris Wilson
1
-46
/
+64
2010-11-24
drm/i915: Rework execbuffer pinning
Chris Wilson
1
-23
/
+58
[next]