Home
last modified time | relevance | path

Searched refs:drm_agp_mode (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_agpsupport.h43 int drm_agp_enable(struct drm_device *dev, struct drm_agp_mode mode);
98 struct drm_agp_mode mode) in drm_agp_enable()
/OK3568_Linux_fs/external/mpp/osal/linux/
H A Ddrm.h537 struct drm_agp_mode { struct
857 #define DRM_IOCTL_AGP_ENABLE DRM_IOW( 0x32, struct drm_agp_mode)
1000 typedef struct drm_agp_mode drm_agp_mode_t;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/drm/
H A Ddrm.h529 struct drm_agp_mode { struct
842 #define DRM_IOCTL_AGP_ENABLE DRM_IOW( 0x32, struct drm_agp_mode)
984 typedef struct drm_agp_mode drm_agp_mode_t;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/drm/
H A Ddrm.h529 struct drm_agp_mode { struct
842 #define DRM_IOCTL_AGP_ENABLE DRM_IOW( 0x32, struct drm_agp_mode)
984 typedef struct drm_agp_mode drm_agp_mode_t;
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Ddrm.h536 struct drm_agp_mode { struct
882 #define DRM_IOCTL_AGP_ENABLE DRM_IOW( 0x32, struct drm_agp_mode)
1032 typedef struct drm_agp_mode drm_agp_mode_t;
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/drm/
H A Ddrm.h529 struct drm_agp_mode { struct
1014 #define DRM_IOCTL_AGP_ENABLE DRM_IOW( 0x32, struct drm_agp_mode)
1163 typedef struct drm_agp_mode drm_agp_mode_t;
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/
H A Ddrm.h530 struct drm_agp_mode { struct
875 #define DRM_IOCTL_AGP_ENABLE DRM_IOW( 0x32, struct drm_agp_mode)
1022 typedef struct drm_agp_mode drm_agp_mode_t;
/OK3568_Linux_fs/external/linux-rga/core/3rdparty/libdrm/include/drm/
H A Ddrm.h530 struct drm_agp_mode { struct
876 #define DRM_IOCTL_AGP_ENABLE DRM_IOW( 0x32, struct drm_agp_mode)
1025 typedef struct drm_agp_mode drm_agp_mode_t;
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/
H A Ddrm.h530 struct drm_agp_mode { struct
875 #define DRM_IOCTL_AGP_ENABLE DRM_IOW( 0x32, struct drm_agp_mode)
1022 typedef struct drm_agp_mode drm_agp_mode_t;
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/
H A Ddrm.h530 struct drm_agp_mode { struct
875 #define DRM_IOCTL_AGP_ENABLE DRM_IOW( 0x32, struct drm_agp_mode)
1022 typedef struct drm_agp_mode drm_agp_mode_t;
/OK3568_Linux_fs/kernel/tools/include/uapi/drm/
H A Ddrm.h536 struct drm_agp_mode { struct
882 #define DRM_IOCTL_AGP_ENABLE DRM_IOW( 0x32, struct drm_agp_mode)
1032 typedef struct drm_agp_mode drm_agp_mode_t;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_agpsupport.c170 int drm_agp_enable(struct drm_device *dev, struct drm_agp_mode mode) in drm_agp_enable()
185 struct drm_agp_mode *mode = data; in drm_agp_enable_ioctl()
H A Ddrm_ioc32.c635 struct drm_agp_mode mode; in compat_drm_agp_enable()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dradeon_agp.c136 struct drm_agp_mode mode; in radeon_agp_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/mga/
H A Dmga_dma.c465 struct drm_agp_mode mode; in mga_do_agp_dma_bootstrap()