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
/
i915_gem_context.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-08
drm/i915/bdw: HW context support
Ben Widawsky
1
-0
/
+3
2013-10-16
drm/i915: cleanup context fini
Ben Widawsky
1
-4
/
+13
2013-10-01
drm/i915: Convert active API to VMA
Ben Widawsky
1
-4
/
+1
2013-09-19
drm/i915: Do remaps for all contexts
Ben Widawsky
1
-4
/
+18
2013-09-19
drm/i915: Keep a list of all contexts
Ben Widawsky
1
-0
/
+3
2013-09-04
drm/i915: It's its!
Damien Lespiau
1
-1
/
+1
2013-09-04
drm/i915: Do not add an interrupt for a context switch
Chris Wilson
1
-11
/
+1
2013-08-08
drm/i915: mm_list is per VMA
Ben Widawsky
1
-0
/
+3
2013-08-06
drm/i915: Rename I915_CACHE_MLC_LLC to L3_LLC for Ivybridge
Chris Wilson
1
-1
/
+1
2013-08-05
drm/i915: Add VM to pin
Ben Widawsky
1
-2
/
+2
2013-07-16
drm/i915: Fix retrieval of hangcheck stats
Chris Wilson
1
-15
/
+8
2013-07-09
drm/i915: Getter/setter for object attributes
Ben Widawsky
1
-1
/
+1
2013-07-01
drm/i915: Fix context sizes on HSW
Ben Widawsky
1
-1
/
+1
2013-06-13
drm/i915: change i915_add_request to macro
Mika Kuoppala
1
-1
/
+1
2013-06-13
drm/i915: add i915_gem_context_get_hang_stats()
Mika Kuoppala
1
-0
/
+28
2013-05-31
drm/i915: context debug messages
Ben Widawsky
1
-3
/
+11
2013-05-10
drm/i915: Add references to some workaround we implement
Damien Lespiau
1
-0
/
+1
2013-05-06
drm/i915: Assert mutex_is_locked on context lookup
Ben Widawsky
1
-0
/
+2
2013-05-06
drm/i915: put context upon switching
Chris Wilson
1
-13
/
+24
2013-05-03
drm/i915: unreference default context on module unload
Mika Kuoppala
1
-0
/
+8
2013-05-01
drm/i915: reference count for i915_hw_contexts
Mika Kuoppala
1
-14
/
+14
2013-04-18
drm/i915: Use MLC (l3$) for context objects
Chris Wilson
1
-0
/
+7
2013-02-28
drm/i915: convert to idr_alloc()
Tejun Heo
1
-16
/
+5
2013-02-15
drm/i915/ctx: Remove bad invariant
Ben Widawsky
1
-5
/
+0
2013-02-15
drm/i915: Clarify HW context size logic
Ben Widawsky
1
-5
/
+2
2012-11-29
drm/i915: Preallocate next seqno before touching the ring
Chris Wilson
1
-2
/
+1
2012-11-12
drm/i915: Allocate the proper size for contexts.
Ben Widawsky
1
-1
/
+1
2012-10-07
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...
Dave Airlie
1
-1
/
+1
2012-10-04
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-33
/
+32
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
1
-2
/
+2
2012-10-02
drm/i915: Actually invalidate the TLB for the SandyBridge HW contexts w/a
Chris Wilson
1
-1
/
+1
2012-08-24
drm/i915: Only pwrite through the GTT if there is space in the aperture
Chris Wilson
1
-2
/
+2
2012-08-06
drm/i915: remove unused variable
Devendra Naga
1
-1
/
+0
2012-07-25
drm/i915: Add contexts for HSW
Ben Widawsky
1
-1
/
+4
2012-07-25
drm/i915: Cleanup context switching through do_switch()
Chris Wilson
1
-31
/
+26
2012-07-25
drm/i915: dereferencing an error pointer
Dan Carpenter
1
-1
/
+3
2012-07-25
drm/i915: fix invalid reference handling of the default ctx obj
Chris Wilson
1
-14
/
+4
2012-07-25
drm/i915: Flush the context object from the CPU caches upon switching
Chris Wilson
1
-0
/
+11
2012-07-20
drm/i915/context/: s/CTX/CXT
Ben Widawsky
1
-2
/
+2
2012-06-29
drm/i915: linuxify create_hw_context()
Ben Widawsky
1
-26
/
+24
2012-06-20
drm/i915: return -ENODEV if hw context are not supported
Daniel Vetter
1
-0
/
+4
2012-06-20
drm/i915: simplify context_idr_cleanup
Daniel Vetter
1
-7
/
+2
2012-06-20
drm/i915/context: shut up compiler
Daniel Vetter
1
-2
/
+0
2012-06-20
drm/i915: return -ENOENT if the context doesn't exist
Daniel Vetter
1
-2
/
+2
2012-06-20
drm/i915: initialize the context idr unconditionally
Daniel Vetter
1
-15
/
+0
2012-06-20
drm/i915: fix module unload after context merge
Daniel Vetter
1
-2
/
+5
2012-06-18
drm/i915: disable contexts on old HW
Ben Widawsky
1
-1
/
+3
2012-06-14
drm/i915: reset the GPU on context fini
Ben Widawsky
1
-0
/
+2
2012-06-14
drm/i915/context: create & destroy ioctls
Ben Widawsky
1
-0
/
+55
2012-06-14
drm/i915: use the default context
Ben Widawsky
1
-0
/
+10
[next]