Searched refs:xe (Results 151 - 175 of 933) sorted by relevance

1234567891011>>

/linux-master/sound/soc/codecs/
H A Dwm8770.h28 #define WM8770_DAC3RVOL 0xe
/linux-master/include/dt-bindings/net/
H A Dti-dp83867.h34 #define DP83867_RGMIIDCTL_3_75_NS 0xe
/linux-master/scripts/dtc/include-prefixes/dt-bindings/net/
H A Dti-dp83867.h34 #define DP83867_RGMIIDCTL_3_75_NS 0xe
/linux-master/arch/mips/math-emu/
H A Dsp_fdp.c72 return ieee754sp_format(xs, xe, rm);
H A Dsp_fmin.c119 if (xe > ye)
121 else if (xe < ye)
125 if (xe > ye)
127 else if (xe < ye)
239 if (xe > ye)
241 else if (xe < ye)
H A Dsp_fmax.c119 if (xe > ye)
121 else if (xe < ye)
125 if (xe > ye)
127 else if (xe < ye)
239 if (xe > ye)
241 else if (xe < ye)
H A Ddp_fmin.c119 if (xe > ye)
121 else if (xe < ye)
125 if (xe > ye)
127 else if (xe < ye)
239 if (xe > ye)
241 else if (xe < ye)
H A Ddp_fmax.c119 if (xe > ye)
121 else if (xe < ye)
125 if (xe > ye)
127 else if (xe < ye)
239 if (xe > ye)
241 else if (xe < ye)
/linux-master/scripts/dtc/include-prefixes/dt-bindings/dma/
H A Dx2000-dma.h20 #define X2000_DMA_UART3_TX 0xe
/linux-master/include/dt-bindings/dma/
H A Dx2000-dma.h20 #define X2000_DMA_UART3_TX 0xe
/linux-master/include/dt-bindings/pinctrl/
H A Dstm32-pinfunc.h25 #define AF13 0xe
/linux-master/scripts/dtc/include-prefixes/dt-bindings/pinctrl/
H A Dstm32-pinfunc.h25 #define AF13 0xe
/linux-master/drivers/gpu/drm/xe/compat-i915-headers/
H A Dintel_uncore.h15 struct xe_device *xe = container_of(uncore, struct xe_device, uncore); local
17 return xe_root_mmio_gt(xe);
153 struct xe_device *xe = container_of(uncore, struct xe_device, uncore); local
155 return xe_device_get_root_tile(xe)->mmio.regs;
/linux-master/drivers/gpu/drm/xe/
H A Dxe_sync.h21 int xe_sync_entry_parse(struct xe_device *xe, struct xe_file *xef,
H A Dxe_memirq.c119 struct xe_device *xe = memirq_to_xe(memirq); local
128 bo = xe_bo_create_pin_map(xe, tile, NULL, SZ_4K,
157 return drmm_add_action_or_reset(&xe->drm, __release_xe_bo, memirq->bo);
190 struct xe_device *xe = memirq_to_xe(memirq); local
193 memirq_assert(memirq, IS_SRIOV_VF(xe));
195 if (!xe_device_has_memirq(xe))
389 struct xe_device *xe = memirq_to_xe(memirq); local
404 for_each_gt(gt, xe, gtid) {
H A Dxe_lrc.h24 size_t xe_lrc_size(struct xe_device *xe, enum xe_engine_class class);
50 size_t xe_lrc_skip_size(struct xe_device *xe);
H A Dxe_force_wake.c42 struct xe_device *xe = gt_to_xe(gt); local
50 if (xe->info.graphics_verx100 >= 1270) {
144 struct xe_device *xe = fw_to_xe(fw); local
162 drm_notice(&xe->drm, "Force wake domain (%d) failed to ack wake, ret=%d\n",
174 struct xe_device *xe = fw_to_xe(fw); local
192 drm_notice(&xe->drm, "Force wake domain (%d) failed to ack sleep, ret=%d\n",
H A Dxe_reg_sr.c40 int xe_reg_sr_init(struct xe_reg_sr *sr, const char *name, struct xe_device *xe) argument
47 return drmm_add_action_or_reset(&xe->drm, reg_sr_fini, sr);
217 struct xe_device *xe = gt_to_xe(gt); local
228 drm_dbg(&xe->drm, "Whitelisting %s registers\n", sr->name);
234 p = drm_dbg_printer(&xe->drm, DRM_UT_DRIVER, NULL);
262 drm_err(&xe->drm, "Failed to apply, err=%d\n", err);
H A Dxe_gt_debugfs.c83 struct xe_device *xe = gt_to_xe(gt); local
88 xe_pm_runtime_get(xe);
91 xe_pm_runtime_put(xe);
99 xe_pm_runtime_put(xe);
267 struct xe_device *xe = gt_to_xe(gt); local
277 drm_warn(&xe->drm, "Create GT directory failed");
H A Dxe_dma_buf.c53 struct xe_device *xe = xe_bo_device(bo); local
62 drm_dbg(&xe->drm, "Can't migrate pinned bo for dma-buf pin.\n");
69 drm_dbg(&xe->drm,
76 xe_assert(xe, !ret);
213 struct xe_device *xe = to_xe_device(dev); local
218 bo = ___xe_bo_create_locked(xe, storage, NULL, resv, NULL, dma_buf->size,
H A Dxe_gt_mcr.c380 struct xe_device *xe = gt_to_xe(gt); local
385 if (IS_SRIOV_VF(xe))
391 drm_WARN_ON(&xe->drm, MEDIA_VER(xe) < 13);
393 if (MEDIA_VER(xe) >= 20) {
400 if (GRAPHICS_VER(xe) >= 20) {
404 } else if (GRAPHICS_VERx100(xe) >= 1270) {
408 } else if (xe->info.platform == XE_PVC) {
411 } else if (xe->info.platform == XE_DG2) {
439 struct xe_device *xe local
521 struct xe_device *xe = gt_to_xe(gt); variable in typeref:struct:xe_device
[all...]
H A Dxe_mocs.c369 static unsigned int get_mocs_settings(struct xe_device *xe, argument
376 switch (xe->info.platform) {
431 drm_err(&xe->drm, "Platform that should have a MOCS table does not.\n");
443 xe_assert(xe, info->unused_entries_index != 0);
450 if (!IS_DGFX(xe) || GRAPHICS_VER(xe) >= 20)
452 if (GRAPHICS_VER(xe) < 20)
472 struct xe_device *xe = gt_to_xe(gt); local
475 return MEDIA_VER(xe) >= 20;
477 return GRAPHICS_VERx100(xe) >
[all...]
H A DMakefile65 xe-y += xe_bb.o \
151 xe-$(CONFIG_HMM_MIRROR) += xe_hmm.o
154 xe-$(CONFIG_HWMON) += xe_hwmon.o
157 xe-y += \
162 xe-$(CONFIG_PCI_IOV) += \
174 xe-y += tests/xe_kunit_helpers.o
195 # Display code specific to xe
196 xe-$(CONFIG_DRM_XE_DISPLAY) += \
210 xe-$(CONFIG_DRM_XE_DISPLAY) += \
215 xe
[all...]
/linux-master/include/video/
H A Dcirrus.h44 #define CL_SEQRE 0xe /* VCLK3 Numerator */
85 #define CL_GRE 0xe /* Miscellaneous Control (Cl-GD5428 Only) */
/linux-master/drivers/staging/fbtft/
H A Dfb_agm1264k-fl.c213 int xs, ys_page, xe, ye_page; member in struct:__anon213
217 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) argument
221 addr_win.xe = xe;
227 int xs, int xe, int y)
231 for (x = xs; x < xe; ++x) {
362 if (addr_win.xe >= par->info->var.xres / 2) {
366 addr_win.xe + 1, y);
368 len = addr_win.xe + 1 - par->info->var.xres / 2;
226 construct_line_bitmap(struct fbtft_par *par, u8 *dest, signed short *src, int xs, int xe, int y) argument

Completed in 199 milliseconds

1234567891011>>