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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-15
drm/i915/fbc: Nuke fbc_supported()
Ville Syrjälä
1
-23
/
+10
2020-01-15
drm/i915/fbc: Move the plane state check into the fbc functions
Ville Syrjälä
3
-37
/
+42
2020-01-15
drm/i915/gt: Use the BIT when checking the flags, not the index
Chris Wilson
1
-1
/
+2
2020-01-15
drm/i915/params: support bool values for int and uint params
Jani Nikula
1
-0
/
+16
2020-01-15
drm/i915/params: add i915 parameters to debugfs
Jani Nikula
6
-40
/
+294
2020-01-14
drm/i915/gen11: Add additional pcode status values
Matt Roper
2
-0
/
+6
2020-01-14
drm/i915/vbt: Rename BDB_LVDS_POWER to BDB_LFP_POWER
José Roberto de Souza
2
-2
/
+2
2020-01-14
drm/i915/dp/tgl+: Update combo phy vswing tables
José Roberto de Souza
1
-4
/
+51
2020-01-14
drm/i915/selftests: Add a mock i915_vma to the mock_ring
Chris Wilson
1
-1
/
+16
2020-01-14
drm/i915: Make a copy of the ggtt view for slave plane
Ville Syrjälä
1
-0
/
+1
2020-01-14
drm/i915/gem: Take local vma references for the parser
Chris Wilson
1
-1
/
+36
2020-01-14
drm/i915/guc: Use correct name for last CT fence
Michal Wajdeczko
2
-2
/
+2
2020-01-14
drm/i915/guc: Update CTB helpers to use CT_ERROR
Michal Wajdeczko
1
-26
/
+31
2020-01-14
drm/i915/guc: Introduce CT_ERROR
Michal Wajdeczko
1
-14
/
+32
2020-01-14
drm/i915/guc: Simpler CT message size calculation
Michal Wajdeczko
1
-9
/
+9
2020-01-14
drm/i915/gt: Clear rc6 residency trackers across suspend
Chris Wilson
1
-0
/
+2
2020-01-14
drm/i915/pmu: Correct the rc6 offset upon enabling
Chris Wilson
1
-0
/
+12
2020-01-14
drm/i915: Update DRIVER_DATE to 20200114
Jani Nikula
1
-2
/
+2
2020-01-13
drm/i915/gt: Always reset the timeslice after a context switch
Chris Wilson
1
-2
/
+2
2020-01-13
drm/i915: Fix too few arguments to function i915_capture_error_state
Zhang Xiaoxu
1
-4
/
+2
2020-01-13
drm/i915: Fix multiple definition of 'i915_vma_capture_finish'
Zhang Xiaoxu
1
-2
/
+3
2020-01-13
drm/i915: Use the passed in encoder
Ville Syrjälä
1
-2
/
+2
2020-01-13
drm/i915: Pass intel_encoder to enc_to_*()
Ville Syrjälä
22
-212
/
+217
2020-01-13
drm/i915: Pass intel_connector to intel_attached_*()
Ville Syrjälä
9
-54
/
+54
2020-01-13
drm/i915: Bump up CDCLK to eliminate underruns on TGL
Stanislav Lisovskiy
1
-0
/
+12
2020-01-13
drm/i915/pmu: Do not use colons or dashes in PMU names
Tvrtko Ursulin
1
-3
/
+8
2020-01-11
drm/i915: Correct typo in i915_vma_compress_finish stub
Chris Wilson
1
-2
/
+3
2020-01-11
drm/i915/uc: Add sanitize to to intel_uc_ops
Michal Wajdeczko
2
-9
/
+4
2020-01-11
drm/i915/uc: Add init/fini to to intel_uc_ops
Michal Wajdeczko
2
-6
/
+10
2020-01-11
drm/i915/uc: Add init_fw/fini_fw to to intel_uc_ops
Michal Wajdeczko
2
-6
/
+10
2020-01-11
drm/i915/uc: Add ops to intel_uc
Michal Wajdeczko
2
-12
/
+54
2020-01-10
drm/i915/gt: Hold rpm wakeref before taking ggtt->vm.mutex
Chris Wilson
2
-23
/
+19
2020-01-10
drm/i915/dsi: Parse the I2C element from the VBT MIPI sequence block (v3)
Vivek Kasireddy
2
-2
/
+100
2020-01-10
drm/i915: Drop request list from error state
Chris Wilson
2
-70
/
+8
2020-01-10
drm/i915: Drop the shadow ring state from the error capture
Chris Wilson
2
-9
/
+0
2020-01-10
drm/i915: Drop the shadow w/a batch buffer
Chris Wilson
1
-2
/
+0
2020-01-10
drm/i915: Start chopping up the GPU error capture
Chris Wilson
11
-673
/
+877
2020-01-10
drm/i915/gt: Mark ring->vma as active while pinned
Chris Wilson
1
-3
/
+28
2020-01-10
drm/i915/gt: Mark context->state vma as active while pinned
Chris Wilson
1
-0
/
+9
2020-01-10
drm/i915/gt: Skip trying to unbind in restore_ggtt_mappings
Chris Wilson
1
-5
/
+2
2020-01-10
drm/i915/uncore: use new struct drm_device based macros.
Wambui Karuga
1
-12
/
+13
2020-01-10
drm/i915/sideband: convert to using new struct drm_device logging macros
Wambui Karuga
1
-12
/
+17
2020-01-10
drm/i915/lmem: use new struct drm_device based logging macros.
Wambui Karuga
1
-4
/
+6
2020-01-10
drm/i915/pm: use new struct drm_device logging macros.
Wambui Karuga
1
-157
/
+194
2020-01-10
drm/i915/pch: convert to using the drm_dbg_kms() macro.
Wambui Karuga
1
-22
/
+24
2020-01-09
drm/i915/gtt: add missing include file asm/smp.h
Chen Zhou
1
-0
/
+1
2020-01-09
drm/i915: Pass cpu_transcoder to assert_pipe_disabled() always
Ville Syrjälä
2
-3
/
+3
2020-01-09
drm/i915: Fix MST disable sequence
Ville Syrjälä
1
-10
/
+12
2020-01-09
Merge drm/drm-next into drm-intel-next-queued
Jani Nikula
1082
-14540
/
+30473
2020-01-09
drm/i915: use true,false for bool variable in intel_crt.c
Ma Feng
1
-3
/
+3
[next]