__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* SPDX-License-Identifier: GPL-2.0 */ /* Common header for intel-gtt.ko and i915.ko */ #ifndef _DRM_INTEL_GTT_H #define _DRM_INTEL_GTT_H #include <linux/types.h> struct agp_bridge_data; struct pci_dev; struct sg_table; void intel_gmch_gtt_get(u64 *gtt_total, phys_addr_t *mappable_base, resource_size_t *mappable_end); int intel_gmch_probe(struct pci_dev *bridge_pdev, struct pci_dev *gpu_pdev, struct agp_bridge_data *bridge); void intel_gmch_remove(void); bool intel_gmch_enable_gtt(void); void intel_gmch_gtt_flush(void); void intel_gmch_gtt_insert_page(dma_addr_t addr, unsigned int pg, unsigned int flags); void intel_gmch_gtt_insert_sg_entries(struct sg_table *st, unsigned int pg_start, unsigned int flags); void intel_gmch_gtt_clear_range(unsigned int first_entry, unsigned int num_entries); /* Special gtt memory types */ #define AGP_DCACHE_MEMORY 1 #define AGP_PHYS_MEMORY 2 /* flag for GFDT type */ #define AGP_USER_CACHED_MEMORY_GFDT (1 << 3) #endif
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| i915_component.h | File | 1.81 KB | 0644 |
|
| i915_drm.h | File | 3.57 KB | 0644 |
|
| i915_gsc_proxy_mei_interface.h | File | 1.52 KB | 0644 |
|
| i915_hdcp_interface.h | File | 16.26 KB | 0644 |
|
| i915_pxp_tee_interface.h | File | 1.34 KB | 0644 |
|
| intel-gtt.h | File | 1015 B | 0644 |
|
| intel_lpe_audio.h | File | 1.72 KB | 0644 |
|
| pciids.h | File | 29.69 KB | 0644 |
|