1. 28 11月, 2012 2 次提交
  2. 20 11月, 2012 1 次提交
    • R
      drm: add drm_send_vblank_event() helper (v5) · c6eefa17
      Rob Clark 提交于
      A helper that drivers can use to send vblank event after a pageflip.
      If the driver doesn't support proper vblank irq based time/seqn then
      just pass -1 for the pipe # to get do_gettimestamp() behavior (since
      there are a lot of drivers that don't use drm_vblank_count_and_time())
      
      Also an internal send_vblank_event() helper for the various other code
      paths within drm_irq that also need to send vblank events.
      
      v1: original
      v2: add back 'vblwait->reply.sequence = seq' which should not have
          been deleted
      v3: add WARN_ON() in case lock is not held and comments
      v4: use WARN_ON_SMP() instead to fix issue with !SMP && !DEBUG_SPINLOCK
          as pointed out by Marcin Slusarz
      v5: update docbook
      Signed-off-by: NRob Clark <rob@ti.com>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      c6eefa17
  3. 17 10月, 2012 1 次提交
  4. 15 10月, 2012 1 次提交
  5. 06 10月, 2012 6 次提交
  6. 28 9月, 2012 1 次提交
  7. 27 9月, 2012 3 次提交
  8. 26 9月, 2012 10 次提交
  9. 24 9月, 2012 1 次提交
  10. 15 9月, 2012 1 次提交
  11. 14 9月, 2012 3 次提交
  12. 10 9月, 2012 1 次提交
    • A
      [media] DocBook: update ioctl error codes · 3a35c00b
      Antti Palosaari 提交于
      ENOTTY is now returned for unimplemented ioctl by dvb-frontend.
      Old EOPNOTSUPP & ENOSYS could be still returned by some drivers
      as well as other "non standard" error codes.
      
      EAGAIN is returned in case of device is in state where it cannot
      perform requested operation. This is for example sleep and statistics
      are queried. Quick check for few demodulator drivers reveals there is
      a lot of different error codes used in such case currently, few to
      mention still: EOPNOTSUPP, ENOSYS, EAGAIN ... Lets try harmonize.
      Signed-off-by: NAntti Palosaari <crope@iki.fi>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      3a35c00b
  13. 23 8月, 2012 1 次提交
  14. 16 8月, 2012 2 次提交
  15. 14 8月, 2012 4 次提交
  16. 12 8月, 2012 2 次提交