1. 07 1月, 2014 2 次提交
  2. 18 12月, 2013 3 次提交
  3. 02 12月, 2013 2 次提交
    • I
      drm/exynos: release unhandled page flip events at postclose. · 0cbc330e
      Inki Dae 提交于
      This patch resolves a dead lock issue that could be incurred when
      exynos_drm_crtc_dpms function was called.
      
      The exynos_drm_crtc_dpms function waits for the completion of pended
      page flip events. However, preclose callback - this releases all unhandled
      page flip events - is called prior to the exynos_drm_crtc_dpms function call
      when drm is closed. So at this time, this will make the exynos_drm_crtc_dpms
      to wait infiniately for the completion of the page flip events.
      
      This patch releases the unhandled page flip events at postclose instead
      of preclose so that exynos_drm_crtc_dpms function can be waked up.
      
      Changelog v2:
      - fix a memory leak when drm is closed.
        . it has a memory leak when a requeste page flip is handled after
          drm_events_release() is called and before drm_fb_release()
          is called. At this time, a drm_pending_event will not be freed.
          So also this chage releases the drm_pending_event at postclose().
          And it calls drm_vblank_put() for pair if there is any unhandled page
          flip event.
      Signed-off-by: NInki Dae <inki.dae@samsung.com>
      Signed-off-by: NKyungmin Park <kyungmin.park@samsung.com>
      0cbc330e
    • S
      drm/exynos: Fix trivial typo in exynos_drm_fimd.c · b8654b37
      Sachin Kamat 提交于
      Fixed a trivial typo.
      Signed-off-by: NSachin Kamat <sachin.kamat@linaro.org>
      Signed-off-by: NInki Dae <inki.dae@samsung.com>
      b8654b37
  4. 21 11月, 2013 1 次提交
  5. 31 10月, 2013 1 次提交
  6. 12 10月, 2013 1 次提交
    • D
      drm: Add separate Kconfig option for fbdev helpers · 92b6f89f
      Daniel Vetter 提交于
      For drivers which might want to disable fbdev legacy support.
      
      Select the new option in all drivers for now, so this shouldn't result
      in any change. Drivers need some work anyway to make fbdev support
      optional (if they have it implemented, that is), so the recommended
      way to expose this is by adding per-driver options. At least as long
      as most drivers don't support disabling the fbdev support.
      
      v2: Update for new drm drivers msm and rcar-du. Note that Rob's msm
      driver can already take advantage of this, which allows us to build
      msm without any fbdev depencies in the kernel!
      
      v3: Move the MODULE_* stuff from the fbdev helper file to
      drm_crtc_helper.c.
      
      Cc: David Herrmann <dh.herrmann@gmail.com>
      Cc: Rob Clark <robdclark@gmail.com>
      Reviewed-by: NRob Clark <robdclark@gmail.com>
      Acked-by: NDave Airlie <airlied@linux.ie>
      Reviewed-by: NChon Ming Lee <chon.ming.lee@intel.com>
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      92b6f89f
  7. 09 10月, 2013 3 次提交
  8. 01 10月, 2013 1 次提交
  9. 16 9月, 2013 4 次提交
  10. 05 9月, 2013 21 次提交
  11. 30 8月, 2013 1 次提交