index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-29
drm/i915/guc: Initialise doorbell cookie to matching value
Chris Wilson
1
-1
/
+1
2016-11-29
drm/i915/guc: Rename client->cookie to match use
Chris Wilson
3
-5
/
+5
2016-11-29
drm/i915: Trim i915_guc_info() stack usage
Chris Wilson
1
-26
/
+20
2016-11-29
drm/i915: enable dp mst audio
Libin Yang
1
-0
/
+16
2016-11-29
drm/i915: abstract ddi being audio enabled
Libin Yang
2
-5
/
+17
2016-11-29
drm/i915/debugfs: add dp mst info
Libin Yang
1
-1
/
+18
2016-11-29
drm/i915: Fix tracepoint compilation
Chris Wilson
2
-8
/
+8
2016-11-29
drm/i915/perf: Wrap 64bit divides in do_div()
Chris Wilson
1
-6
/
+7
2016-11-29
drm/i915: Convert vm->dev backpointer to vm->i915
Chris Wilson
10
-69
/
+67
2016-11-29
drm/i915: fix compilation warnings on maybe uninitialized pointers
Jérémy Lefaure
2
-2
/
+2
2016-11-29
drm/i915: Move the release of PT page to the upper caller
Zhi Wang
1
-11
/
+7
2016-11-29
drm/i915: drop the struct_mutex when wedged or trying to reset
Matthew Auld
1
-1
/
+2
2016-11-29
Revert "drm/i915/execlists: Use a local lock for dfs_link access"
Chris Wilson
1
-5
/
+2
2016-11-29
drm/i915: Move priority bumping for flips earlier
Chris Wilson
1
-1
/
+1
2016-11-25
drm/i915/guc: Remove spurious include
Arkadiusz Hiler
1
-1
/
+0
2016-11-25
drm/i915/guc: Init send_mutex in intel_uc_init_early()
Arkadiusz Hiler
4
-1
/
+8
2016-11-25
drm/i915/guc: Move guc_{send,recv}() to intel_uc.c
Arkadiusz Hiler
4
-130
/
+163
2016-11-25
drm/i915/guc: Drop guc2host/host2guc from names
Arkadiusz Hiler
5
-76
/
+75
2016-11-25
drm/i915: Rename intel_guc.h to intel_uc.h
Arkadiusz Hiler
4
-5
/
+5
2016-11-25
drm/i915: Don't sanitize has_decoupled_mmio if platform is not broxton
Ander Conselvan de Oliveira
2
-2
/
+2
2016-11-25
drm/i915: Pass dev_priv to intel_setup_outputs()
Ander Conselvan de Oliveira
14
-115
/
+105
2016-11-25
drm/i915: Integrate i915_sw_fence with debugobjects
Chris Wilson
4
-7
/
+161
2016-11-25
drm/i915: Hold a reference on the request for its fence chain
Chris Wilson
2
-7
/
+32
2016-11-25
drm/i915: Assert no external observers when unwind a failed request alloc
Chris Wilson
1
-0
/
+5
2016-11-25
drm/i915: Add is-completed assert to request retire entrypoint
Chris Wilson
1
-0
/
+2
2016-11-25
drm/i915/debugfs: Update pageflip information
Chris Wilson
1
-2
/
+2
2016-11-25
drm/i915: Rename i915_gem_timeline.next_seqno to .seqno
Joonas Lahtinen
3
-10
/
+10
2016-11-24
drm/i915/audio: fix hdmi audio noise issue
Libin Yang
1
-2
/
+5
2016-11-24
drm/i915: Use the precomputed value for whether to enable command parsing
Chris Wilson
5
-28
/
+6
2016-11-24
drm/i915/debugfs: Increment return value of gt.next_seqno
Chris Wilson
1
-1
/
+1
2016-11-24
drm/i915: kick out cmd_parser specific structs from i915_drv.h
Matthew Auld
2
-96
/
+96
2016-11-24
drm/i915: cleanup use of INSTR_CLIENT_MASK
Matthew Auld
2
-4
/
+3
2016-11-24
drm/i915/debugfs: Drop i915_hws_info
Chris Wilson
1
-25
/
+0
2016-11-23
drm/i915: Remove all ->config dereferences from intel_hdmi, v2.
Maarten Lankhorst
3
-90
/
+93
2016-11-23
drm/i915: Simplify error handling in intel_modeset_all_pipes()
Ville Syrjälä
1
-5
/
+6
2016-11-23
drm/i915: Protect dev_priv->atomic_cdclk_freq with all the crtc locks
Ville Syrjälä
2
-6
/
+44
2016-11-23
drm/i915: Fix cdclk vs. dev_cdclk mess when not recomputing things
Ville Syrjälä
1
-3
/
+5
2016-11-23
drm/i915/bxt: Correct dual-link MIPI port control.
Bob Paauwe
1
-1
/
+4
2016-11-23
drm/i915: Use enum plane_id in VLV/CHV wm code
Ville Syrjälä
1
-37
/
+36
2016-11-23
drm/i915: Use enum plane_id in VLV/CHV sprite code
Ville Syrjälä
3
-61
/
+67
2016-11-23
drm/i915: Use enum plane_id in SKL plane code
Ville Syrjälä
2
-36
/
+37
2016-11-23
drm/i915: Use enum plane_id in SKL wm code
Ville Syrjälä
1
-103
/
+77
2016-11-23
drm/i915: Add crtc->plane_ids_mask
Ville Syrjälä
3
-1
/
+9
2016-11-23
drm/i915: Add per-pipe plane identifier
Ville Syrjälä
4
-8
/
+26
2016-11-23
drm/i915: Make skl_write_{plane,cursor}_wm() static
Ville Syrjälä
1
-7
/
+7
2016-11-23
drm/i915: i915_gem_alloc_context_obj can be static
Tvrtko Ursulin
2
-6
/
+3
2016-11-23
drm/i915/guc: Remove unused intel_guc_fw struct member
Tvrtko Ursulin
2
-2
/
+0
2016-11-23
drm/i915/lspcon: Remove unused force change mode parameter
Imre Deak
1
-4
/
+3
2016-11-23
drm/i915/lspcon: Wait for expected LSPCON mode to settle
Imre Deak
3
-8
/
+68
2016-11-23
drm/i915/lspcon: Add dp_to_lspcon helper()
Imre Deak
2
-4
/
+9
[next]