index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Fix the old vs. new epoch counter check during hotplug detect
Imre Deak
2020-07-02
1
-1
/
+3
*
drm/i915: Send hotplug event if edid had changed
Stanislav Lisovskiy
2020-06-30
1
-10
/
+14
*
Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2020-06-24
7
-15
/
+47
|
\
|
*
drm/i915/dp_mst: Work around out-of-spec adapters filtering short pulses
Imre Deak
2020-06-11
3
-0
/
+30
|
*
drm: Nuke mode->vrefresh
Ville Syrjälä
2020-05-27
4
-11
/
+7
|
*
drm/i915: Introduce some local intel_dp variables
Ville Syrjälä
2020-05-26
1
-6
/
+12
|
*
drm: Restore the NULL check for drm_gem_object_put()
Chris Wilson
2020-05-20
1
-1
/
+1
|
*
drm/i915: remove _unlocked suffix in drm_gem_object_put_unlocked
Emil Velikov
2020-05-19
1
-1
/
+1
|
*
drm/gem: fold drm_gem_object_put_unlocked and __drm_gem_object_put()
Emil Velikov
2020-05-19
1
-1
/
+1
*
|
drm/i915/display: Fix the encoder type check
Vandita Kulkarni
2020-06-16
1
-3
/
+3
*
|
drm/i915/icl+: Fix hotplug interrupt disabling after storm detection
Imre Deak
2020-06-16
1
-0
/
+1
*
|
drm/i915/gt: Move gen4 GT workarounds from init_clock_gating to workarounds
Chris Wilson
2020-06-16
2
-20
/
+22
*
|
drm/i915/gt: Move ilk GT workarounds from init_clock_gating to workarounds
Chris Wilson
2020-06-16
2
-10
/
+14
*
|
drm/i915/gt: Move snb GT workarounds from init_clock_gating to workarounds
Chris Wilson
2020-06-16
2
-33
/
+41
*
|
drm/i915/gt: Move vlv GT workarounds from init_clock_gating to workarounds
Chris Wilson
2020-06-16
2
-61
/
+59
*
|
drm/i915/gt: Move ivb GT workarounds from init_clock_gating to workarounds
Chris Wilson
2020-06-16
3
-49
/
+63
*
|
drm/i915/gt: Move hsw GT workarounds from init_clock_gating to workarounds
Chris Wilson
2020-06-16
2
-37
/
+50
*
|
drm/i915/icl: Disable DIP on MST ports with the transcoder clock still on
Imre Deak
2020-06-16
2
-1
/
+11
*
|
drm/i915/gt: Incrementally check for rewinding
Chris Wilson
2020-06-16
6
-4
/
+154
*
|
drm/i915/tc: fix the reset of ln0
Khaled Almahallawy
2020-06-16
1
-1
/
+1
*
|
drm/i915/gt: Prevent timeslicing into unpreemptable requests
Chris Wilson
2020-06-16
3
-2
/
+119
*
|
drm/i915/selftests: Restore to default heartbeat
Chris Wilson
2020-06-16
4
-109
/
+67
*
|
drm/i915: work around false-positive maybe-uninitialized warning
Arnd Bergmann
2020-06-15
1
-0
/
+2
*
|
drm/i915/pmu: avoid an maybe-uninitialized warning
Arnd Bergmann
2020-06-15
1
-42
/
+42
*
|
drm/i915/gt: Incorporate the virtual engine into timeslicing
Chris Wilson
2020-06-15
1
-6
/
+24
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-06-11
1
-1
/
+1
|
\
\
|
*
|
kernel: move use_mm/unuse_mm to kthread.c
Christoph Hellwig
2020-06-11
1
-1
/
+1
*
|
|
Merge tag 'drm-next-2020-06-11-1' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2020-06-11
3
-9
/
+52
|
\
\
\
|
*
|
|
drm/i915/display: Only query DP state of a DDI encoder
Chris Wilson
2020-06-09
1
-0
/
+3
|
*
|
|
drm/i915/params: fix i915.reset module param type
Jani Nikula
2020-06-08
1
-1
/
+1
|
*
|
|
drm/i915/gem: Mark the buffer pool as active for the cmdparser
Chris Wilson
2020-06-08
1
-8
/
+48
*
|
|
|
Merge branch 'uaccess.i915' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-06-11
5
-58
/
+28
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
i915:get_engines(): get rid of pointless access_ok()
Al Viro
2020-05-02
1
-5
/
+0
|
*
|
|
i915: alloc_oa_regs(): get rid of pointless access_ok()
Al Viro
2020-05-02
1
-3
/
+0
|
*
|
|
i915 compat ioctl(): just use drm_ioctl_kernel()
Al Viro
2020-05-02
1
-9
/
+5
|
*
|
|
i915: switch copy_perf_config_registers_or_number() to unsafe_put_user()
Al Viro
2020-05-02
2
-31
/
+17
|
*
|
|
i915: switch query_{topology,engine}_info() to copy_to_user()
Al Viro
2020-05-02
1
-10
/
+6
*
|
|
|
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2020-06-09
2
-4
/
+4
*
|
|
|
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-09
2
-6
/
+6
*
|
|
|
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
1
-1
/
+0
*
|
|
|
Merge tag 'drm-next-2020-06-08' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2020-06-08
11
-159
/
+295
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Merge tag 'drm-intel-next-fixes-2020-06-04' of git://anongit.freedesktop.org/...
Dave Airlie
2020-06-08
11
-159
/
+295
|
|
\
\
\
|
|
*
\
\
Merge tag 'gvt-next-fixes-2020-05-28' of https://github.com/intel/gvt-linux i...
Joonas Lahtinen
2020-06-02
1
-1
/
+1
|
|
|
\
\
\
|
|
|
*
|
|
drm/i915/gvt: Use ARRAY_SIZE for vgpu_types
Aishwarya Ramakrishnan
2020-05-19
1
-1
/
+1
|
|
|
*
|
|
drm/i915: Mark check_shadow_context_ppgtt as maybe unused
Nathan Chancellor
2020-05-19
1
-1
/
+1
|
|
*
|
|
|
drm/i915/params: fix i915.fake_lmem_start module param sysfs permissions
Jani Nikula
2020-06-02
1
-1
/
+1
|
|
*
|
|
|
drm/i915/params: don't expose inject_probe_failure in debugfs
Jani Nikula
2020-06-02
1
-1
/
+1
|
|
*
|
|
|
drm/i915: Whitelist context-local timestamp in the gen9 cmdparser
Chris Wilson
2020-06-02
1
-0
/
+4
|
|
*
|
|
|
drm/i915: Fix global state use-after-frees with a refcount
Ville Syrjälä
2020-06-02
2
-6
/
+42
|
|
*
|
|
|
drm/i915: Check for awaits on still currently executing requests
Chris Wilson
2020-06-01
1
-1
/
+48
[next]