summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2013-08-09drm/i915: expose HDMI connectors on port C on BYTJesse Barnes1-2/+7
2013-08-09drm/i915: fix a limit check in hsw_compute_wm_results()Dan Carpenter1-1/+1
2013-08-09drm/i915: unbreak i915_gem_object_ggtt_unbind()Dan Carpenter1-1/+1
2013-08-09drm/i915: Make intel_set_mode() staticDamien Lespiau2-5/+7
2013-08-09drm/i915: Remove intel_modeset_disable()Damien Lespiau2-11/+0
2013-08-09drm/i915: Make intel_encoder_dpms() staticDamien Lespiau2-3/+2
2013-08-09drm/i915: Make i915_hangcheck_elapsed() staticDamien Lespiau2-2/+1
2013-08-09drm/i915: Fix #endif commentDamien Lespiau1-1/+1
2013-08-09drm/i915: Remove i915_gem_object_check_coherency()Damien Lespiau2-72/+0
2013-08-09drm/i915: Remove stale prototypesDamien Lespiau2-10/+0
2013-08-08drm/i915: List objects allocated from stolen memory in debugfsChris Wilson1-0/+63
2013-08-08drm/i915: Always call intel_update_sprite_watermarks() when disabling a planeVille Syrjälä1-0/+4
2013-08-08drm/i915: Pass plane and crtc to intel_update_sprite_watermarksVille Syrjälä4-24/+24
2013-08-08drm/i915: Don't try to disable plane if it's already disabledVille Syrjälä1-2/+7
2013-08-08drm/i915: Pass crtc to our update/disable_plane hooksVille Syrjälä2-10/+15
2013-08-08drm/i915: Split plane watermark parameters into a separate structVille Syrjälä2-36/+35
2013-08-08drm/i915: Pull some watermarks state into a separate structureVille Syrjälä1-23/+25
2013-08-08drm/i915: Calculate max watermark levels for ILK+Ville Syrjälä1-12/+107
2013-08-08drm/i915: Rename hsw_lp_wm_result to intel_wm_levelVille Syrjälä2-14/+14
2013-08-08drm/i915: Pull watermark level validity check outVille Syrjälä1-7/+44
2013-08-08drm/i915: Add vma to list at creationBen Widawsky1-8/+8
2013-08-08drm/i915: Update error capture for VMsBen Widawsky2-25/+55
2013-08-08drm/i915: mm_list is per VMABen Widawsky8-59/+86
2013-08-08drm/i915: Fix up map and fenceable for VMABen Widawsky1-2/+5
2013-08-08drm/i915: Silence a sparse warningVille Syrjälä1-1/+1
2013-08-08drm/i915: Rename hsw_data_buf_partitioning to intel_ddb_partitioningVille Syrjälä2-11/+11
2013-08-08drm/i915: Kill fbc_enable from hsw_lp_wm_resultsVille Syrjälä1-10/+2
2013-08-08drm/i915: Split watermark level computation from the codeVille Syrjälä1-17/+34
2013-08-08drm/i915: Use 'enabled' instead of 'enable' consistently in sprite WM codeVille Syrjälä1-4/+4
2013-08-08drm/i915/hmdi: Rename set_infoframe() to write_infoframe()Damien Lespiau1-4/+4
2013-08-08drm: Handle the DBLCLK flag in the common infoframe helperDamien Lespiau1-3/+0
2013-08-08drm/i915: Remove the now obsolete infoframe definitionsDamien Lespiau2-76/+0
2013-08-08drm/i915/sdvo: Port the infoframe code to the shared infrastructureDamien Lespiau1-18/+20
2013-08-08drm/i915/hdmi: Port the infoframe code to the common hdmi helpersDamien Lespiau1-24/+58
2013-08-08drm/i915/hdmi: Change the write_infoframe vfunc to take a buffer and a typeDamien Lespiau2-51/+59
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