index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
scatterlist.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-01-07
drm/i915: Report the number of closed vma held by each context in debugfs
Chris Wilson
1
-77
/
+47
2019-01-07
drm/i915/hsw: Flush RING_IMR changes before changing the global GT IMR (vecs)
Chris Wilson
1
-0
/
+4
2019-01-07
drm/i915: Fixup kerneldoc for intel_device_info_runtime_init
Chris Wilson
1
-1
/
+1
2019-01-05
drm/i915: Remove partial attempt to swizzle on pread/pwrite
Chris Wilson
1
-164
/
+17
2019-01-04
drm/i915: Do not allow unwedging following a failed driver initialisation
Chris Wilson
1
-0
/
+3
2019-01-03
drm/i915: Always try to reset the GPU on takeover
Chris Wilson
8
-15
/
+26
2019-01-03
drm/i915: Show machine type in error state
Chris Wilson
1
-1
/
+3
2019-01-03
drm/i915/gen6: Flush RING_IMR changes before changing the global GT IMR
Chris Wilson
1
-0
/
+4
2019-01-02
drm/i915/selftests: Take a breath during check_partial_mappings()
Chris Wilson
1
-0
/
+1
2019-01-02
drm/i915: rename dev_priv info to __info to avoid usage
Jani Nikula
1
-8
/
+2
2019-01-02
drm/i915: drop intel_device_info_dump()
Jani Nikula
3
-18
/
+7
2019-01-02
drm/i915: always use INTEL_INFO() to access device info
Jani Nikula
4
-53
/
+53
2019-01-02
drm/i915: pass dev_priv to intel_device_info_runtime_init()
Jani Nikula
3
-5
/
+4
2019-01-02
drm/i915/reg: abstract display_mmio_offset access
Jani Nikula
1
-93
/
+95
2019-01-02
drm/i915: start moving runtime device info to a separate struct
Jani Nikula
20
-94
/
+107
2019-01-02
drm: forward declare struct drm_file in drm_syncobj.h
Jani Nikula
1
-1
/
+3
2019-01-02
drm: include types.h from drm_hdcp.h
Jani Nikula
1
-0
/
+2
2019-01-02
drm: include idr.h from drm_file.h
Jani Nikula
1
-0
/
+1
2019-01-02
drm: include kernel.h and agp_backend.h from intel-gtt.h
Jani Nikula
1
-0
/
+3
2019-01-02
drm: un-inline drm_legacy_findmap()
Jani Nikula
2
-10
/
+15
2018-12-31
drm/i915: Drop unused engine->irq_seqno_barrier w/a
Chris Wilson
9
-161
/
+1
2018-12-31
drm/i915/ringbuffer: Move irq seqno barrier to the GPU for gen5
Chris Wilson
1
-17
/
+23
2018-12-31
drm/i915/ringbuffer: Move irq seqno barrier to the GPU for gen7
Chris Wilson
1
-36
/
+44
2018-12-31
drm/i915/ringbuffer: Remove irq-seqno w/a for gen6 xcs
Chris Wilson
1
-2
/
+4
2018-12-31
drm/i915/ringbuffer: Remove irq-seqno w/a for gen6/7 rcs
Chris Wilson
1
-2
/
+0
2018-12-31
drm/i915: Remove redundant trailing request flush
Chris Wilson
4
-35
/
+7
2018-12-31
drm/i915: Update kerneldoc for intel_wm_need_update()
Chris Wilson
1
-2
/
+2
2018-12-31
drm/i915/params: document I915_PARAMS_FOR_EACH()
Jani Nikula
1
-0
/
+9
2018-12-31
drm/i915: Remove has_pooled_eu static initializer
Tvrtko Ursulin
1
-1
/
+0
2018-12-31
drm/i915/params: set i915.enable_hangcheck permissions to 0600
Jani Nikula
1
-1
/
+1
2018-12-31
drm/i915/uc: add dev_priv parameter to intel_uc_is_using_* functions
Jani Nikula
4
-13
/
+13
2018-12-31
drm/i915: add a helper to free the members of i915_params
Jani Nikula
3
-8
/
+18
2018-12-31
drm/i915: add a helper to make a copy of i915_params
Jani Nikula
3
-10
/
+16
2018-12-28
drm/i915/ringbuffer: Pull the render flush into breadcrumb emission
Chris Wilson
1
-8
/
+98
2018-12-28
drm/i915/execlists: Pull the render flush into breadcrumb emission
Chris Wilson
3
-6
/
+14
2018-12-28
drm/i915: Drop debugfs/i915_next_seqno
Chris Wilson
1
-11
/
+0
2018-12-28
drm/i915: Remove HW semaphores for gen7 inter-engine synchronisation
Chris Wilson
11
-557
/
+12
2018-12-28
drm/i915: Restrict PSMI context load w/a to Haswell GT1
Chris Wilson
2
-4
/
+3
2018-12-28
drm/i915: avoid division by zero on skl_calc_wrpll_link
Young Xiao
1
-0
/
+3
2018-12-28
drm/intel_dsi_vbt: Remove duplicate header
Brajeswar Ghosh
1
-1
/
+0
2018-12-27
drm/i915: Remove debugfs/i915_ppgtt_info
Chris Wilson
3
-255
/
+0
2018-12-27
drm/i915: Remove duplicate header from i915_request.h
Brajeswar Ghosh
1
-1
/
+0
2018-12-25
drm/i915: DDI: call intel_psr_ and _edp_drrs_enable() on pipe updates (v2)
Hans de Goede
1
-0
/
+19
2018-12-25
drm/i915: Allow calling intel_edp_drrs_enable twice
Hans de Goede
1
-2
/
+2
2018-12-25
drm/i915: Add an update_pipe callback to intel_encoder and call this on fasts...
Hans de Goede
2
-0
/
+26
2018-12-22
drm/i915: Unwind failure on pinning the gen7 ppgtt
Chris Wilson
1
-3
/
+12
2018-12-21
drm/i915: Update DRIVER_DATE to 20181221
Rodrigo Vivi
1
-1
/
+1
2018-12-21
drm/i915: Update DRIVER_DATE to 20181221
Rodrigo Vivi
1
-2
/
+2
2018-12-21
drm/i915: don't apply Display WAs 1125 and 1126 to GLK/CNL+
Paulo Zanoni
1
-21
/
+24
2018-12-21
drm/i915: Disable FBC on fastset if necessary, v2.
Maarten Lankhorst
2
-3
/
+3
[next]