~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to drivers/gpu/drm/drm_irq.c

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
684
684
         */
685
685
        *vblank_time = ns_to_timeval(timeval_to_ns(&raw_time) - delta_ns);
686
686
 
687
 
        DRM_DEBUG("crtc %d : v %d p(%d,%d)@ %d.%d -> %d.%d [e %d us, %d rep]\n",
688
 
                  crtc, (int) vbl_status, hpos, vpos, raw_time.tv_sec,
689
 
                  raw_time.tv_usec, vblank_time->tv_sec, vblank_time->tv_usec,
690
 
                  (int) duration_ns/1000, i);
 
687
        DRM_DEBUG("crtc %d : v %d p(%d,%d)@ %ld.%ld -> %ld.%ld [e %d us, %d rep]\n",
 
688
                  crtc, (int)vbl_status, hpos, vpos,
 
689
                  (long)raw_time.tv_sec, (long)raw_time.tv_usec,
 
690
                  (long)vblank_time->tv_sec, (long)vblank_time->tv_usec,
 
691
                  (int)duration_ns/1000, i);
691
692
 
692
693
        vbl_status = DRM_VBLANKTIME_SCANOUTPOS_METHOD;
693
694
        if (invbl)