drm/radeon
Mark Kettenis a0178c00c7 radeon: correct RADEON_GEM_WAIT_IDLE use
RADEON_GEM_WAIT_IDLE is declared DRM_IOW but libdrm
uses it with drmCommandWriteRead instead of drmCommandWrite
which leads to the ioctl being unmatched and returning an
error on at least OpenBSD.

Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
Signed-off-by: Jonathan Gray <jsg@jsg.id.au>
2013-06-06 16:19:38 +02:00
..
Makefile.am radeon: add prime import/export support 2012-08-14 11:04:56 +10:00
bof.c drm/radeon: add new cs command stream dumping facilities 2010-04-08 17:53:09 +02:00
bof.h drm/radeon: add new cs command stream dumping facilities 2010-04-08 17:53:09 +02:00
libdrm_radeon.pc.in Install headers to $(includedir)/libdrm 2010-03-17 12:45:46 -07:00
r600_pci_ids.h radeon: add HAINAN pci ids 2013-05-13 16:16:14 -04:00
radeon_bo.c radeon: indentation & trailing space cleanup 2010-01-14 11:24:16 +01:00
radeon_bo.h radeon: add square-tiling flag 2010-02-18 06:14:55 +01:00
radeon_bo_gem.c radeon: correct RADEON_GEM_WAIT_IDLE use 2013-06-06 16:19:38 +02:00
radeon_bo_gem.h radeon: add prime import/export support 2012-08-14 11:04:56 +10:00
radeon_bo_int.h radeon: indentation & trailing space cleanup 2010-01-14 11:24:16 +01:00
radeon_cs.c libdrm_radeon: Optimize cs_gem_reloc to do less looping. 2010-03-17 12:42:21 +02:00
radeon_cs.h radeon: use the const qualifier in radeon_cs_write_table 2010-04-26 20:09:34 +02:00
radeon_cs_gem.c radeon: fix unused-function warning 2012-10-24 18:25:58 +02:00
radeon_cs_gem.h radeon: indentation & trailing space cleanup 2010-01-14 11:24:16 +01:00
radeon_cs_int.h libdrm_radeon: Optimize cs_gem_reloc to do less looping. 2010-03-17 12:42:21 +02:00
radeon_cs_space.c radeon_cs_setup_bo: Fix accounting if caller specified write and read domains. 2012-02-08 10:50:55 +01:00
radeon_surface.c radeon: add RADEON_SURF_FMASK flag which disables 2D->1D tiling transition 2013-05-15 19:15:42 +02:00
radeon_surface.h radeon: add RADEON_SURF_FMASK flag which disables 2D->1D tiling transition 2013-05-15 19:15:42 +02:00