1. 05 11月, 2018 1 次提交
    • I
      Revert "drm/exynos/decon5433: implement frame counter" · 6ca469e2
      Inki Dae 提交于
      This reverts commit 0586feba
      
      This patch makes it to need get_vblank_counter callback in crtc
      to get frame counter from decon driver.
      
      However, drm_dev->max_vblank_count is a member unique to
      vendor's DRM driver but in case of ARM DRM, some CRTC devices
      don't provide the frame counter value. As a result, this patch
      made extension and clone mode not working.
      
      Instead of this patch, we may need separated max_vblank_count
      which belongs to each CRTC device, or need to implement frame
      counter emulation for them who don't support HW frame counter.
      Signed-off-by: NInki Dae <inki.dae@samsung.com>
      6ca469e2
  2. 24 7月, 2018 1 次提交
  3. 29 6月, 2018 2 次提交
  4. 24 5月, 2018 1 次提交
  5. 02 1月, 2018 2 次提交
  6. 19 9月, 2017 1 次提交
    • A
      drm: exynos: include linux/irq.h · 9ac30ef6
      Arnd Bergmann 提交于
      I ran into a build error on x86:
      
      drivers/gpu/drm/exynos/exynos5433_drm_decon.c: In function 'decon_conf_irq':
      drivers/gpu/drm/exynos/exynos5433_drm_decon.c:706:2: error: implicit declaration of function 'irq_set_status_flags'; did you mean 'dquot_state_flag'? [-Werror=implicit-function-declaration]
        irq_set_status_flags(irq, IRQ_NOAUTOEN);
      
      Adding the missing include fixes the error.
      
      Fixes: b37d53a0 ("drm/exynos/decon5433: move TE handling to DECON")
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NInki Dae <inki.dae@samsung.com>
      9ac30ef6
  7. 25 8月, 2017 5 次提交
  8. 01 6月, 2017 15 次提交
  9. 21 3月, 2017 5 次提交
  10. 07 2月, 2017 3 次提交
  11. 20 1月, 2017 3 次提交
  12. 13 1月, 2017 1 次提交