HomeSort by: relevance | last modified time | path
    Searched refs:cgs_device (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/acp/include/
acp_gfx_if.h 32 int amd_acp_hw_init(struct cgs_device *cgs_device,
  /src/sys/external/bsd/drm2/dist/drm/amd/acp/
amdgpu_acp_hw.c 42 int amd_acp_hw_init(struct cgs_device *cgs_device,
48 acp_mode = cgs_read_register(cgs_device,
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_acp.h 35 struct cgs_device *cgs_device; member in struct:amdgpu_acp
amdgpu_cgs.c 42 struct cgs_device base;
48 ((struct amdgpu_cgs_device *)cgs_device)->adev
51 static uint32_t amdgpu_cgs_read_register(struct cgs_device *cgs_device, unsigned offset)
57 static void amdgpu_cgs_write_register(struct cgs_device *cgs_device, unsigned offset,
64 static uint32_t amdgpu_cgs_read_ind_register(struct cgs_device *cgs_device,
92 static void amdgpu_cgs_write_ind_register(struct cgs_device *cgs_device,
495 struct amdgpu_cgs_device *cgs_device = local in function:amdgpu_cgs_create_device
    [all...]
amdgpu_acp.c 107 adev->acp.cgs_device =
109 if (!adev->acp.cgs_device)
119 if (adev->acp.cgs_device)
120 amdgpu_cgs_destroy_device(adev->acp.cgs_device);
211 r = amd_acp_hw_init(adev->acp.cgs_device,
379 val = cgs_read_register(adev->acp.cgs_device, mmACP_SOFT_RESET);
382 cgs_write_register(adev->acp.cgs_device, mmACP_SOFT_RESET, val);
386 val = cgs_read_register(adev->acp.cgs_device, mmACP_SOFT_RESET);
398 val = cgs_read_register(adev->acp.cgs_device, mmACP_CONTROL);
400 cgs_write_register(adev->acp.cgs_device, mmACP_CONTROL, val)
    [all...]
amdgpu.h 663 struct cgs_device *amdgpu_cgs_create_device(struct amdgpu_device *adev);
664 void amdgpu_cgs_destroy_device(struct cgs_device *cgs_device);
  /src/sys/external/bsd/drm2/dist/drm/amd/include/
cgs_common.h 31 struct cgs_device;
88 * @cgs_device: opaque device handle
93 typedef uint32_t (*cgs_read_register_t)(struct cgs_device *cgs_device, unsigned offset);
97 * @cgs_device: opaque device handle
101 typedef void (*cgs_write_register_t)(struct cgs_device *cgs_device, unsigned offset,
106 * @cgs_device: opaque device handle
111 typedef uint32_t (*cgs_read_ind_register_t)(struct cgs_device *cgs_device, enum cgs_ind_reg space
155 struct cgs_device struct
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.h 180 * @cgs_device:
185 struct cgs_device *cgs_device; member in struct:amdgpu_display_manager
amdgpu_dm.c 913 adev->dm.cgs_device = amdgpu_cgs_create_device(adev);
915 if (!adev->dm.cgs_device) {
920 init_data.cgs_device = adev->dm.cgs_device;
1057 if (adev->dm.cgs_device) {
1058 amdgpu_cgs_destroy_device(adev->dm.cgs_device);
1059 adev->dm.cgs_device = NULL;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dm_services.h 87 cgs_write_register(ctx->cgs_device, address, value);
96 return cgs_read_ind_register(ctx->cgs_device, addr_space, index);
105 cgs_write_ind_register(ctx->cgs_device, addr_space, index, value);
dc.h 555 struct cgs_device *cgs_device; member in struct:dc_init_data
dc_types.h 104 void *cgs_device; member in struct:dc_context
amdgpu_dc_helper.c 325 value = cgs_read_register(ctx->cgs_device, address);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc.c 599 dc_ctx->cgs_device = init_params->cgs_device;

Completed in 48 milliseconds