Home
last modified time | relevance | path

Searched refs:big (Results 1 – 19 of 19) sorted by relevance

/drivers/gpu/drm/xe/tests/
A Dxe_migrate.c77 bool big = xe_bo_size(bo) >= SZ_2M; in test_copy() local
188 struct xe_bo *pt, *bo = m->pt_bo, *big, *tiny; in xe_migrate_sanity_test() local
206 if (IS_ERR(big)) { in xe_migrate_sanity_test()
301 xe_map_memset(xe, &big->vmap, 0, 0x11, xe_bo_size(big)); in xe_migrate_sanity_test()
303 fence = xe_migrate_clear(m, big, big->ttm.resource, in xe_migrate_sanity_test()
309 retval = xe_map_rd(xe, &big->vmap, 0, u32); in xe_migrate_sanity_test()
311 retval = xe_map_rd(xe, &big->vmap, xe_bo_size(big) - 4, u32); in xe_migrate_sanity_test()
315 test_copy_sysmem(m, big, test); in xe_migrate_sanity_test()
318 test_copy_vram(m, big, test); in xe_migrate_sanity_test()
330 xe_bo_unpin(big); in xe_migrate_sanity_test()
[all …]
/drivers/media/dvb-frontends/
A Dstv0299.c217 u64 big = srate; in stv0299_set_symbolrate() local
224 big = big << 20; in stv0299_set_symbolrate()
225 big += (state->config->mclk-1); // round correctly in stv0299_set_symbolrate()
226 do_div(big, state->config->mclk); in stv0299_set_symbolrate()
227 ratio = big << 4; in stv0299_set_symbolrate()
A Dtda10086.c291 u64 big; in tda10086_set_symbol_rate() local
337 big = (1ULL<<21) * ((u64) symbol_rate/1000ULL) * (1ULL<<dfn); in tda10086_set_symbol_rate()
338 big += ((SACLK/1000ULL)-1ULL); in tda10086_set_symbol_rate()
339 do_div(big, (SACLK/1000ULL)); in tda10086_set_symbol_rate()
340 bdr = big & 0xfffff; in tda10086_set_symbol_rate()
/drivers/misc/lkdtm/
A Dfortify.c145 char big[10]; in lkdtm_FORTIFY_STRSCPY() member
148 } weird = { .big = "hello!" }; in lkdtm_FORTIFY_STRSCPY()
/drivers/gpu/drm/ci/
A Dbuild.yml75 # becoming too big for their bootloaders.
87 # becoming too big for their bootloaders.
99 # becoming too big for their bootloaders.
/drivers/cpuidle/
A DKconfig.arm47 bool "Support for ARM big.LITTLE processors"
54 Select this option to enable CPU idle driver for big.LITTLE based
56 define different C-states for little and big cores through the
/drivers/gpu/drm/ci/xfails/
A Di915-cml-fails.txt55 kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb,Fail
62 kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb,Fail
/drivers/of/unittest-data/
A Doverlay_common.dtsi18 compatible = "ot,big-volts-control";
/drivers/media/usb/go7007/
A Dgo7007-fw.c1265 static int relative_prime(int big, int little) in relative_prime() argument
1270 remainder = big % little; in relative_prime()
1271 big = little; in relative_prime()
1274 return big; in relative_prime()
/drivers/gpu/drm/ttm/tests/
A Dttm_bo_validate_test.c768 big = MANAGER_SIZE - (small + medium); in ttm_bo_validate_happy_evict() local
769 u32 bo_sizes[] = { small, medium, big }; in ttm_bo_validate_happy_evict()
934 u32 small = SZ_8K, big = MANAGER_SIZE - BO_SIZE; in ttm_bo_validate_deleted_evict() local
953 drm_gem_private_object_init(priv->drm, &bo_big->base, big); in ttm_bo_validate_deleted_evict()
958 KUNIT_EXPECT_EQ(test, ttm_resource_manager_usage(man), big); in ttm_bo_validate_deleted_evict()
/drivers/leds/
A DTODO27 The number of drivers is getting big, and driver for on/off LED on a
/drivers/cpufreq/
A DKconfig.arm73 big.LITTLE platforms using SPC for power management.
/drivers/accessibility/speakup/
A DKconfig114 tristate "DECtalk PC (big ISA card) synthesizer support"
/drivers/net/
A DKconfig445 big-endian legacy virtio device.
450 Unless you have a little-endian system hosting a big-endian virtual
/drivers/usb/host/
A DKconfig509 bool "OHCI support for OF platform bus (big endian)"
514 Enables support for big-endian USB controllers present on the
/drivers/media/usb/dvb-usb/
A DKconfig130 Avermedia and other big and small companies.
/drivers/iommu/
A DKconfig261 depends on !CPU_BIG_ENDIAN # revisit driver if we can enable big-endian ptes
/drivers/mmc/host/
A DKconfig92 This option is selected by drivers running on big endian hosts
/drivers/scsi/
A DKconfig861 result in a big drop in performance but some very old parallel ports

Completed in 38 milliseconds