1. 10 12月, 2014 2 次提交
  2. 09 12月, 2014 1 次提交
  3. 20 11月, 2014 1 次提交
  4. 21 10月, 2014 1 次提交
  5. 24 9月, 2014 2 次提交
  6. 12 9月, 2014 1 次提交
  7. 11 9月, 2014 4 次提交
  8. 10 9月, 2014 1 次提交
  9. 11 8月, 2014 1 次提交
    • D
      drm/irq: Implement a generic vblank_wait function · e8450f51
      Daniel Vetter 提交于
      As usual in both a crtc index and a struct drm_crtc * version.
      
      The function assumes that no one drivers their display below 10Hz, and
      it will complain if the vblank wait takes longer than that.
      
      v2: Also check dev->max_vblank_counter since some drivers register a
      fake get_vblank_counter function.
      
      v3: Use drm_vblank_count instead of calling the low-level
      ->get_vblank_counter callback. That way we'll get the sw-cooked
      counter for platforms without proper vblank support and so can ditch
      the max_vblank_counter check again.
      
      v4: Review from Michel Dänzer:
      - Restore lost notes about v3:
      - Spelling in kerneldoc.
      - Inline wait_event condition.
      - s/vblank_wait/wait_one_vblank/
      
      Cc: Michel Dänzer <michel@daenzer.net>
      Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
      Reviewed-by: NMichel Dänzer <michel.daenzer@amd.com>
      Reviewed-by: NMatt Roper <matthew.d.roper@intel.com>
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      e8450f51
  10. 07 8月, 2014 15 次提交
  11. 24 7月, 2014 1 次提交
  12. 22 5月, 2014 1 次提交
  13. 21 5月, 2014 6 次提交
  14. 23 4月, 2014 3 次提交