summaryrefslogtreecommitdiffstats
path: root/fs/pipe.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-22drm/i915: Update DRIVER_DATE to 20160522Daniel Vetter1-1/+1
2016-05-20drm/i915: Inline sg_next() for the optimised SGL iteratorDave Gordon1-2/+21
2016-05-20drm/i915: Introduce & use new lightweight SGL iteratorsDave Gordon5-63/+112
2016-05-20drm/i915: optimise i915_gem_object_map() for small objectsDave Gordon1-5/+10
2016-05-20drm/i915: refactor i915_gem_object_pin_map()Dave Gordon1-23/+35
2016-05-20drm/i915/psr: Implement PSR2 w/a for gen9Daniel Vetter2-2/+16
2016-05-20drm/i915/psr: Use ->get_aux_send_ctl functionsDaniel Vetter2-21/+5
2016-05-20drm/i915/psr: Order DP aux transactions correctlyDaniel Vetter1-7/+7
2016-05-20drm/i915/psr: Make idle_frames sensible againDaniel Vetter1-7/+7
2016-05-20drm/i915/psr: Try to program link training times correctlyDaniel Vetter1-8/+47
2016-05-19drm/i915/userptr: Convert to drm_i915_privateChris Wilson3-9/+3
2016-05-19drm/i915: Allow nonblocking update of pageflips.Maarten Lankhorst1-266/+84
2016-05-19drm/i915: Check for unpin correctness.Maarten Lankhorst1-0/+9
2016-05-19Reapply "drm/i915: Avoid stalling on pending flips for legacy cursor updates"Maarten Lankhorst1-5/+7
2016-05-19drm/i915: Make unpin async.Maarten Lankhorst3-132/+228
2016-05-19drm/i915: Prepare connectors for nonblocking checks.Maarten Lankhorst2-14/+43
2016-05-19drm/i915: Pass atomic states to fbc update functions.Maarten Lankhorst3-26/+29
2016-05-19drm/i915: Remove reset_counter from intel_crtc.Maarten Lankhorst2-12/+0
2016-05-19drm/i915: Remove queue_flip pointer.Maarten Lankhorst2-264/+0
2016-05-19drm/i915: Remove use_mmio_flip kernel parameter.Maarten Lankhorst3-9/+1
2016-05-19drm/i915: Remove cs based page flip support.Maarten Lankhorst4-507/+33
2016-05-19drm/i915: Rework intel_crtc_page_flip to be almost atomic, v3.Maarten Lankhorst3-280/+441
2016-05-19drm/i915: Add the exclusive fence to plane_state.Maarten Lankhorst2-13/+42
2016-05-19drm/i915: Convert flip_work to a list.Maarten Lankhorst4-100/+142
2016-05-19drm/i915: Allow mmio updates on all platforms, v2.Maarten Lankhorst2-93/+7
2016-05-19Revert "drm/i915: Avoid stalling on pending flips for legacy cursor updates"Maarten Lankhorst1-3/+0
2016-05-19drm/i915: Unify unpin_work and mmio_work into flip_work, v2.Maarten Lankhorst5-153/+185
2016-05-19drm/i915: Add support for detecting vblanks when hw frame counter is unavaila...Maarten Lankhorst3-6/+15
2016-05-19drm/i915: Remove intel_prepare_page_flip, v3.Maarten Lankhorst4-73/+26
2016-05-19drm/i915: Remove intel_finish_page_flip_plane.Maarten Lankhorst3-18/+7
2016-05-19drm/i915: Remove stallcheck special handling, v3.Maarten Lankhorst3-49/+34
2016-05-19drm/core: Add drm_accurate_vblank_count, v5.Maarten Lankhorst2-0/+32
2016-05-18drm/i915/bxt: reserve space for RC6 in the the GuC WOPCMPeter Antoine2-7/+16
2016-05-17drm/i915: Simplify control flow in intel_atomic_check a bit.Daniel Vetter1-10/+8
2016-05-17drm/i915/dsi: CABC support for Panel PWM backlight controlDeepak M3-0/+40
2016-05-17drm/i915/dsi: Add DCS control for Panel PWMJani Nikula6-2/+184
2016-05-16drm/i915: don't mix bitwise and logical operations for has_snoopJani Nikula1-2/+4
2016-05-14drm/i915: Skip clearing the GGTT on full-ppgtt systemsChris Wilson1-5/+15
2016-05-14drm/i915: Lazily migrate the objects after hibernationChris Wilson1-6/+2
2016-05-14drm/i915: Update domain tracking for GEM objects on hibernationChris Wilson3-1/+41
2016-05-14drm/i915: Add distinct stubs for PM hibernation phasesChris Wilson1-6/+39
2016-05-13drm/i915: Ignore stale wm register values on resume on ilk-bdw (v2)Ville Syrjälä1-0/+6
2016-05-13drm/i915: Don't leave old junk in ilk active watermarks on readoutVille Syrjälä1-0/+2
2016-05-13drm/i915: Eliminate the CDCLK_CTL RMW on BXTVille Syrjälä1-7/+1
2016-05-13drm/i915: Program BXT_CDCLK_CD2X_PIPEVille Syrjälä2-2/+8
2016-05-13drm/i915: s/required_vco/vco/ in skl cdclk codeVille Syrjälä1-6/+6
2016-05-13drm/i915: s/freq/cdclk/Ville Syrjälä1-22/+22
2016-05-13drm/i915: Kill off dead code from skl_dpll0_enable()Ville Syrjälä1-5/+0
2016-05-13drm/i915: Extract skl_dpll0_disable()Ville Syrjälä1-4/+9
2016-05-13drm/i915: Remove 10% cdclk guardband on BXTVille Syrjälä1-5/+4