Home
last modified time | relevance | path

Searched refs:compute (Results 1 – 25 of 33) sorted by relevance

12

/drivers/gpu/drm/imagination/
A Dpvr_context.c176 pvr_queue_destroy(ctx->queues.compute); in pvr_context_destroy_queues()
220 ctx->queues.compute = pvr_queue_create(ctx, DRM_PVR_JOB_TYPE_COMPUTE, in pvr_context_create_queues()
222 if (IS_ERR(ctx->queues.compute)) { in pvr_context_create_queues()
223 err = PTR_ERR(ctx->queues.compute); in pvr_context_create_queues()
224 ctx->queues.compute = NULL; in pvr_context_create_queues()
263 pvr_queue_kill(ctx->queues.compute); in pvr_context_kill_queues()
A Dpvr_context.h83 struct pvr_queue *compute; member
102 return ctx->type == DRM_PVR_CTX_TYPE_COMPUTE ? ctx->queues.compute : NULL; in pvr_context_get_queue_for_job()
A Dpvr_device_info.c133 FEATURE_MAPPING(COMPUTE, compute),
/drivers/accel/
A DKconfig5 # This framework provides support for compute acceleration devices, such
14 Framework for device drivers of compute acceleration devices, such
19 This framework is integrated with the DRM subsystem as compute
/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/
A Dga100.c25 .compute = AMPERE_COMPUTE_A,
A Dgb10x.c25 .compute = BLACKWELL_COMPUTE_A,
A Dgh100.c25 .compute = HOPPER_COMPUTE_A,
A Dtu1xx.c34 .compute = TURING_COMPUTE_A,
A Dad10x.c34 .compute = ADA_COMPUTE_A,
A Dga1xx.c34 .compute = AMPERE_COMPUTE_B,
A Dgb20x.c38 .compute = BLACKWELL_COMPUTE_B,
A Dgpu.h42 u32 compute; member
A Dgr.c54 rm->gpu->gr.class.compute, in nvkm_rm_gr_new()
/drivers/gpu/drm/loongson/
A Dlsdc_pixpll.h54 int (*compute)(struct lsdc_pixpll * const this, member
A Dlsdc_pixpll.c461 .compute = lsdc_pixel_pll_compute,
/drivers/gpu/drm/panfrost/
A DTODO11 - Compute job support. So called 'compute only' jobs need to be plumbed up to
/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_mes_ctx.h89 } __aligned(PAGE_SIZE) compute[AMDGPU_MES_CTX_MAX_COMPUTE_RINGS];
/drivers/gpu/drm/amd/amdkfd/
A DKconfig33 the PCIe bus. This can improve performance of multi-GPU compute
/drivers/gpu/drm/i915/gt/uc/abi/
A Dguc_actions_slpc_abi.h222 u32 compute:1; member
/drivers/gpu/drm/i915/
A DKconfig.profile74 int "Preempt timeout for compute engines (ms, jiffy granularity)"
78 when submitting a new context to a compute capable engine. If the
/drivers/video/fbdev/matrox/
A Dmatroxfb_g450.c592 .compute = matroxfb_g450_compute,
602 .compute = g450_dvi_compute,
A Dmatroxfb_crtc2.c361 if (minfo->outputs[out].output->compute) { in matroxfb_dh_set_par()
362 minfo->outputs[out].output->compute(minfo->outputs[out].data, &mt); in matroxfb_dh_set_par()
/drivers/firmware/arm_scmi/
A DKconfig15 the performance of a domain that is composed of compute engines
/drivers/md/
A Draid5.h286 int to_fill, compute, req_compute, non_overwrite; member
/drivers/net/ethernet/chelsio/inline_crypto/chtls/
A Dchtls.h258 u16 compute; member

Completed in 32 milliseconds

12