Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
linux-headers-4.4.0-210 /
include /
drm /
Delete
Unzip
Name
Size
Permission
Date
Action
bridge
[ DIR ]
drwxr-xr-x
2021-04-21 07:33
i2c
[ DIR ]
drwxr-xr-x
2021-04-21 07:33
ttm
[ DIR ]
drwxr-xr-x
2021-04-21 07:33
ati_pcigart.h
692
B
-rw-r--r--
2016-01-11 00:01
drmP.h
36.96
KB
-rw-r--r--
2021-04-16 11:57
drm_agpsupport.h
3.76
KB
-rw-r--r--
2016-01-11 00:01
drm_atomic.h
6.25
KB
-rw-r--r--
2021-04-16 11:57
drm_atomic_helper.h
8.63
KB
-rw-r--r--
2021-04-16 11:57
drm_cache.h
1.72
KB
-rw-r--r--
2021-04-16 11:57
drm_core.h
1.43
KB
-rw-r--r--
2016-01-11 00:01
drm_crtc.h
59.35
KB
-rw-r--r--
2021-04-16 11:57
drm_crtc_helper.h
9.62
KB
-rw-r--r--
2021-04-16 11:57
drm_displayid.h
2.47
KB
-rw-r--r--
2016-01-11 00:01
drm_dp_aux_dev.h
1.78
KB
-rw-r--r--
2021-04-16 11:57
drm_dp_dual_mode_helper.h
4.38
KB
-rw-r--r--
2021-04-16 11:57
drm_dp_helper.h
27.02
KB
-rw-r--r--
2021-04-16 11:57
drm_dp_mst_helper.h
14.16
KB
-rw-r--r--
2021-04-16 11:57
drm_edid.h
12.3
KB
-rw-r--r--
2016-01-11 00:01
drm_encoder_slave.h
6.42
KB
-rw-r--r--
2016-01-11 00:01
drm_fb_cma_helper.h
874
B
-rw-r--r--
2016-01-11 00:01
drm_fb_helper.h
11.95
KB
-rw-r--r--
2021-04-16 11:57
drm_fixed.h
4.71
KB
-rw-r--r--
2021-04-16 11:57
drm_flip_work.h
3
KB
-rw-r--r--
2016-01-11 00:01
drm_gem.h
5.99
KB
-rw-r--r--
2016-01-11 00:01
drm_gem_cma_helper.h
2.23
KB
-rw-r--r--
2016-01-11 00:01
drm_global.h
1.96
KB
-rw-r--r--
2016-01-11 00:01
drm_hashtab.h
3.07
KB
-rw-r--r--
2016-01-11 00:01
drm_legacy.h
6.65
KB
-rw-r--r--
2016-01-11 00:01
drm_mem_util.h
2.41
KB
-rw-r--r--
2021-04-16 11:57
drm_mipi_dsi.h
8.85
KB
-rw-r--r--
2021-04-16 11:57
drm_mm.h
10.19
KB
-rw-r--r--
2016-01-11 00:01
drm_modes.h
9.19
KB
-rw-r--r--
2016-01-11 00:01
drm_modeset_lock.h
4.34
KB
-rw-r--r--
2021-04-16 11:57
drm_of.h
749
B
-rw-r--r--
2016-01-11 00:01
drm_os_linux.h
2.18
KB
-rw-r--r--
2016-01-11 00:01
drm_panel.h
4.96
KB
-rw-r--r--
2016-01-11 00:01
drm_pciids.h
66.44
KB
-rw-r--r--
2016-01-11 00:01
drm_plane_helper.h
4.11
KB
-rw-r--r--
2016-01-11 00:01
drm_rect.h
4.98
KB
-rw-r--r--
2021-04-16 11:57
drm_sysfs.h
300
B
-rw-r--r--
2016-01-11 00:01
drm_vma_manager.h
8.03
KB
-rw-r--r--
2016-01-11 00:01
exynos_drm.h
2.56
KB
-rw-r--r--
2016-01-11 00:01
gma_drm.h
1.01
KB
-rw-r--r--
2016-01-11 00:01
i915_component.h
3.43
KB
-rw-r--r--
2021-04-16 11:57
i915_drm.h
3.41
KB
-rw-r--r--
2016-01-11 00:01
i915_drm_bpo.h
1.5
KB
-rw-r--r--
2021-04-16 11:57
i915_pciids.h
12.48
KB
-rw-r--r--
2021-04-16 11:57
intel-gtt.h
847
B
-rw-r--r--
2016-01-11 00:01
Save
Rename
#ifndef _DRM_AGPSUPPORT_H_ #define _DRM_AGPSUPPORT_H_ #include <linux/agp_backend.h> #include <linux/kernel.h> #include <linux/list.h> #include <linux/mm.h> #include <linux/mutex.h> #include <linux/types.h> #include <uapi/drm/drm.h> struct drm_device; struct drm_file; struct drm_agp_head { struct agp_kern_info agp_info; struct list_head memory; unsigned long mode; struct agp_bridge_data *bridge; int enabled; int acquired; unsigned long base; int agp_mtrr; int cant_use_aperture; unsigned long page_mask; }; #if IS_ENABLED(CONFIG_AGP) void drm_free_agp(struct agp_memory * handle, int pages); int drm_bind_agp(struct agp_memory * handle, unsigned int start); int drm_unbind_agp(struct agp_memory * handle); struct agp_memory *drm_agp_bind_pages(struct drm_device *dev, struct page **pages, unsigned long num_pages, uint32_t gtt_offset, uint32_t type); struct drm_agp_head *drm_agp_init(struct drm_device *dev); void drm_agp_clear(struct drm_device *dev); int drm_agp_acquire(struct drm_device *dev); int drm_agp_acquire_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv); int drm_agp_release(struct drm_device *dev); int drm_agp_release_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv); int drm_agp_enable(struct drm_device *dev, struct drm_agp_mode mode); int drm_agp_enable_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv); int drm_agp_info(struct drm_device *dev, struct drm_agp_info *info); int drm_agp_info_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv); int drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request); int drm_agp_alloc_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv); int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request); int drm_agp_free_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv); int drm_agp_unbind(struct drm_device *dev, struct drm_agp_binding *request); int drm_agp_unbind_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv); int drm_agp_bind(struct drm_device *dev, struct drm_agp_binding *request); int drm_agp_bind_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv); #else /* CONFIG_AGP */ static inline void drm_free_agp(struct agp_memory * handle, int pages) { } static inline int drm_bind_agp(struct agp_memory * handle, unsigned int start) { return -ENODEV; } static inline int drm_unbind_agp(struct agp_memory * handle) { return -ENODEV; } static inline struct agp_memory *drm_agp_bind_pages(struct drm_device *dev, struct page **pages, unsigned long num_pages, uint32_t gtt_offset, uint32_t type) { return NULL; } static inline struct drm_agp_head *drm_agp_init(struct drm_device *dev) { return NULL; } static inline void drm_agp_clear(struct drm_device *dev) { } static inline int drm_agp_acquire(struct drm_device *dev) { return -ENODEV; } static inline int drm_agp_release(struct drm_device *dev) { return -ENODEV; } static inline int drm_agp_enable(struct drm_device *dev, struct drm_agp_mode mode) { return -ENODEV; } static inline int drm_agp_info(struct drm_device *dev, struct drm_agp_info *info) { return -ENODEV; } static inline int drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request) { return -ENODEV; } static inline int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request) { return -ENODEV; } static inline int drm_agp_unbind(struct drm_device *dev, struct drm_agp_binding *request) { return -ENODEV; } static inline int drm_agp_bind(struct drm_device *dev, struct drm_agp_binding *request) { return -ENODEV; } #endif /* CONFIG_AGP */ #endif /* _DRM_AGPSUPPORT_H_ */