summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_irq.c
Commit message (Expand)AuthorAgeFilesLines
* drm/radeon: Move the early vblank IRQ fixup to radeon_get_crtc_scanoutpos()Ville Syrjälä2014-01-201-23/+2Star
* drm: Pass 'flags' from the caller to .get_scanout_position()Ville Syrjälä2014-01-201-1/+1
* drm: Fix vblank timestamping constants for interlaced modesVille Syrjälä2014-01-201-6/+6
* drm: Change {pixel,line,frame}dur_ns from s64 to intVille Syrjälä2014-01-201-9/+9
* drm: Use crtc_clock in drm_calc_timestamping_constants()Ville Syrjälä2014-01-201-1/+1
* drm: Simplify the math in drm_calc_timestamping_constants()Ville Syrjälä2014-01-201-15/+11Star
* drm: Improve drm_calc_timestamping_constants() documentationVille Syrjälä2014-01-201-7/+6Star
* drm: Pass the display mode to drm_calc_vbltimestamp_from_scanoutpos()Ville Syrjälä2014-01-201-3/+3
* drm: Pass the display mode to drm_calc_timestamping_constants()Ville Syrjälä2014-01-201-8/+9
* drm: Kill DRM_WAKUP and DRM_INIT_WAITQUEUEDaniel Vetter2013-12-181-3/+3
* drm: Kill DRM_HZDaniel Vetter2013-12-181-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-161-2/+2
|\
| * DRM: comment: `halve' -> `half'Michael Witten2013-10-141-2/+2
* | drm: Push latency sensitive bits of vblank scanoutpos timestamping into kms d...Mario Kleiner2013-11-061-8/+12
* | drm: Remove preempt_disable() from vblank timestamping code.Mario Kleiner2013-11-061-7/+0Star
* | drm: Make irq_enabled boolVille Syrjälä2013-10-091-5/+6
* | drm: Collect per-crtc vblank stuff to a structVille Syrjälä2013-10-091-91/+47Star
* | drm: Make vblank_enabled boolVille Syrjälä2013-10-091-4/+4
* | drm: Make vblank_disable_allowed boolVille Syrjälä2013-10-091-2/+3
|/
* drm: Don't pass negative delta to ktime_sub_ns()Michel Dänzer2013-08-081-1/+4
* drm: fix a use-after-free when GPU acceleration disabledHuacai Chen2013-06-031-1/+5
* drm: small fix in drm_send_vblank_event()Rob Clark2013-02-171-0/+1
* drm: make frame duration time calculation more preciseDaniel Kurtz2013-02-081-1/+5
* drm: Allow vblank support without DRIVER_HAVE_IRQThierry Reding2013-02-081-2/+3
* drm: hold event_lock while accessing vblank_event_listImre Deak2012-11-291-0/+3
* DRM/KMS: Add Bail-Out Conditions for Loop.Egbert Eich2012-11-201-1/+5
* drm: add support for monotonic vblank timestampsImre Deak2012-11-201-5/+20
* drm: use monotonic time in drm_calc_vbltimestamp_from_scanoutposImre Deak2012-11-201-6/+12
* drm: add drm_send_vblank_event() helper (v5)Rob Clark2012-11-201-22/+52
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-041-1/+1
|\
| * drm: Add missing static storage class specifier in drm_irq.c fileSachin Kamat2012-08-241-1/+1
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-1/+1
|/
* drm: Disallow DRM_IOCTL_MODESET_CTL for KMS driversLaurent Pinchart2012-07-171-1/+4
* drm: Don't initialize local ret variable when not neededLaurent Pinchart2012-05-221-13/+8Star
* drm: Delete the vblank timer synchronously at cleanup timeLaurent Pinchart2012-05-221-1/+1
* drm: remove unused codeSascha Hauer2012-02-291-2/+2
* drm: Remove utterly bogus preempt_disable() sectionsThomas Gleixner2011-11-141-9/+0Star
* Merge branch 'drm-nouveau-fixes' of git://git.freedesktop.org/git/nouveau/lin...Dave Airlie2011-11-111-6/+9
|\
| * drm: make sure drm_vblank_init() has been called before touching vbl_lockBen Skeggs2011-11-091-6/+9
* | drm: add some comments to drm_wait_vblank and drm_queue_vblank_eventIlija Hadzic2011-11-111-1/+6
|/
* gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker2011-11-011-0/+1
* drm: Add NULL check about irq functionsJoonyoung Shim2011-08-041-8/+15
* drm: Fix irq install error handlingJoonyoung Shim2011-08-041-0/+3
* Merge remote branch 'keithp/drm-intel-next' of /ssd/git/drm-next into drm-cor...Dave Airlie2011-05-161-0/+23
|\
| * drm: Send pending vblank events before disabling vblank.Christopher James Halse Rogers2011-05-041-0/+23
* | drm: Verify debug message argumentsJoe Perches2011-04-281-4/+5
|/
* drm/kernel: vblank wait on crtc > 1Ilija Hadzic2011-03-211-5/+10
* Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-nextDave Airlie2011-03-141-13/+16
|\
| * drm: fix unsigned vs signed comparison issue in modeset ctl ioctl.Dave Airlie2011-02-281-1/+2
| * drm/vblank: Enable precise vblank timestamps for interlaced and doublescan mo...Mario Kleiner2011-02-231-8/+6Star