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