Searched defs:cgs_device (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
H A D | amdgpu_cgs.c | 51 static uint32_t amdgpu_cgs_read_register(struct cgs_device *cgs_device, unsigned offset) in amdgpu_cgs_read_register() 57 static void amdgpu_cgs_write_register(struct cgs_device *cgs_device, unsigned offset, in amdgpu_cgs_write_register() 64 static uint32_t amdgpu_cgs_read_ind_register(struct cgs_device *cgs_device, in amdgpu_cgs_read_ind_register() 92 static void amdgpu_cgs_write_ind_register(struct cgs_device *cgs_device, in amdgpu_cgs_write_ind_register() 119 static uint32_t fw_type_convert(struct cgs_device *cgs_device, uint32_t fw_type) in fw_type_convert() 166 static uint16_t amdgpu_get_firmware_version(struct cgs_device *cgs_device, in amdgpu_get_firmware_version() 209 static int amdgpu_cgs_get_firmware_info(struct cgs_device *cgs_device, in amdgpu_cgs_get_firmware_info() 495 struct amdgpu_cgs_device *cgs_device = in amdgpu_cgs_create_device() local 509 void amdgpu_cgs_destroy_device(struct cgs_device *cgs_device) in amdgpu_cgs_destroy_device()
|
H A D | amdgpu_acp.h | 35 struct cgs_device *cgs_device; member
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/acp/ |
H A D | amdgpu_acp_hw.c | 42 int amd_acp_hw_init(struct cgs_device *cgs_device, in amd_acp_hw_init()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/include/ |
H A D | cgs_common.h | 155 struct cgs_device struct 164 (((struct cgs_device *)dev)->ops->func(dev, ##__VA_ARGS__)) argument
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm.h | 185 struct cgs_device *cgs_device; member
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/ |
H A D | dc_types.h | 104 void *cgs_device; member
|
H A D | dc.h | 555 struct cgs_device *cgs_device; member
|