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
2017-11-09
drm/i915: Reorder context-close to avoid calling i915_vma_close() under RCU
Chris Wilson
1
-6
/
+6
2017-11-09
drm/i915: Move init_clock_gating() back to where it was
Ville Syrjälä
2
-28
/
+30
2017-11-09
drm/i915: Prune the reservation shared fence array
Chris Wilson
1
-0
/
+7
2017-11-09
drm/i915: Idle the GPU before shinking everything
Chris Wilson
1
-0
/
+12
2017-11-09
drm/i915: Lock llist_del_first() vs llist_del_all()
Chris Wilson
1
-1
/
+7
2017-11-09
drm/i915: Calculate ironlake intermediate watermarks correctly, v2.
Maarten Lankhorst
1
-1
/
+8
2017-11-09
drm/i915: Disable lazy PPGTT page table optimization for vGPU
Joonas Lahtinen
1
-1
/
+1
2017-11-09
drm/i915/execlists: Remove the priority "optimisation"
Chris Wilson
1
-2
/
+0
2017-11-09
drm/i915: Filter out spurious execlists context-switch interrupts
Chris Wilson
5
-13
/
+62
2017-11-04
Merge tag 'drm-intel-next-2017-10-23' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
59
-1384
/
+1932
2017-11-02
Backmerge tag 'v4.14-rc7' into drm-next
Dave Airlie
15
-112
/
+95
2017-10-26
drm/i915/gvt: Adding ACTHD mmio read handler
Xiong Zhang
1
-2
/
+3
2017-10-27
drm/i915/gvt: Extract mmio_read_from_hw() common function
Xiong Zhang
1
-16
/
+5
2017-10-27
drm/i915/gvt: Refine MMIO_RING_F()
Zhi Wang
2
-45
/
+2
2017-10-27
drm/i915/gvt: properly check per_ctx bb valid state
Zhenyu Wang
3
-2
/
+5
2017-10-25
drm/i915/perf: fix perf enable/disable ioctls with 32bits userspace
Lionel Landwerlin
1
-0
/
+4
2017-10-23
drm/i915: Update DRIVER_DATE to 20171023
Jani Nikula
1
-2
/
+2
2017-10-20
drm/i915/cnl: Map VBT DDC Pin to BSpec DDC Pin.
Rodrigo Vivi
2
-10
/
+25
2017-10-20
drm/i915: Let's use more enum intel_dpll_id pll_id.
Rodrigo Vivi
1
-16
/
+18
2017-10-20
drm/i915: Use existing DSI backlight ports info
Madhav Chauhan
2
-35
/
+4
2017-10-20
drm/i915: Parse DSI backlight/cabc ports.
Madhav Chauhan
2
-10
/
+49
2017-10-20
Merge tag 'drm-intel-next-2017-10-12' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
85
-2212
/
+5520
2017-10-19
drm/i915: Skip waking the device to service pwrite
Chris Wilson
1
-3
/
+20
2017-10-19
drm/i915/crt: split compute_config hook by platforms
Jani Nikula
1
-5
/
+21
2017-10-19
drm/i915: remove g4x lowfreq_avail and has_pipe_cxsr
Jani Nikula
4
-20
/
+0
2017-10-19
drm/i915: Drop the redundant hdmi prefix/suffix from a lot of variables
Ville Syrjälä
1
-33
/
+30
2017-10-19
drm/i915: Unify error handling for missing DDI buf trans tables
Ville Syrjälä
1
-5
/
+22
2017-10-19
drm/i915: Centralize the SKL DDI A/E vs. B/C/D buf trans handling
Ville Syrjälä
1
-26
/
+34
2017-10-19
drm/i915: Kill off the BXT buf_trans default_index
Ville Syrjälä
1
-46
/
+34
2017-10-19
drm/i915: Pass encoder type to cnl_ddi_vswing_sequence() explicitly
Ville Syrjälä
1
-28
/
+25
2017-10-19
drm/i915: Integrate BXT into intel_ddi_dp_voltage_max()
Ville Syrjälä
2
-27
/
+46
2017-10-19
drm/i915: Pass the level to intel_prepare_hdmi_ddi_buffers()
Ville Syrjälä
1
-5
/
+4
2017-10-19
drm/i915: Pass the encoder type explicitly to skl_set_iboost()
Ville Syrjälä
1
-35
/
+22
2017-10-19
drm/i915: Extract intel_ddi_get_buf_trans_hdmi()
Ville Syrjälä
1
-22
/
+28
2017-10-19
drm/i915: Relocate intel_ddi_get_buf_trans_*() functions
Ville Syrjälä
1
-60
/
+55
2017-10-18
drm/i915: Use a mask when applying WaProgramL3SqcReg1Default
Oscar Mateo
3
-6
/
+13
2017-10-18
drm/i915: Report -EFAULT before pwrite fast path into shmemfs
Chris Wilson
1
-0
/
+3
2017-10-18
drm/i915: Flush the idle-worker for debugfs/i915_drop_caches
Chris Wilson
1
-8
/
+14
2017-10-18
drm/i915: adjust get_crtc_fence_y_offset() to use base.y instead of crtc.y
Juha-Pekka Heikkila
2
-6
/
+6
2017-10-18
drm/i915: Unify skylake plane disable
Juha-Pekka Heikkila
3
-20
/
+4
2017-10-18
drm/i915: Unify skylake plane update
Juha-Pekka Heikkila
3
-74
/
+6
2017-10-18
drm/i915: dspaddr_offset doesn't need to be more than local variable
Juha-Pekka Heikkila
2
-14
/
+6
2017-10-18
drm/i915: move adjusted_x/y from crtc to cache.
Juha-Pekka Heikkila
4
-11
/
+16
2017-10-18
drm/i915: Convert timers to use timer_setup()
Kees Cook
3
-20
/
+14
2017-10-18
drm/i915: Replace *_reference/unreference() or *_ref/unref with _get/put()
Harsha Sharma
1
-1
/
+1
2017-10-18
Merge drm-upstream/drm-next into drm-intel-next-queued
Jani Nikula
3
-3
/
+3
2017-10-18
drm/i915: Fixup userptr mmu notifier registration error handling
Tvrtko Ursulin
1
-4
/
+6
2017-10-17
drm/i915: Use a mask when applying WaProgramL3SqcReg1Default
Oscar Mateo
3
-6
/
+13
2017-10-17
drm/i915: No need for RING_MAX_NONPRIV_SLOTS space
Oscar Mateo
1
-7
/
+1
2017-10-17
drm/i915/uc: Add pretty printer for uc firmware
Michal Wajdeczko
3
-35
/
+34
[next]