Searched defs:cgs_device (Results 1 – 4 of 4) sorted by relevance
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_cgs.c | 45 static int amdgpu_cgs_alloc_gpu_mem(struct cgs_device *cgs_device, in amdgpu_cgs_alloc_gpu_mem() 137 static int amdgpu_cgs_free_gpu_mem(struct cgs_device *cgs_device, cgs_handle_t handle) in amdgpu_cgs_free_gpu_mem() 154 static int amdgpu_cgs_gmap_gpu_mem(struct cgs_device *cgs_device, cgs_handle_t handle, in amdgpu_cgs_gmap_gpu_mem() 175 static int amdgpu_cgs_gunmap_gpu_mem(struct cgs_device *cgs_device, cgs_handle_t handle) in amdgpu_cgs_gunmap_gpu_mem() 187 static int amdgpu_cgs_kmap_gpu_mem(struct cgs_device *cgs_device, cgs_handle_t handle, in amdgpu_cgs_kmap_gpu_mem() 200 static int amdgpu_cgs_kunmap_gpu_mem(struct cgs_device *cgs_device, cgs_handle_t handle) in amdgpu_cgs_kunmap_gpu_mem() 212 static uint32_t amdgpu_cgs_read_register(struct cgs_device *cgs_device, unsigned offset) in amdgpu_cgs_read_register() 218 static void amdgpu_cgs_write_register(struct cgs_device *cgs_device, unsigned offset, in amdgpu_cgs_write_register() 225 static uint32_t amdgpu_cgs_read_ind_register(struct cgs_device *cgs_device, in amdgpu_cgs_read_ind_register() 253 static void amdgpu_cgs_write_ind_register(struct cgs_device *cgs_device, in amdgpu_cgs_write_ind_register() [all …]
|
D | amdgpu_acp.h | 33 struct cgs_device *cgs_device; member
|
/drivers/gpu/drm/amd/include/ |
D | cgs_common.h | 452 struct cgs_device struct 462 (((struct cgs_device *)dev)->ops->func(dev, ##__VA_ARGS__)) argument 513 #define cgs_get_pci_resource(cgs_device, resource_type, size, offset, \ argument 518 #define cgs_is_virtualization_enabled(cgs_device) \ argument 521 #define cgs_enter_safe_mode(cgs_device, en) \ argument 524 #define cgs_lock_grbm_idx(cgs_device, lock) \ argument
|
/drivers/gpu/drm/amd/acp/ |
D | acp_hw.c | 37 int amd_acp_hw_init(struct cgs_device *cgs_device, in amd_acp_hw_init()
|