index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-02
Merge tag 'gvt-next-fixes-2020-05-28' of https://github.com/intel/gvt-linux i...
Joonas Lahtinen
1
-1
/
+1
2020-06-02
drm/i915/params: fix i915.fake_lmem_start module param sysfs permissions
Jani Nikula
1
-1
/
+1
2020-06-02
drm/i915/params: don't expose inject_probe_failure in debugfs
Jani Nikula
1
-1
/
+1
2020-06-02
drm/i915: Whitelist context-local timestamp in the gen9 cmdparser
Chris Wilson
1
-0
/
+4
2020-06-02
drm/i915: Fix global state use-after-frees with a refcount
Ville Syrjälä
2
-6
/
+42
2020-06-01
Merge branch 'uaccess.readdir' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+3
2020-06-01
Merge branches 'pm-core' and 'pm-sleep'
Rafael J. Wysocki
1
-1
/
+1
2020-06-01
drm/i915: Check for awaits on still currently executing requests
Chris Wilson
1
-1
/
+48
2020-06-01
drm/i915/gt: Do not schedule normal requests immediately along virtual
Chris Wilson
1
-4
/
+21
2020-06-01
drm/i915: Reorder await_execution before await_request
Chris Wilson
1
-132
/
+132
2020-05-28
Merge tag 'v5.7-rc7' into perf/core, to pick up fixes
Ingo Molnar
35
-188
/
+339
2020-05-25
drm/i915/gem: Avoid iterating an empty list
Chris Wilson
1
-6
/
+9
2020-05-25
drm/i915: Avoid using rq->engine after free during i915_fence_release
Chris Wilson
1
-2
/
+33
2020-05-25
drm/i915: Disable semaphore inter-engine sync without timeslicing
Chris Wilson
1
-2
/
+2
2020-05-25
drm/i915/gt: Remove errant assertion in __intel_context_do_pin
Chris Wilson
1
-2
/
+0
2020-05-25
drm/i915: Don't set queue-priority hint when supressing the reschedule
Chris Wilson
1
-8
/
+8
2020-05-21
Merge tag 'drm-intel-next-fixes-2020-05-20' of git://anongit.freedesktop.org/...
Dave Airlie
3
-13
/
+14
2020-05-20
Merge tag 'drm-intel-next-2020-05-15' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
100
-1486
/
+2826
2020-05-19
drm/i915: Fix AUX power domain toggling across TypeC mode resets
Imre Deak
1
-2
/
+3
2020-05-19
drm/i915: Mark check_shadow_context_ppgtt as maybe unused
Nathan Chancellor
1
-1
/
+1
2020-05-19
drm/i915: avoid unused scale_user_to_hw() warning
Arnd Bergmann
1
-10
/
+10
2020-05-19
drm/i915/gvt: Use ARRAY_SIZE for vgpu_types
Aishwarya Ramakrishnan
1
-1
/
+1
2020-05-19
drm/i915: Mark check_shadow_context_ppgtt as maybe unused
Nathan Chancellor
1
-1
/
+1
2020-05-15
drm/i915: Update DRIVER_DATE to 20200515
Joonas Lahtinen
1
-2
/
+2
2020-05-14
drm/i915: Extract i915_cs_timestamp_{ns_to_ticks,tick_to_ns}()
Ville Syrjälä
5
-10
/
+17
2020-05-14
drm/i915: Store CS timestamp frequency in Hz
Ville Syrjälä
6
-30
/
+30
2020-05-14
drm/i915: Nuke pointless div by 64bit
Ville Syrjälä
1
-6
/
+5
2020-05-14
drm/i915: Enable SAGV support for Gen12
Stanislav Lisovskiy
1
-4
/
+0
2020-05-14
drm/i915: Restrict qgv points which don't have enough bandwidth.
Stanislav Lisovskiy
3
-37
/
+162
2020-05-14
drm/i915: Add TGL+ SAGV support
Stanislav Lisovskiy
3
-19
/
+99
2020-05-14
Merge tag 'gvt-next-2020-05-12' of https://github.com/intel/gvt-linux into dr...
Joonas Lahtinen
7
-12
/
+155
2020-05-14
drm/i915/psr: Use new DP VSC SDP compute routine on PSR
Gwan-gyeong Mun
4
-43
/
+26
2020-05-14
drm/i915/dp: Add compute routine for DP PSR VSC SDP
Gwan-gyeong Mun
2
-2
/
+72
2020-05-14
drm/i915: Stop sending DP SDPs on ddi disable
Gwan-gyeong Mun
1
-0
/
+2
2020-05-14
drm/i915: Program DP SDPs on pipe updates
Gwan-gyeong Mun
1
-0
/
+1
2020-05-14
drm/i915: Fix enabled infoframe states of lspcon
Gwan-gyeong Mun
1
-1
/
+1
2020-05-14
drm/i915: Add state readout for DP VSC SDP
Gwan-gyeong Mun
2
-0
/
+45
2020-05-14
drm/i915: Add state readout for DP HDR Metadata Infoframe SDP
Gwan-gyeong Mun
1
-0
/
+8
2020-05-14
drm/i915: Program DP SDPs with computed configs
Gwan-gyeong Mun
3
-237
/
+1
2020-05-14
drm/i915: Include DP VSC SDP in the crtc state dump
Gwan-gyeong Mun
1
-0
/
+13
2020-05-14
drm/i915: Include DP HDR Metadata Infoframe SDP in the crtc state dump
Gwan-gyeong Mun
1
-0
/
+3
2020-05-14
drm/i915: Include HDMI DRM infoframe in the crtc state dump
Gwan-gyeong Mun
1
-0
/
+3
2020-05-14
drm/i915/dp: Read out DP SDPs
Gwan-gyeong Mun
2
-0
/
+190
2020-05-14
drm/i915/gt: Transfer old virtual breadcrumbs to irq_worker
Chris Wilson
4
-34
/
+57
2020-05-14
drm/i915/selftests: Always call the provided engine->emit_init_breadcrumb
Chris Wilson
2
-4
/
+2
2020-05-14
drm/i915: Show per-engine default property values in sysfs
Chris Wilson
3
-1
/
+97
2020-05-14
drm/i915: Drop no-semaphore boosting
Chris Wilson
8
-73
/
+11
2020-05-14
Merge tag 'drm-intel-next-2020-04-30' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
107
-1954
/
+6183
2020-05-13
drm/i915: Handle idling during i915_gem_evict_something busy loops
Chris Wilson
1
-14
/
+12
2020-05-13
drm/i915: Drop I915_RESET_TIMEOUT and friends
Chris Wilson
1
-7
/
+0
[prev]
[next]