Searched refs:drm_gamma_copy_t (Results 1 – 2 of 2) sorted by relevance
59 #define DRM_IOCTL_GAMMA_COPY DRM_IOW( 0x41, drm_gamma_copy_t)72 } drm_gamma_copy_t; typedef
701 static int gamma_do_copy_dma( drm_device_t *dev, drm_gamma_copy_t *copy ) in gamma_do_copy_dma()755 drm_gamma_copy_t copy; in gamma_dma_copy()757 if ( copy_from_user( ©, (drm_gamma_copy_t *)arg, sizeof(copy) ) ) in gamma_dma_copy()