Age | Commit message (Expand) | Author | Files | Lines |
2017-01-18 | drm/i915/guc: Move GuC log related functions into dedicated file |  Michal Wajdeczko | 7 | -629/+673 |
2017-01-17 | drm/i915: Ignore bogus plane coordinates on SKL when the plane is not visible |  Ville Syrjälä | 1 | -0/+3 |
2017-01-17 | drm/i915: Fix a typo in vgt_balloon_space() |  Zhenyu Wang | 1 | -1/+1 |
2017-01-17 | drm/i915: Assert internal objects are page aligned |  Chris Wilson | 1 | -0/+1 |
2017-01-16 | drm/i915: Skip switch to kernel context if already done |  Chris Wilson | 2 | -1/+27 |
2017-01-16 | drm/i915: Construct a request even if the GPU is currently hung |  Chris Wilson | 1 | -25/+3 |
2017-01-16 | drm/i915: Assert we do not attempt to reuse an allocated node |  Chris Wilson | 1 | -0/+2 |
2017-01-16 | drm/i915: Catch attempting to use the aliasing_gtt's drm_mm |  Chris Wilson | 1 | -0/+2 |
2017-01-16 | drm/i915: Flush the change in debugobject before reallocation |  Chris Wilson | 1 | -0/+1 |
2017-01-16 | drm/i915/dp: Silence compiler for missing prototype |  Chris Wilson | 1 | -1/+1 |
2017-01-16 | drm/i915: Use __printf markup to silence compiler |  Chris Wilson | 1 | -0/+1 |
2017-01-14 | drm/i915: Eliminate superfluous i915_ggtt_view_normal |  Chris Wilson | 4 | -9/+2 |
2017-01-14 | drm/i915: Eliminate superfluous i915_ggtt_view_rotated |  Chris Wilson | 3 | -7/+2 |
2017-01-14 | drm/i915: Convert i915_ggtt_view to use an anonymous union |  Chris Wilson | 7 | -27/+32 |
2017-01-14 | drm/i915: Stop clearing i915_ggtt_view |  Chris Wilson | 1 | -1/+0 |
2017-01-14 | drm/i915: Compact memcmp in i915_vma_compare() |  Chris Wilson | 2 | -13/+35 |
2017-01-14 | drm/i915: Mark the ggtt_view structs as packed |  Chris Wilson | 1 | -2/+12 |
2017-01-14 | drm/i915: Name the anonymous structs inside i915_ggtt_view |  Chris Wilson | 1 | -5/+7 |
2017-01-13 | drm/i915/psr: report live PSR2 State |  Nagaraju, Vathsala | 2 | -0/+25 |
2017-01-13 | drm/i915/psr: enable psr2 for y cordinate panels |  Nagaraju, Vathsala | 1 | -0/+9 |
2017-01-13 | drm/i915/psr: set PSR_MASK bits for deep sleep |  Nagaraju, Vathsala | 2 | -13/+27 |
2017-01-13 | drm/i915/psr: set CHICKEN_TRANS for psr2 |  Nagaraju, Vathsala | 2 | -0/+13 |
2017-01-13 | drm/i915: Assert that we have allocated the drm_mm_node upon pinning |  Chris Wilson | 2 | -1/+5 |
2017-01-13 | drm/i915: Move i915_ppgtt_close() into i915_gem_gtt.c |  Chris Wilson | 3 | -21/+22 |
2017-01-12 | drm/i915/psr: enable ALPM for psr2 |  Nagaraju, Vathsala | 3 | -1/+16 |
2017-01-12 | drm/i915/psr: disable aux_frame_sync on psr2 exit |  Nagaraju, Vathsala | 1 | -0/+9 |
2017-01-12 | drm/i915/psr: fix blank screen issue for psr2 |  Nagaraju, Vathsala | 2 | -30/+95 |
2017-01-12 | drm/i915: Fix up kerneldoc parameters for i915_gem_gtt_*() |  Chris Wilson | 1 | -22/+22 |
2017-01-12 | drm/i915: Expand ggtt_view parameters for debugfs |  Chris Wilson | 1 | -2/+29 |
2017-01-12 | drm/i915: Declare i915_gem_object_create_internal() as taking phys_addr_t size |  Chris Wilson | 2 | -2/+7 |
2017-01-12 | drm/i915: Invalidate the guc ggtt TLB upon insertion |  Chris Wilson | 5 | -40/+57 |
2017-01-12 | drm/i915: Remove useless casts to intel_plane_state |  Maarten Lankhorst | 2 | -7/+7 |
2017-01-12 | drm/i915: Update i915_reset parameter for kerneldoc |  Michel Thierry | 1 | -1/+1 |
2017-01-12 | drm/i915: Keep i915_handle_error kerneldoc parameters together |  Michel Thierry | 1 | -1/+2 |
2017-01-12 | drm/i915: Remove WaDisableLSQCROPERFforOCL KBL workaround. |  Francisco Jerez | 2 | -18/+0 |
2017-01-12 | drm/i915/guc: Make sure vma containing firmware is GuC mappable |  Michał Winiarski | 1 | -1/+2 |
2017-01-12 | ALSA: Documentation about HDA DP MST pin init and connection |  Libin Yang | 1 | -0/+17 |
2017-01-12 | ALSA: hda - add DP MST audio support |  Libin Yang | 2 | -52/+197 |
2017-01-12 | ALSA: hda - add DP mst verb support |  Libin Yang | 2 | -4/+71 |
2017-01-12 | drm/i915: check ppgtt validity when init reg state |  Zhenyu Wang | 1 | -8/+1 |
2017-01-12 | drm/i915: Detect vma reserved for execbuf in evict-for-node |  Chris Wilson | 1 | -1/+1 |
2017-01-11 | drm/i915: Add a sanity check that no request is submitted in the middle |  Chris Wilson | 1 | -0/+7 |
2017-01-11 | drm/i915: Prefer random replacement before eviction search |  Chris Wilson | 1 | -1/+58 |
2017-01-11 | drm/i915: Extract reserving space in the GTT to a helper |  Chris Wilson | 8 | -61/+106 |
2017-01-11 | drm/i915: Use the MRU stack search after evicting |  Chris Wilson | 4 | -80/+119 |
2017-01-10 | drm/i915/psr: disable psr2 for resolution greater than 32X20 |  Nagaraju, Vathsala | 1 | -7/+8 |
2017-01-10 | drm/i915/psr: program vsc header for psr2 |  Nagaraju, Vathsala | 3 | -2/+43 |
2017-01-10 | drm : adds Y-coordinate and Colorimetry Format |  Nagaraju, Vathsala | 1 | -1/+12 |
2017-01-10 | drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZE |  Chris Wilson | 15 | -45/+62 |
2017-01-10 | drm/i915: Rename i915_gem_engine_cleanup() to engine_set_wedged() |  Chris Wilson | 1 | -2/+2 |