index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipc
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-10-01
drm/i915/selftests: Include arbitration points in preemption smoketest
Chris Wilson
1
-33
/
+101
2018-10-01
drm/i915/selftests: Split preemption smoke test into threads
Chris Wilson
1
-12
/
+61
2018-09-28
drm/i915/dp: optimize eDP 1.4+ link config fast and narrow
Jani Nikula
1
-11
/
+62
2018-09-28
drm/i915/dp: Fix duplication of DEVICE_SERVICE_IRQ handling
Dhinakaran Pandiyan
1
-37
/
+22
2018-09-28
drm/i915/dp: Kill intel_dp->detect_done flag
Dhinakaran Pandiyan
2
-32
/
+10
2018-09-28
drm/i915/dp: Do not grab crtc modeset lock in intel_dp_detect()
Dhinakaran Pandiyan
1
-14
/
+11
2018-09-28
drm/i915/dp: Use a local variable for intel_encoder *
Dhinakaran Pandiyan
1
-5
/
+3
2018-09-28
drm/i915/dp: Restrict link retrain workaround to external monitors
Dhinakaran Pandiyan
1
-6
/
+7
2018-09-28
drm/i915/dp: Fix link retraining comment in intel_dp_long_pulse()
Dhinakaran Pandiyan
1
-10
/
+3
2018-09-27
drm/i915/execlists: Avoid kicking priority on the current context
Chris Wilson
2
-23
/
+36
2018-09-27
drm/i915/csr: restructure CSR firmware definition macros
Jani Nikula
1
-26
/
+28
2018-09-27
drm/i915: Check for panel orientation quirks on eDP panels
Hans de Goede
1
-0
/
+4
2018-09-27
drm/i915: Remove i915.enable_ppgtt override
Chris Wilson
16
-197
/
+71
2018-09-27
drm/i915: Log HWS seqno consistently
Tvrtko Ursulin
2
-2
/
+4
2018-09-27
drm/i915: Trim partial view sg lists
Tvrtko Ursulin
3
-1
/
+5
2018-09-27
drm/i915/selftests: Smoketest preemption
Chris Wilson
1
-0
/
+137
2018-09-27
drm/i915/csr: bypass firmware request on i915.dmc_firmware_path=""
Jani Nikula
1
-0
/
+6
2018-09-27
drm/i915/csr: keep max firmware size together with firmare name and version
Jani Nikula
2
-21
/
+28
2018-09-27
drm/i915/csr: keep firmware name and required version together
Jani Nikula
2
-35
/
+25
2018-09-27
drm/i915: Remove duplicated definition of intel_update_rawclk
José Roberto de Souza
1
-1
/
+0
2018-09-27
drm/i915: Move IPC WA #1141 to init_ipc()
José Roberto de Souza
1
-6
/
+6
2018-09-27
drm/i915: Move SKL IPC WA to HAS_IPC()
José Roberto de Souza
2
-4
/
+2
2018-09-27
drm/i915: Do not modifiy reserved bit in gens that do not have IPC
José Roberto de Souza
1
-1
/
+3
2018-09-27
drm/i915: Unset reset pch handshake when PCH is not present in one place
José Roberto de Souza
2
-20
/
+20
2018-09-27
drm/i915/runtime_pm: Share code to enable/disable PCH reset handshake
José Roberto de Souza
1
-13
/
+17
2018-09-26
drm/i915/icl: Define TA_TIMING_PARAM registers
Madhav Chauhan
1
-0
/
+23
2018-09-26
drm/i915/icl: Define data/clock lanes dphy timing registers
Madhav Chauhan
1
-0
/
+58
2018-09-26
drm/i915: Avoid compiler warning for maybe unused gu_misc_iir
Chris Wilson
1
-21
/
+12
2018-09-26
drm/i915: Convert to BITS_PER_TYPE
Chris Wilson
7
-9
/
+8
2018-09-25
drm/i915: Check fb stride against plane max stride
Ville Syrjälä
3
-0
/
+37
2018-09-25
drm/i915: Enable RGB565 90/270 plane rotation for gen11 onwards.
Juha-Pekka Heikkila
1
-4
/
+10
2018-09-25
drm/i915: Match code to comment and enforce ppgtt for execlists
Chris Wilson
2
-4
/
+5
2018-09-25
drm/i915: use for_each_pipe loop to assign crtc_mask
Mahesh Kumar
1
-1
/
+3
2018-09-25
drm/i915/execlists: Assert the queue is non-empty on unsubmitting
Chris Wilson
1
-0
/
+1
2018-09-24
drm/i915/icl: Program T_INIT_MASTER registers
Madhav Chauhan
1
-0
/
+19
2018-09-24
drm/i915/icl: Enable DDI Buffer
Madhav Chauhan
1
-0
/
+22
2018-09-24
drm/i915/icl: DSI vswing programming sequence
Madhav Chauhan
1
-0
/
+120
2018-09-24
drm/i915/icl: Configure lane sequencing of combo phy transmitter
Madhav Chauhan
1
-0
/
+39
2018-09-21
drm/i915: Force planar YUV coordinates to be a multiple of 2, v2.
Maarten Lankhorst
1
-1
/
+8
2018-09-21
drm/i915: Move programming plane scaler to its own function.
Maarten Lankhorst
1
-38
/
+52
2018-09-21
drm/i915: Clean up scaler setup, v2.
Maarten Lankhorst
3
-51
/
+66
2018-09-21
drm/i915: Replace call to commit_planes_on_crtc with internal update, v2.
Maarten Lankhorst
3
-22
/
+33
2018-09-21
drm/i915: Make intel_crtc_disable_planes() use active planes mask.
Maarten Lankhorst
1
-15
/
+14
2018-09-21
drm/i915: Unconditionally clear plane visibility, v2.
Maarten Lankhorst
1
-5
/
+6
2018-09-21
drm/i915: Handle cursor updating active_planes correctly, v2.
Maarten Lankhorst
1
-8
/
+28
2018-09-21
drm/i915: Clean up casts to crtc_state in intel_atomic_commit_tail()
Maarten Lankhorst
1
-10
/
+12
2018-09-21
drm/i915: Update DRIVER_DATE to 20180921
Joonas Lahtinen
1
-1
/
+1
2018-09-21
drm/i915: Update DRIVER_DATE to 20180921
Joonas Lahtinen
1
-2
/
+2
2018-09-20
drm/i915/execlists: Onion unwind for logical_ring_init() failure
Chris Wilson
1
-7
/
+11
2018-09-20
drm/i915: Park the GPU on module load
Chris Wilson
1
-0
/
+8
[next]