1. 13 9月, 2010 2 次提交
    • C
      drm/i915: Fix an overlay regression from 7e7d76c3 · f7abfe8b
      Chris Wilson 提交于
      When separating out the prepare/commit into its own separate functions
      we overlooked that the intel_crtc->dpms_mode was being used elsewhere to
      check on the actual status of the pipe.
      
      Track that bit of logic separately from the actual dpms mode, so there
      is no confusion should we be able to handle multiple dpms modes, nor
      any semantic conflict between prepare/commit and dpms.
      Signed-off-by: NChris Wilson <chris@chris-wilson.co.uk>
      f7abfe8b
    • C
      drm/i915/lvds: Ensure panel is unlocked for Ironlake or the panel fitter · e9e331a8
      Chris Wilson 提交于
      Commit 77d07fd9 introduced a regression
      where by not waiting for the panel to be turned off, left the panel and
      PLL registers locked across the modeset. Thus the panel remaining blank.
      
      As pointed out by Daniel Vetter, when testing LVDS it helps to open the
      laptop and look at the actual panel you are purporting to test.
      
      A second issue with the patch was that in order to modify the panel
      fitter before gen5, the pipe and the panel must have be completely
      powered down. So we wait.
      Signed-off-by: NChris Wilson <chris@chris-wilson.co.uk>
      e9e331a8
  2. 12 9月, 2010 1 次提交
  3. 08 9月, 2010 23 次提交
  4. 07 9月, 2010 1 次提交
  5. 10 8月, 2010 2 次提交
  6. 05 8月, 2010 1 次提交
  7. 02 8月, 2010 2 次提交
  8. 27 5月, 2010 2 次提交
  9. 20 4月, 2010 2 次提交
  10. 26 3月, 2010 1 次提交
  11. 18 3月, 2010 1 次提交
  12. 27 2月, 2010 1 次提交
  13. 23 2月, 2010 1 次提交