• I
    drm: Fix ioc32 compat layer · 7ffa05e0
    Ian Romanick 提交于
    Previously any ioctls that weren't explicitly listed in the compat ioctl
    table would fail with ENOTTY.  If the incoming ioctl number is outside the
    range of the table, assume that it Just Works, and pass it off to drm_ioctl.
    This make the fence related ioctls work on 64-bit PowerPC.
    Signed-off-by: NDave Airlie <airlied@linux.ie>
    7ffa05e0
drm_ioc32.c 31.7 KB