Date:2010-05-06 18:52:14 (13 years 4 months ago)
Author:Jerome Glisse
Commit:4fa07bf146aaee1e8409d35ab08624041c2e3867
Message:drm/radeon: async event synchronization for drmWaitVblank

Bring radeon up to speed with the async event synchronization for
drmWaitVblank. See c9a9c5e02aedc1a2815877b0268f886d2640b771 for
more information. Without this patch event never get delivered
to userspace client.

Signed-off-by: Jerome Glisse <jglisse@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Files: drivers/gpu/drm/radeon/radeon_drv.c (2 diffs)

Change Details

drivers/gpu/drm/radeon/radeon_drv.c
216216         .mmap = drm_mmap,
217217         .poll = drm_poll,
218218         .fasync = drm_fasync,
219         .read = drm_read,
219220#ifdef CONFIG_COMPAT
220221         .compat_ioctl = radeon_compat_ioctl,
221222#endif
...... 
304305         .mmap = radeon_mmap,
305306         .poll = drm_poll,
306307         .fasync = drm_fasync,
308         .read = drm_read,
307309#ifdef CONFIG_COMPAT
308310         .compat_ioctl = radeon_kms_compat_ioctl,
309311#endif

Archive Download the corresponding diff file



interactive