Home
last modified time | relevance | path

Searched full:uniform (Results 1 – 25 of 135) sorted by relevance

123456

/linux-6.14.4/drivers/gpu/drm/vc4/
Dvc4_validate_shaders.c31 * (reading it as a texture, uniform data, or direct-addressed TMU
37 * uniform stream.
62 * one argument being a uniform, the address of the uniform.
73 * Used for validation that the uniform stream is updated at the right
78 /* Set when entering a basic block, and cleared when the uniform
241 DRM_DEBUG("direct TMU load didn't add to a uniform\n"); in check_tmu_write()
249 DRM_DEBUG("uniform read in the same instruction as " in check_tmu_write()
263 /* Since direct uses a RADDR uniform reference, it will get counted in in check_tmu_write()
268 DRM_DEBUG("Texturing with undefined uniform address\n"); in check_tmu_write()
316 /* We want our reset to be pointing at whatever uniform follows the in validate_uniform_address_write()
[all …]
/linux-6.14.4/mm/
Dnuma_emulation.c226 int i, ret, uniform = 0; in split_nodes_size_interleave_uniform() local
233 * In the 'uniform' case split the passed in physical node by in split_nodes_size_interleave_uniform()
234 * nr_nodes, in the non-uniform case, ignore the passed in in split_nodes_size_interleave_uniform()
238 * In the uniform case, split the nodes strictly by physical in split_nodes_size_interleave_uniform()
239 * capacity, i.e. ignore holes. In the non-uniform case account in split_nodes_size_interleave_uniform()
247 uniform = 1; in split_nodes_size_interleave_uniform()
250 if (uniform) { in split_nodes_size_interleave_uniform()
257 * requested size is too small. This creates a uniform in split_nodes_size_interleave_uniform()
291 if (uniform) in split_nodes_size_interleave_uniform()
310 && !uniform) in split_nodes_size_interleave_uniform()
/linux-6.14.4/Documentation/cdrom/
Dcdrom-standard.rst35 maintain uniform behavior across all the Linux CD-ROM drivers.
37 This document describes an effort to establish Uniform behavior across
42 both IDE/ATAPI and SCSI, now use this Uniform interface.
83 encouraged me to write the Uniform CD-ROM Driver which this document is
84 intended to describe. The implementation of the Uniform CD-ROM Driver is
91 The goal of the Uniform CD-ROM Driver is **not** to alienate driver developers
92 whohave not yet taken steps to support this effort. The goal of Uniform CD-ROM
99 help CD-ROM driver developers adapt their code to use the Uniform CD-ROM
126 For this reason, the Uniform CD-ROM Driver was created to enforce consistent
128 low-level CD-ROM device drivers. The Uniform CD-ROM Driver now provides another
[all …]
/linux-6.14.4/include/uapi/drm/
Dvc4_drm.h112 /* Pointer to uniform data and texture handles for the textures
115 * For each shader state record, there is a set of uniform data in the
117 * uniform data has a __u32 index into bo_handles per texture
120 * uniform data.
122 * The individual uniform state blocks don't have sizes passed in,
140 /* Size in bytes of the uniform state. */
/linux-6.14.4/arch/x86/include/asm/
Dmtrr.h63 extern u8 mtrr_type_lookup(u64 addr, u64 end, u8 *uniform);
84 static inline u8 mtrr_type_lookup(u64 addr, u64 end, u8 *uniform) in mtrr_type_lookup() argument
90 *uniform = 1; in mtrr_type_lookup()
/linux-6.14.4/include/linux/
Drandom.h56 * Returns a random integer in the interval [0, ceil), with uniform
94 * Returns a random integer in the interval (floor, U32_MAX], with uniform
106 * Returns a random integer in the interval [floor, ceil], with uniform
Dcdrom.h40 /* Uniform cdrom data structures for cdrom.c */
90 /* handle uniform packets for scsi type devices (scsi,atapi) */
/linux-6.14.4/arch/x86/kernel/cpu/mtrr/
Dgeneric.c485 static u8 type_merge(u8 type, u8 new_type, u8 *uniform) in type_merge() argument
494 *uniform = 0; in type_merge()
504 * @uniform: output argument:
512 u8 mtrr_type_lookup(u64 start, u64 end, u8 *uniform) in mtrr_type_lookup() argument
519 *uniform = 0; in mtrr_type_lookup()
523 *uniform = 1; in mtrr_type_lookup()
536 type = type_merge(type, mtrr_state.def_type, uniform); in mtrr_type_lookup()
543 type = type_merge(type, cache_map[i].type, uniform); in mtrr_type_lookup()
550 type = type_merge(type, mtrr_state.def_type, uniform); in mtrr_type_lookup()
/linux-6.14.4/arch/x86/mm/
Dpgtable.c744 u8 uniform; in pud_set_huge() local
746 mtrr_type_lookup(addr, addr + PUD_SIZE, &uniform); in pud_set_huge()
747 if (!uniform) in pud_set_huge()
770 u8 uniform; in pmd_set_huge() local
772 mtrr_type_lookup(addr, addr + PMD_SIZE, &uniform); in pmd_set_huge()
773 if (!uniform) { in pmd_set_huge()
/linux-6.14.4/include/uapi/linux/
Dcdrom.h21 * a uniform interface between software accessing CD-ROMs and the various
108 * Uniform driver, via generic packet commands, GPCMD_MODE_SELECT_10,
116 * These ioctls are implemented through the uniform CD-ROM driver
118 * drivers are eventually ported to the uniform CD-ROM driver interface.
262 * that the way the codeis written on CD is _not_ uniform across all discs!
394 /* capability flags used with the uniform CD-ROM driver */
433 /* User-configurable behavior options for the uniform CD-ROM driver */
/linux-6.14.4/drivers/cpuidle/
Ddt_idle_states.c93 * Check that the idle state is uniform across all CPUs in the CPUidle driver
164 * and we check through idle_state_valid() if they are uniform in dt_init_idle_driver()
/linux-6.14.4/Documentation/watchdog/
Dwatchdog-pm.rst12 handling to ensure a uniform behaviour for Linux systems.
/linux-6.14.4/Documentation/networking/
Dmpls-sysctl.rst39 * 1 - enabled / RFC 3443 Uniform Model (default)
Dx25.rst20 provide a uniform device driver interface, and simplify configuration.
/linux-6.14.4/tools/perf/util/
Dbpf-utils.h16 * arrays to fetch from kernel. The following APIs provide an uniform way to
/linux-6.14.4/drivers/net/wireless/ath/ath11k/
Dpcic.c354 * uniform way since we only have one irq in ath11k_pcic_ce_irq_enable()
368 * uniform way since we only have one irq in ath11k_pcic_ce_irq_disable()
439 * in a uniform way since we only have one irq in ath11k_pcic_ext_grp_disable()
473 * uniform way since we only have one irq in ath11k_pcic_ext_grp_enable()
/linux-6.14.4/include/linux/mtd/
Dqinfo.h49 * @UniformBlockSizeShift - Uniform block size 2^UniformBlockSizeShift bytes
/linux-6.14.4/Documentation/driver-api/gpio/
Dusing-gpio.rst39 any circumstances deploy any uniform products using GPIO from userspace.
/linux-6.14.4/drivers/media/i2c/
Dgc2145.c1081 "Uniform white",
1082 "Uniform yellow",
1083 "Uniform cyan",
1084 "Uniform green",
1085 "Uniform magenta",
1086 "Uniform red",
1087 "Uniform black",
1148 /* Enable test pattern, colored or uniform */ in gc2145_set_ctrl_test_pattern()
1156 /* Uniform */ in gc2145_set_ctrl_test_pattern()
/linux-6.14.4/Documentation/devicetree/bindings/timer/
Darm,arch_timer_mmio.yaml40 CNTFRQ on all CPUs to a uniform correct value. Use of this property is
/linux-6.14.4/Documentation/devicetree/bindings/leds/backlight/
Dlm3630a-backlight.yaml83 mapping mode in which the ramp up/down appears to have a more uniform
/linux-6.14.4/drivers/mtd/
Dmtdconcat.c378 /* the easy case: device has uniform erase block size */ in concat_erase()
779 /* current subdevice has uniform erase size */ in mtd_concat_create()
808 * All subdevices have the same uniform erase size. in mtd_concat_create()
845 /* current subdevice has uniform erase size */ in mtd_concat_create()
/linux-6.14.4/drivers/gpu/drm/i915/gt/
Dintel_sseu.c361 * CHV expected to always have a uniform distribution of EU in cherryview_sseu_info_init()
442 * SKL is expected to always have a uniform distribution in gen9_sseu_info_init()
445 * recovery. BXT is expected to be perfectly uniform in EU in gen9_sseu_info_init()
551 * BDW is expected to always have a uniform distribution of EU across in bdw_sseu_info_init()
/linux-6.14.4/drivers/gpu/drm/v3d/
Dv3d_perfmon.c35 {"QPU", "QPU-total-uniform-cache-hit", "[QPU] Total uniforms cache hits for all slices"},
36 {"QPU", "QPU-total-uniform-cache-miss", "[QPU] Total uniforms cache misses for all slices"},
123 {"QPU", "QPU-total-uniform-cache-hit", "[QPU] Total uniforms cache hits for all slices"},
124 {"QPU", "QPU-total-uniform-cache-miss", "[QPU] Total uniforms cache misses for all slices"},
/linux-6.14.4/net/ceph/crush/
Dcrush.c13 case CRUSH_BUCKET_UNIFORM: return "uniform"; in crush_bucket_alg_name()

123456