summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-17drm/i915: vlv: fix VGA hotplug after modesetImre Deak1-1/+1
2013-10-16drm: add support for additional stereo 3D modesThomas Wood1-9/+94
2013-10-16drm/i915: preserve dispaly init order on ByTArtem Bityutskiy1-8/+7
2013-10-16drm/i915: Use pipe_name() instead of the pipe numberDamien Lespiau3-4/+4
2013-10-16drm/i915: Disable all GEM timers and work on unloadChris Wilson4-36/+23
2013-10-16drm/i915: Move some hdmi enable function name to vlv specific.Chon Ming Lee1-6/+6
2013-10-16drm/i915: constify harderDaniel Vetter1-2/+2
2013-10-16drm/i915: static inline for dummy crc functionsDaniel Vetter2-3/+3
2013-10-16drm/i915: Enable pipe CRCsDamien Lespiau1-3/+0
2013-10-16drm/i915: Only one open() allowed on pipe CRC result filesDamien Lespiau2-0/+17
2013-10-16drm/i915: Implement blocking read for pipe CRC filesDamien Lespiau4-19/+155
2013-10-16drm/i915: Move drm_add_fake_info_node() higher in the fileDamien Lespiau1-26/+26
2013-10-16drm/i915: Add log messages when CRCs collection is started/stoppedDamien Lespiau1-0/+6
2013-10-16drm/i915: Warn if we receive an interrupt after freeing the bufferDamien Lespiau1-0/+5
2013-10-16drm/i915: Rename i915_pipe_crc_ctl to i915_display_crc_ctlDamien Lespiau1-21/+21
2013-10-16drm/i915: Generalize the CRC command format for future workDamien Lespiau1-13/+43
2013-10-16drm/i915: Dynamically allocate the CRC circular bufferDamien Lespiau2-1/+13
2013-10-16drm/i915: Empty the circular buffer when asked for a new sourceDamien Lespiau1-0/+6
2013-10-16drm/i915: Enforce going back to none before changing CRC sourceDamien Lespiau1-0/+4
2013-10-16drm/i915: Make switching to the same CRC source a no-opDamien Lespiau1-1/+5
2013-10-16drm/i915: Sample the frame counter instead of a timestamp for CRCsDamien Lespiau3-9/+5
2013-10-16drm/i915: Keep the CRC values into a circular bufferDamien Lespiau3-14/+29
2013-10-16drm/i915: Add a control file for pipe CRCsDaniel Vetter2-2/+224
2013-10-16drm/i915: Expose latest 200 CRC value for pipe through debugfsShuang He4-1/+118
2013-10-16drm/i915: Replace has_bsd/blt/vebox with a maskBen Widawsky2-18/+28
2013-10-16drm/i915: cleanup context finiBen Widawsky1-4/+13
2013-10-16drm/i915: Do a fuller init after resetBen Widawsky3-22/+13
2013-10-15drm/i915: Check 5/6 DDB split only when sprites are enabledVille Syrjälä1-1/+2
2013-10-15drm/i915: Rename ilk_check_wm to ilk_validate_wm_levelVille Syrjälä1-5/+5
2013-10-15drm/i915: Rename ilk_wm_max to ilk_compute_wm_maximumsVille Syrjälä1-8/+8
2013-10-15drm/i915: Adjust watermark register masksVille Syrjälä1-5/+5
2013-10-15drm/i915: Remove a somewhat silly debug print from watermark codeVille Syrjälä1-2/+0
2013-10-15drm/i915: Init HSW watermark tracking in intel_modeset_setup_hw_state()Ville Syrjälä3-26/+80
2013-10-15drm/i915: Improve watermark dirtyness checksVille Syrjälä1-18/+80
2013-10-15drm/i915: Store current watermark state in dev_priv->wmVille Syrjälä2-31/+27
2013-10-15drm/i915: Kill fbc_wm_enabled from intel_wm_configVille Syrjälä1-1/+0
2013-10-15drm/i915: Refactor wm_lp to level calculationVille Syrjälä1-1/+7
2013-10-15drm/i915: Check 5/6 DDB split only when sprites are enabledVille Syrjälä1-1/+1
2013-10-15drm/i915: Move some computations out from hsw_compute_wm_parameters()Ville Syrjälä1-19/+14
2013-10-15drm/i915: Use intel_pipe_wm in hsw_find_best_resultsVille Syrjälä1-21/+21
2013-10-15drm/i915: Move LP1+ watermark merging out from hsw_compute_wm_results()Ville Syrjälä1-9/+10
2013-10-15drm/i915: Don't re-compute pipe watermarks except for the affected pipeVille Syrjälä1-39/+28
2013-10-15drm/i915: Add intel_pipe_wm and prepare for watermark pre-computeVille Syrjälä2-76/+128
2013-10-15drm/i915/dp: constify link_statusJani Nikula1-2/+3
2013-10-14drm/i915: Don't pretend that gen2 has a hardware frame counterVille Syrjälä1-1/+10
2013-10-14drm/i915: Fix gen2 scanout position readoutVille Syrjälä1-6/+15
2013-10-14drm/i915: Improve the accuracy of get_scanout_pos on CTG+Ville Syrjälä1-0/+53
2013-10-14drm/i915: Fix scanoutpos calculationsVille Syrjälä1-14/+25
2013-10-14drm/i915: Skip register reads in i915_get_crtc_scanoutpos()Ville Syrjälä1-26/+17
2013-10-14drm/i915: Use vlv_clock() in vlv_crtc_clock_get()Ville Syrjälä1-3/+3