index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
gvt
/
scheduler.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915/gvt: devirtualize ->{read,write}_gpa
Christoph Hellwig
2022-04-21
1
-19
/
+18
*
drm/i915: Move GT registers to their own header file
Matt Roper
2022-02-02
1
-0
/
+1
*
drm/i915/perf: Move OA regs to their own header
Matt Roper
2022-02-02
1
-0
/
+1
*
drm/i915/gvt: Use to_gt() helper
Michał Winiarski
2021-12-17
1
-1
/
+1
*
BackMerge tag 'v5.15-rc7' into drm-next
Dave Airlie
2021-10-28
1
-2
/
+2
|
\
|
*
Merge tag 'gvt-fixes-2021-09-18' of https://github.com/intel/gvt-linux into d...
Jani Nikula
2021-09-27
1
-2
/
+2
|
|
\
|
|
*
drm/i915/gvt: fix the usage of ww lock in gvt scheduler.
Zhi A Wang
2021-09-13
1
-2
/
+2
*
|
|
drm/i915: Reduce the number of objects subject to memcpy recover
Thomas Hellström
2021-09-24
1
-1
/
+1
|
/
/
*
/
drm/i915: Stop storing the ring size in the ring pointer (v3)
Jason Ekstrand
2021-07-08
1
-5
/
+2
|
/
*
drm/i915/gvt: replace IS_GEN and friends with GRAPHICS_VER
Lucas De Marchi
2021-06-04
1
-2
/
+2
*
drm/i915/gvt: Introduce per object locking in GVT scheduler.
Zhi Wang
2021-02-22
1
-9
/
+40
*
drm/i915/gvt: Purge dev_priv->gt
Chris Wilson
2021-02-22
1
-2
/
+1
*
drm/i915/gvt: scan VM ctx pages
Yan Zhao
2020-12-25
1
-4
/
+18
*
drm/i915/gt: Split logical ring contexts from execlist submission
Chris Wilson
2020-12-21
1
-0
/
+1
*
drm/i915/gt: Rename lrc.c to execlists_submission.c
Chris Wilson
2020-12-09
1
-0
/
+1
*
Merge tag 'drm-intel-fixes-2020-10-29' into gvt-fixes
Zhenyu Wang
2020-10-30
1
-4
/
+13
|
\
|
*
drm/i915/gt: Switch to object allocations for page directories
Chris Wilson
2020-09-07
1
-4
/
+13
*
|
drm/i915/gvt: Only pin/unpin intel_context along with workload
Colin Xu
2020-10-30
1
-7
/
+8
|
/
*
Merge drm/drm-next into drm-intel-next-queued
Jani Nikula
2020-06-25
1
-1
/
+5
|
\
|
*
Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2020-06-02
1
-45
/
+202
|
|
\
|
|
*
drm/i915: Mark check_shadow_context_ppgtt as maybe unused
Nathan Chancellor
2020-05-19
1
-1
/
+1
|
*
|
Merge tag 'gvt-fixes-2020-05-12' of https://github.com/intel/gvt-linux into d...
Rodrigo Vivi
2020-05-11
1
-1
/
+5
|
|
\
\
|
|
*
|
drm/i915/gvt: Fix kernel oops for 3-level ppgtt guest
Zhenyu Wang
2020-05-11
1
-1
/
+5
|
*
|
|
drm/i915/execlists: Avoid reusing the same logical CCID
Chris Wilson
2020-05-06
1
-2
/
+2
|
|
/
/
*
|
|
drm/i915/gvt: Drop redundant prepare_write/pin_pages
Chris Wilson
2020-06-20
1
-37
/
+14
*
|
|
drm/i915: Drop i915_request.i915 backpointer
Chris Wilson
2020-06-03
1
-2
/
+2
*
|
|
drm/i915: Mark check_shadow_context_ppgtt as maybe unused
Nathan Chancellor
2020-05-16
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge tag 'gvt-next-2020-05-12' of https://github.com/intel/gvt-linux into dr...
Joonas Lahtinen
2020-05-14
1
-9
/
+106
|
\
\
|
*
|
drm/i915/gvt: use context lrc_reg_state for shadow ppgtt override
Zhenyu Wang
2020-05-08
1
-6
/
+2
|
*
|
drm/i915/gvt: Support PPGTT table load command
Zhenyu Wang
2020-05-08
1
-4
/
+102
|
*
|
drm/i915/gvt: move workload destroy out of execlist complete
Zhenyu Wang
2020-05-08
1
-0
/
+3
*
|
|
Merge tag 'gvt-next-2020-04-22' of https://github.com/intel/gvt-linux into dr...
Joonas Lahtinen
2020-04-30
1
-33
/
+94
|
\
|
|
|
*
|
drm/i915/gvt: skip populate shadow context if guest context not changed
Yan Zhao
2020-04-17
1
-5
/
+29
|
*
|
drm/i915/gvt: combine access to consecutive guest context pages
Yan Zhao
2020-04-15
1
-10
/
+48
|
*
|
drm/i915/gvt: access shadow ctx via its virtual address directly
Yan Zhao
2020-04-15
1
-18
/
+17
*
|
|
drm/i915/execlists: Avoid reusing the same logical CCID
Chris Wilson
2020-04-28
1
-2
/
+2
*
|
|
drm/i915: Only close vma we open
Chris Wilson
2020-04-24
1
-3
/
+2
|
|
/
|
/
|
*
|
Merge tag 'gvt-next-fixes-2020-03-31' of https://github.com/intel/gvt-linux i...
Rodrigo Vivi
2020-03-31
1
-2
/
+2
|
\
\
|
*
|
drm/i915/gvt: Fix klocwork issues about data size
Tina Zhang
2020-03-27
1
-2
/
+2
|
|
/
*
|
Merge tag 'gvt-next-2020-03-10' of https://github.com/intel/gvt-linux into dr...
Rodrigo Vivi
2020-03-10
1
-133
/
+116
|
\
|
|
*
drm/i915/gvt: Wean gvt off using dev_priv
Chris Wilson
2020-03-06
1
-10
/
+10
|
*
drm/i915/gvt: Wean gvt off dev_priv->engine[]
Chris Wilson
2020-03-06
1
-126
/
+109
*
|
Merge tag 'gvt-next-2020-02-26' of https://github.com/intel/gvt-linux into dr...
Rodrigo Vivi
2020-02-26
1
-2
/
+4
|
\
|
|
*
drm/i915/gvt: Make WARN* drm specific where vgpu ptr is available
Pankaj Bharadiya
2020-02-24
1
-2
/
+4
*
|
drm/i915/guc: Apply new uC status tracking to GuC submission as well
Daniele Ceraolo Spurio
2020-02-20
1
-1
/
+1
*
|
drm/i915/guc: Kill USES_GUC_SUBMISSION macro
Daniele Ceraolo Spurio
2020-02-20
1
-1
/
+2
|
/
*
drm/i915/gtt: split up i915_gem_gtt
Matthew Auld
2020-01-07
1
-1
/
+1
*
drm/i915: Remove i915->kernel_context
Chris Wilson
2019-12-21
1
-9
/
+7
*
drm/i915: Drop GEM context as a direct link from i915_request
Chris Wilson
2019-12-20
1
-15
/
+12
*
drm/i915: drop lrc header page
Daniele Ceraolo Spurio
2019-10-31
1
-2
/
+2
[next]