Home
last modified time | relevance | path

Searched refs:bump (Results 1 – 25 of 116) sorted by relevance

12345

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_scheduler.c366 static void __bump_priority(struct i915_sched_node *node, unsigned int bump) in __bump_priority() argument
370 if (attr.priority & bump) in __bump_priority()
373 attr.priority |= bump; in __bump_priority()
377 void i915_schedule_bump_priority(struct i915_request *rq, unsigned int bump) in i915_schedule_bump_priority() argument
381 GEM_BUG_ON(bump & ~I915_PRIORITY_MASK); in i915_schedule_bump_priority()
382 if (READ_ONCE(rq->sched.attr.priority) & bump) in i915_schedule_bump_priority()
386 __bump_priority(&rq->sched, bump); in i915_schedule_bump_priority()
H A Di915_scheduler.h45 void i915_schedule_bump_priority(struct i915_request *rq, unsigned int bump);
/OK3568_Linux_fs/external/xserver/glx/
H A Dunpack.h81 int bump; \
91 bump = (long)(res) % (align); \
92 if (bump) res += (align) - (bump); \
/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dunpack.h83 int bump; \
93 bump = (long)(res) % (align); \
94 if (bump) res += (align) - (bump); \
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/mesa/mesa-demos/
H A D0004-Use-DEMOS_DATA_DIR-to-locate-data-files.patch12 src/glsl/bump.c | 6 +++---
67 diff --git a/src/glsl/bump.c b/src/glsl/bump.c
69 --- a/src/glsl/bump.c
70 +++ b/src/glsl/bump.c
H A D0008-glsl-perf-Add-few-missing-.glsl-.vert-.frag-files-to.patch47 bump \
/OK3568_Linux_fs/external/xserver/debian/
H A DREADME.source55 * The abibumpcheck target helps us notice any ABI bump:
56 - A major ABI bump means drivers have to be rebuilt.
57 - A minor ABI bump means the version in serverminver has to be
H A Drules86 @echo Checking for the need of an ABI bump
/OK3568_Linux_fs/yocto/poky/meta/conf/distro/include/
H A Dtcmode-default.inc28 # llvm version being used, so always bump it with llvm recipe version bump
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-driver/xf86-video-vmware/
H A D0002-add-option-for-vmwgfx.patch53 -# Early versions of mesa 10 forgot to bump the XA major version number in
81 + # Early versions of mesa 10 forgot to bump the XA major version number
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/
H A Dpython3-wheel_0.37.1.bb17 # This used to use the bootstrap install which didn't compile. Until we bump the
H A Dpython3-setuptools_59.5.0.bb56 # This used to use the bootstrap install which didn't compile. Until we bump the
H A Dpython3-pip_22.0.3.bb64 # This used to use the bootstrap install which didn't compile. Until we bump the
/OK3568_Linux_fs/buildroot/package/docker-compose/
H A D0001-Strip-up-generic-versions-and-bump-requests.patch4 Subject: [PATCH] Strip up generic versions and bump requests
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/
H A D0002-apache2-bump-up-the-core-size-limit-if-CoreDumpDirec.patch4 Subject: [PATCH] apache2: bump up the core size limit if CoreDumpDirectory is
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtbase/
H A D0004-configure-bump-path-length-from-256-to-512-character.patch4 Subject: [PATCH] configure: bump path length from 256 to 512 characters
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Drk3288-veyron-sdmmc.dtsi15 * We run sdmmc at max speed; bump up drive strength.
H A Drk3288-veyron.dtsi485 * We run eMMC at max speed; bump up drive strength.
545 * We run sdio0 at max speed; bump up drive strength.
H A Drk3288-phycore-rdk.dts178 * high-speed mode on pcm-947 board so bump up to 12 mA.
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Drk3288-veyron.dtsi676 * We run eMMC at max speed; bump up drive strength.
731 * We run sdio0 at max speed; bump up drive strength.
766 * We run sdmmc at max speed; bump up drive strength.
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/systemtap/systemtap/
H A D0001-PR28804-tune-default-stap-s-buffer-size-on-small-RAM.patch71 + // bump up subbuf size from 64K to 1M to keep _stp_nsubbufs not too large
/OK3568_Linux_fs/kernel/Documentation/filesystems/nfs/
H A Dpnfs.rst25 struct nfs_client (cl_layouts). Being put on this list does not bump
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dcontribute.txt200 * +package/linuxptp: bump version to 2.0+
202 * +configs/imx23evk: bump Linux version to 4.19+
211 letter (i.e "bump", "needs", "postpone", "add" in the above examples).
262 When you bump a package to a new version, you should also submit a
266 should be something like +<packagename>: bump to version <new
269 bump to version <new version>+ and the commit message body should show
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0003-safemath-Add-some-arithmetic-primitives-that-check-f.patch19 These arithmetic primitives require newer compiler versions. So, bump
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dinotify.rst35 select()-able. Yes, root can bump the per-process fd limit and yes, users

12345