1. 02 11月, 2016 1 次提交
    • T
      drm/omap: fix plane check when crtc is disabled · aaf7642e
      Tomi Valkeinen 提交于
      I sometimes see:
      
      [drm:drm_framebuffer_remove [drm]] *ERROR* failed to reset crtc ed2a6c00
      when fb was deleted: -22
      
      which comes from drm_framebuffer_remove() when it's disabling the crtc
      with zeroed drm_mode_set.
      
      The problem in omap_plane_atomic_check() is that it will use those
      zeroed fields to verify if the setup is correct.
      
      This patch makes omap_plane_atomic_check() return 0 if the crtc is
      disabled.
      Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
      aaf7642e
  2. 28 10月, 2016 9 次提交
  3. 27 10月, 2016 4 次提交
  4. 26 10月, 2016 26 次提交