1. 13 1月, 2016 1 次提交
  2. 11 12月, 2015 6 次提交
  3. 08 12月, 2015 1 次提交
  4. 24 11月, 2015 1 次提交
  5. 31 10月, 2015 2 次提交
  6. 21 10月, 2015 1 次提交
  7. 19 10月, 2015 5 次提交
  8. 05 10月, 2015 1 次提交
  9. 25 9月, 2015 2 次提交
  10. 09 9月, 2015 1 次提交
  11. 08 9月, 2015 2 次提交
  12. 12 8月, 2015 1 次提交
  13. 06 8月, 2015 1 次提交
  14. 27 7月, 2015 1 次提交
  15. 22 7月, 2015 6 次提交
  16. 07 7月, 2015 2 次提交
    • Z
      drm: add a check for x/y in drm_mode_setcrtc · 01447e9f
      Zhao Junwang 提交于
      legacy setcrtc ioctl does take a 32 bit value which might indeed
      overflow
      
      the checks of crtc_req->x > INT_MAX and crtc_req->y > INT_MAX aren't
      needed any more with this
      
      v2: -polish the annotation according to Daniel's comment
      
      Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
      Signed-off-by: NZhao Junwang <zhjwpku@gmail.com>
      Cc: stable@vger.kernel.org
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      01447e9f
    • D
      drm: Update plane->fb also for page_flip · 3cb43cc0
      Daniel Vetter 提交于
      The legacy page_flip driver entry point is the only one left which
      requires drivers to update plane->fb themselves. All the other entry
      hooks will patch things up for the driver as needed since no one seems
      to reliable get this right, see e.g. drm_mode_set_config_internal or
      the plane->fb/old_fb handling in drm_mode_atomic_ioctl.
      
      Therefore unify things, which allows us to ditch a TODO from
      drm_atomic_helper_page_flip.
      
      This should also help the atomic transition in i915 since we keep a
      bit of legacy cruft only around because of this special behaviour in
      ->page_flip.
      
      Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
      Reviewed-by: NMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
      Signed-off-by: NDaniel Vetter <daniel.vetter@intel.com>
      3cb43cc0
  17. 06 7月, 2015 1 次提交
  18. 04 7月, 2015 1 次提交
  19. 02 7月, 2015 1 次提交
  20. 12 6月, 2015 1 次提交
  21. 26 5月, 2015 2 次提交