aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-08video/hdmi: Introduce a generic hdmi_infoframe unionDamien Lespiau1-0/+43
2013-08-08video/hdmi: Replace the payload length by their definesDamien Lespiau1-3/+3
2013-08-08drm/i915: turn bound_ggtt checks to bound_anyBen Widawsky2-7/+7
2013-08-08drm/i915: Use new bind/unbind in eviction codeBen Widawsky3-26/+33
2013-08-08drm/i915: plumb VM into bind/unbind codeBen Widawsky7-71/+120
2013-08-08drm/i915: Rework __i915_gem_shrinkBen Widawsky1-3/+8
2013-08-06drm/i915: Improve VMA commentsBen Widawsky1-1/+6
2013-08-06drm/i915: Export intel_framebuffer_finiChris Wilson3-13/+13
2013-08-06drm/i915: Rename I915_CACHE_MLC_LLC to L3_LLC for IvybridgeChris Wilson4-12/+38
2013-08-06drm/i915: remove use_fdi_mode argument from intel_prepare_ddi_buffersPaulo Zanoni1-12/+5
2013-08-06drm/i915: silence useless messages about DDI buffer translationPaulo Zanoni1-9/+2
2013-08-05drm/i915: eliminate dead domain clearing on resetBen Widawsky1-8/+0
2013-08-05drm/i915: Add comments about units of latency valuesVille Syrjälä1-3/+14
2013-08-05drm/i915: Use the watermark latency values from dev_priv for ILK/SNB/IVB tooVille Syrjälä2-39/+27
2013-08-05drm/i915: Disable specific watermark levels when latency is zeroVille Syrjälä1-0/+6
2013-08-05drm/i915: Print the watermark latencies during initVille Syrjälä1-0/+37
2013-08-05drm/i915: Use the stored cursor and plane latencies properlyVille Syrjälä1-15/+21
2013-08-05drm/i915: Store the watermark latency values in dev_privVille Syrjälä2-9/+67
2013-08-05drm/i915: Add ILK support to intel_read_wm_latencyVille Syrjälä1-0/+7
2013-08-05drm/i915: make reset&hangcheck code VM awareBen Widawsky1-7/+23
2013-08-05drm/i915: BUG_ON put_pages laterBen Widawsky1-2/+2
2013-08-05drm/i915: make caching operate on all address spacesBen Widawsky1-8/+12
2013-08-05drm/i915: thread address space through execbufBen Widawsky1-28/+49
2013-08-05drm/i915: Update describe_objBen Widawsky1-4/+16
2013-08-05drm/i915: Use ggtt_vm to save some typingBen Widawsky2-16/+13
2013-08-05drm/i915: Add VM to pinBen Widawsky7-13/+27
2013-08-05drm/i915: Use bound list for inactive shrinkBen Widawsky1-2/+6
2013-08-05drm/i915: Make proper functions for VMsBen Widawsky4-53/+118
2013-08-05drm/i915: Rework drop caches for checkpatchBen Widawsky1-6/+8
2013-08-05drm/i915: Create an init vmBen Widawsky2-6/+13
2013-08-05drm/i915/hsw: Change default LLC age to 3Ben Widawsky1-1/+2
2013-08-05i915: fix ACPI _DSM warningPeter Wu1-6/+8
2013-08-05drm/i915: make user mode sync polarity setting explicitImre Deak1-0/+13
2013-08-05drm/i915: move encoder->enable callback later in VLV crtc enableJani Nikula1-4/+3
2013-08-05drm/i915: rearrange vlv hdmi enable and pre_enable callbacksJani Nikula1-9/+11
2013-08-05drm/i915: rearrange vlv dp enable and pre_enable callbacksJani Nikula1-34/+39
2013-08-05drm/i915: Acquire dpio_lock for VLV sideband programming in DP/HDMIChris Wilson3-4/+10
2013-08-05drm/i915: enable IPS for bpp <= 24Jesse Barnes1-1/+1
2013-08-05drm/i915: Add SNB/IVB support to intel_read_wm_latencyVille Syrjälä1-0/+7
2013-08-05drm/i915: Don't multiply the watermark latency values too earlyVille Syrjälä1-5/+5
2013-08-05drm/i915: Split out reading of HSW watermark latency valuesVille Syrjälä1-14/+20
2013-08-05drm/i915: Change the watermark latency type to uint16_tVille Syrjälä1-3/+3
2013-08-05drm/i915: Don't pass "mem_value" to ilk_compute_fbc_wmVille Syrjälä1-3/+2
2013-08-05drm/i915: Rename most wm compute functions to ilk_ prefixVille Syrjälä1-20/+20
2013-08-05drm/i915: Rename hsw_wm_get_pixel_rate to ilk_pipe_pixel_rateVille Syrjälä1-3/+3
2013-08-05drm/i915: Calculate the sprite WM based on the source width instead of the destination widthVille Syrjälä1-3/+3
2013-08-05drm/i915: Pass the actual sprite width to watermarks functionsVille Syrjälä2-10/+10
2013-08-05drm/i915: Add scaled paramater to update_sprite_watermarks()Ville Syrjälä4-14/+19
2013-08-05drm/i915: Tidy the macro casting by using an inline functionChris Wilson1-3/+8
2013-08-04drm/i915: Remove useless defineStéphane Marchesin1-1/+0