1. 26 Aug, 2014 2 commits
    • Rob Clark's avatar
      drm/msm/mdp4: request vblank during modeset · 119ecb7f
      Rob Clark authored
      This avoids a problem seen with weston (for example) where the display
      gets stuck in "black screen" if starting weston first thing after boot.
      Possibly mdp5 needs something similar.  The downstream android fbdev
      driver always requests DMA_E (or DMA_P) when display is active, rather
      than only enabling it on-demand as the drm driver does, which I believe
      has the same end result.
      Signed-off-by: default avatarRob Clark <robdclark@gmail.com>
      119ecb7f
    • Rob Clark's avatar
      drm/msm: avoid flood of kernel logs on faults · 6814dbf9
      Rob Clark authored
      87e956e9 changed the fault handler to return -ENOSYS, which causes the
      iommu driver to print out a huge splat.  Which wouldn't be quite so bad
      if nothing ever faulted.  But seems like some EXA composite operations
      generate quite a lot of (seemingly harmless) faults.  That is probably a
      userspace problem, but the huge increase in verbosity from iommu fault
      dumps makes things kind of unusable.
      
      We probably should actually log *some* message (not conditional on
      drm.debug).  But ratelimit it.
      Signed-off-by: default avatarRob Clark <robdclark@gmail.com>
      6814dbf9
  2. 24 Aug, 2014 2 commits
  3. 22 Aug, 2014 3 commits
  4. 21 Aug, 2014 2 commits
    • Dave Airlie's avatar
      Merge tag 'drm-intel-fixes-2014-08-21' of git://anongit.freedesktop.org/drm-intel · 20a984c2
      Dave Airlie authored
      Display fixes from Ville and Imre, all cc: stable.
      
      * tag 'drm-intel-fixes-2014-08-21' of git://anongit.freedesktop.org/drm-intel:
        drm/i915: don't try to retrain a DP link on an inactive CRTC
        drm/i915: make sure VDD is turned off during system suspend
        drm/i915: cancel hotplug and dig_port work during suspend and unload
        drm/i915: fix HPD IRQ reenable work cancelation
        drm/i915: take display port power domain in DP HPD handler
        drm/i915: Don't try to enable cursor from setplane when crtc is disabled
        drm/i915: Skip load detect when intel_crtc->new_enable==true
        drm/i915: Fix locking for intel_enable_pipe_a()
      20a984c2
    • Dave Airlie's avatar
      Merge branch 'drm-fixes-3.17' of git://people.freedesktop.org/~agd5f/linux · c3735aeb
      Dave Airlie authored
      more radeon fixes
      
      * 'drm-fixes-3.17' of git://people.freedesktop.org/~agd5f/linux:
        Revert "drm/radeon: Use write-combined CPU mappings of ring buffers with PCIe"
        drm/radeon: fix active_cu mask on SI and CIK after re-init (v3)
        drm/radeon: fix active cu count for SI and CIK
        drm/radeon: re-enable selective GPUVM flushing
        drm/radeon: Sync ME and PFP after CP semaphore waits v4
        drm/radeon: fix display handling in radeon_gpu_reset
        drm/radeon: fix pm handling in radeon_gpu_reset
        drm/radeon: Only flush HDP cache for indirect buffers from userspace
        drm/radeon: properly document reloc priority mask
      c3735aeb
  5. 19 Aug, 2014 7 commits
  6. 18 Aug, 2014 11 commits
  7. 16 Aug, 2014 13 commits