index
:
linux
grapeboard-proto
grapeboard-proto-eth0softfix
scalys-lsdk-1712
NXP/Freescale LSDK linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_irq.c
Age
Commit message (
Expand
)
Author
2015-11-12
drm: Don't oops in drm_calc_timestamping_constants() if drm_vblank_init() was...
Ville Syrjälä
2015-10-16
drm: Add DRM_DEBUG_VBL()
Ville Syrjälä
2015-10-16
drm: Don't use '\' for string literal concatenation
Ville Syrjälä
2015-10-07
drm: Stop using drm_vblank_count() as the hw frame counter
Ville Syrjälä
2015-10-06
drm/irq: Use unsigned int pipe in public API
Thierry Reding
2015-10-01
drm: Don't zero vblank timestamps from the irq handler
Ville Syrjälä
2015-09-24
drm/irq: Add drm_crtc_vblank_count_and_time()
Thierry Reding
2015-09-24
drm/irq: Rename drm_crtc -> crtc
Thierry Reding
2015-09-24
drm: Use vblank timestamps to guesstimate how many vblanks were missed
Ville Syrjälä
2015-09-24
drm: store_vblank() is never called with NULL timestamp
Ville Syrjälä
2015-09-24
drm: Clean up drm_calc_vbltimestamp_from_scanoutpos() vbl_status
Ville Syrjälä
2015-09-24
drm: Limit the number of .get_vblank_counter() retries
Ville Syrjälä
2015-09-24
drm: Pass flags to drm_update_vblank_count()
Ville Syrjälä
2015-09-24
drm: Kill pixeldur_ns
Ville Syrjälä
2015-09-24
drm: Stop using linedur_ns and pixeldur_ns for vblank timestamps
Ville Syrjälä
2015-09-24
drm: Move timestamping constants into drm_vblank_crtc
Ville Syrjälä
2015-09-24
drm: s/int crtc/unsigned int pipe/ straggles
Ville Syrjälä
2015-08-17
Merge tag 'v4.2-rc7' into drm-next
Dave Airlie
2015-08-12
drm/irq: Document return values more consistently
Thierry Reding
2015-08-12
drm/irq: Make pipe unsigned and name consistent
Thierry Reding
2015-08-12
drm/irq: Check for valid VBLANK before dereference
Thierry Reding
2015-08-12
drm/irq: Remove negative CRTC index special-case
Thierry Reding
2015-08-07
drm/vblank: Use u32 consistently for vblank counters
Daniel Vetter
2015-07-15
drm: Fix warning with make xmldocs caused by drm_irq.c
Masanari Iida
2015-06-03
Merge branch 'virtio-gpu-drm-next' of git://git.kraxel.org/linux into drm-next
Dave Airlie
2015-06-02
drm_vblank_get: don't WARN_ON in case vblanks are not initialized
Gerd Hoffmann
2015-05-27
drm: Fix off-by-one in vblank hardware counter wraparound handling
Michel Dänzer
2015-05-04
drm: Zero out invalid vblank timestamp in drm_update_vblank_count. (v2)
Mario Kleiner
2015-05-04
drm: Prevent invalid use of vblank_disable_immediate. (v2)
Mario Kleiner
2015-05-04
drm/vblank: Fixup and document timestamp update/read barriers
Daniel Vetter
2015-03-09
Merge tag 'drm-intel-next-2015-02-27' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2015-02-23
drm: Fix drm_crtc_vblank_get() documentation
Damien Lespiau
2015-02-23
drm: WARN if drm_handle_vblank is called errornously
Daniel Vetter
2015-02-23
drm/irq: Don't call ->get_vblank_counter directly from irq_uninstall/cleanup
Daniel Vetter
2015-02-23
drm/irq: Add drm_crtc_vblank_reset
Daniel Vetter
2015-01-29
drm/irq: Don't disable vblank interrupts when already disabled
Laurent Pinchart
2015-01-08
Merge tag 'topic/core-stuff-2014-12-19' of git://anongit.freedesktop.org/drm-...
Dave Airlie
2014-12-17
drm/irq: Add drm_crtc_vblank_count()
Thierry Reding
2014-12-17
drm/irq: Add drm_crtc_handle_vblank()
Thierry Reding
2014-12-17
drm/irq: Add drm_crtc_send_vblank_event()
Thierry Reding
2014-12-10
drm: Prefer sizeof(type) over sizeof type
Thierry Reding
2014-12-10
drm: Miscellaneous checkpatch whitespace cleanups
Thierry Reding
2014-12-09
drm: fix a typo in a comment
Martin Peres
2014-11-20
drm/irq: BUG_ON() -> WARN_ON()
Rob Clark
2014-10-21
gpu:drm: Fix typo in Documentation/DocBook/drm.xml
Masanari Iida
2014-09-24
drm: Improve debug output for drm_wait_one_vblank
Daniel Vetter
2014-09-24
drm: Don't update vblank timestamp when the counter didn't change
Mario Kleiner
2014-09-12
drm: Move vblank related module options into drm_irq.c
Daniel Vetter
2014-09-11
Merge remote-tracking branch 'airlied/drm-next' into topic/vblank-rework
Daniel Vetter
2014-09-11
drm: Clarify vblank ts/scanoutpos sampling #defines
Daniel Vetter
[next]