summaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
Commit message (Expand)AuthorFilesLines
2016-08-10drm/i915: Remove LVDS and PPS suspend time save/restoreImre Deak2-38/+0
2016-08-10drm/i915: Apply the PPS register unlock workaround more consistentlyImre Deak6-9/+34
2016-08-10drm/i915/dp: Restore PPS HW state from the encoder resume hookImre Deak1-15/+16
2016-08-10drm/i915/lvds: Restore initial HW state during encoder enablingImre Deak2-13/+102
2016-08-10drm/i915: Merge TARGET_POWER_ON and PANEL_POWER_ON flag definitionsImre Deak3-6/+5
2016-08-10drm/i915: Merge the PPS register definitionsImre Deak6-170/+117
2016-08-10drm/i915/guc: re-optimise i915_guc_client layoutDave Gordon2-5/+2
2016-08-10drm/i915/guc: use for_each_engine_id() where appropriateDave Gordon2-14/+17
2016-08-10drm/i915/guc: add engine mask to GuC client & pass to GuCDave Gordon2-6/+12
2016-08-10drm/i915/guc: refactor guc_init_doorbell_hw()Dave Gordon1-24/+30
2016-08-10drm/i915/guc: doorbell reset should avoid used doorbellsDave Gordon1-1/+7
2016-08-10drm/i915: Use RCU to annotate and enforce protection for breadcrumb's bhChris Wilson4-26/+27
2016-08-10drm/i915: Move missed interrupt detection from hangcheck to breadcrumbsChris Wilson6-67/+56
2016-08-10drm/i915: Always mark the writer as also a read for busy ioctlChris Wilson1-4/+14
2016-08-09drm: avoid "possible bad bitmask?" warningDave Gordon1-1/+1
2016-08-09drm/i915: Correct typo for __i915_gem_active_get_rcu in a commentChris Wilson2-2/+2
2016-08-05drm/i915: Use the g4x+ approach on gen2 for handling display stuff around GPU...Ville Syrjälä1-9/+2
2016-08-05drm/i915: Introduce gpu_reset_clobbers_display()Ville Syrjälä1-2/+7
2016-08-05drm/i915: Add a way to test the modeset done during gpu reset, v3.Maarten Lankhorst3-11/+25
2016-08-05drm/i915: Fix modeset handling during gpu reset, v5.Maarten Lankhorst2-60/+111
2016-08-05drm/i915: Don't mark PCH underrun reporting as disabled for transcoder B/C on...Ville Syrjälä1-1/+18
2016-08-05drm/i915: Add some curly bracesVille Syrjälä1-2/+2
2016-08-09drm/i915: Do not overwrite the request with zero on reallocationChris Wilson2-1/+47
2016-08-09drm/i915: Add smp_rmb() to busy ioctl's RCU danceChris Wilson2-5/+34
2016-08-09drm/i915: Don't check for idleness before retiring after a GPU hangChris Wilson1-5/+3
2016-08-09drm/i915: Wrap the protected active RCU dereference in a helperChris Wilson1-4/+17
2016-08-09drm/i915: Remove unused i915_gem_active_peek_rcu()Chris Wilson1-21/+0
2016-08-08drm/i915: Update DRIVER_DATE to 20160808Daniel Vetter1-1/+1
2016-08-05drm/i915: fix aliasing_ppgtt leakMatthew Auld1-0/+1
2016-08-05drm/i915: Update comment before i915_spin_requestDaniel Vetter1-1/+1
2016-08-05drm/i915: Use drm official vblank_no_hw_counter callback.Rodrigo Vivi1-7/+2
2016-08-05drm/i915: Fix copy_to_user usage for pipe_crcRodrigo Vivi1-3/+1
2016-08-05Revert "drm/i915: Track active streams also for DP SST"Ville Syrjälä4-26/+10
2016-08-05drm/i915: fix WaInsertDummyPushConstPsMatthew Auld1-4/+4
2016-08-05drm/i915: Assert that the request hasn't been retiredChris Wilson1-4/+2
2016-08-05drm/i915: Repack fence tiling mode and stride into a single integerChris Wilson12-68/+98
2016-08-05drm/i915: Document and reject invalid tiling modesChris Wilson2-0/+4
2016-08-05drm/i915: Remove locking for get_tilingChris Wilson2-14/+11
2016-08-05drm/i915: Remove pinned check from madvise ioctlChris Wilson1-6/+0
2016-08-05drm/i915: Reduce locking inside swfinish ioctlChris Wilson1-15/+12
2016-08-05drm/i915: Remove (struct_mutex) locking for busy-ioctlChris Wilson1-30/+101
2016-08-05drm/i915: Remove (struct_mutex) locking for wait-ioctlChris Wilson1-31/+12
2016-08-05drm/i915: Do a nonblocking wait first in pread/pwriteChris Wilson1-25/+35
2016-08-05drm/i915: Remove unused no-shrinker-stealChris Wilson2-4/+0
2016-08-05drm/i915: Tidy generation of the GTT mmap offsetChris Wilson1-47/+22
2016-08-05drm/i915/shrinker: Wait before acquiring struct_mutex under oomChris Wilson1-4/+9
2016-08-05drm/i915: Simplify do_idling() (Ironlake vt-d w/a)Chris Wilson1-29/+8
2016-08-05drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutexChris Wilson13-76/+68
2016-08-05drm/i915: Remove forced stop ring on suspend/unloadChris Wilson4-61/+0
2016-08-05drm/i915/userptr: Remove superfluous interruptible=false on waitingChris Wilson1-8/+1