Searched refs:found (Results 226 - 250 of 1195) sorted by last modified time

1234567891011>>

/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_context.c1372 bool found; local
1379 found = true;
1381 found = i915_request_active_engine(rq, &engine);
1384 if (found)
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dpll.c771 bool found = false; local
802 found = true;
808 return found;
813 * best configuration and error found so far. Return the calculated error.
868 bool found = false; local
900 found = true;
906 return found;
925 int found = false; local
965 found = true;
969 return found;
[all...]
H A Dintel_display_irq.c853 bool found = false; local
863 found = true;
867 found = true;
886 found = true;
896 if (!found)
1035 bool found = false; local
1041 found = true;
1049 found = true;
1056 found = true;
1063 found
[all...]
H A Dintel_display.c4901 drm_printf(p, "found:\n");
4916 drm_printf(p, "found:\n");
4940 drm_printf(&p, "found:\n");
4982 print_hex_dump(loglevel, "found: ", DUMP_PREFIX_NONE,
4999 drm_printf(p, "found:\n");
5023 "(expected 0x%08x, found 0x%08x)", \
5035 "(expected 0x%08x, found 0x%08x)", \
5047 "(expected %i, found %i)", \
5059 "(expected %s, found %s)", \
5069 "(expected %p, found
7688 int found; local
7775 bool found = false; local
[all...]
H A Dintel_bios.c690 * Accept a match w/o date if no full match is found,
956 "Panel type %d not found in table of %d DTD's\n",
1234 "the SDVO device with slave addr %2x is found on"
1268 /* No SDVO device info is found */
1270 "No SDVO device info is found in VBT\n");
1528 drm_dbg_kms(&i915->drm, "No PSR BDB found.\n");
1689 drm_dbg_kms(&i915->drm, "No MIPI config BDB found");
2036 "No MIPI Sequence found, parsing complete\n");
2162 "Unsupported I_boost value found in VBT (%d), display may not work properly\n", val);
2781 "No general definition block is found, n
3033 u32 count, data, found, store = 0; local
[all...]
/linux-master/drivers/gpu/drm/
H A Ddrm_edid.c2622 * Poke the given I2C channel to grab EDID data if possible. If found,
3058 * Return: A newly allocated copy of the mode, or NULL if not found.
3434 /* check whether it can be found in default mode table */
4224 bool found = false; local
4230 found = true;
4236 if (found)
4239 /* CEA blocks can also be found embedded in a DisplayID block */
4243 found = true;
4249 return found;
5798 * Return: The number of found SAD
[all...]
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega10_hwmgr.c1016 bool found = false; local
1032 found = false;
1036 found = true;
1041 if (!found) {
5010 /* If we have found even one performance level pair
/linux-master/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_capability.c538 bool found = false; local
575 found = true;
578 return found;
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c273 * dm_allow_self_refresh_and_mclk_switch to happen is found
597 * Return: True if a valid pipe assignment was found for Sub-VP. Otherwise false.
899 bool found = false; local
931 if (!found && pipe_mall_type == SUBVP_NONE) {
934 found = true;
940 if (found) {
2366 * newly found dummy_latency_index
3483 * ActiveMargin <= 0 to be the FPO stream candidate if found.
3488 * @fpo_candidate_stream: pointer to FPO stream candidate if one is found
3524 * @vactive_margin_req_us: The vactive marign required for a vactive pipe to be considered "found"
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c3215 /*not found the matching one, first come first serve*/
3317 // tg_inst not found
3450 * by the removed stream first. If not found, we try to avoid of using
3619 DC_ERROR("Stream %p not found in new ctx!\n", stream);
3680 dm_error("Stream %p not found in set!\n", stream);
3723 bool found = false; local
3734 found = true;
3739 if (!found)
3742 found = false;
3751 found
[all...]
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.c398 unsigned int found; local
400 found = find_first_zero_bit(qpd->doorbell_bitmap,
402 if (found >= KFD_MAX_NUM_OF_QUEUES_PER_PROCESS) {
406 set_bit(found, qpd->doorbell_bitmap);
407 q->doorbell_id = found;
1356 /* qpd not found in dqm list */
2247 bool found = false; local
2273 found = true;
2283 if (found)
2380 bool found local
[all...]
H A Dkfd_device.c1207 unsigned int found, start_search, cur_size; local
1228 found = find_next_zero_bit(kfd->gtt_sa_bitmap,
1232 pr_debug("Found = %d\n", found);
1235 if (found == kfd->gtt_sa_num_of_chunks)
1239 (*mem_obj)->range_start = found;
1240 (*mem_obj)->range_end = found;
1243 found,
1247 found,
1256 __set_bit(found, kfd->gtt_sa_bitmap);
1265 kfd->gtt_sa_num_of_chunks, ++found);
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_mes.c57 unsigned int offset, found; local
65 found = find_next_zero_bit(mes->doorbell_bitmap, mes->num_mes_dbs, offset);
66 if (found >= mes->num_mes_dbs) {
71 set_bit(found, mes->doorbell_bitmap);
74 *doorbell_index = mes->db_start_dw_offset + found * 2;
H A Damdgpu_kms.c576 int i, found, ret; local
587 for (i = 0, found = 0; i < adev->mode_info.num_crtc; i++) {
593 found = 1;
597 if (!found) {
H A Damdgpu_aca.c236 bool found = false; local
243 found = true;
251 return found ? bank_error : NULL;
/linux-master/drivers/dma/
H A Dpl330.c2936 int found = -1; local
2944 found = pr;
2948 if (found == -1)
2951 seq_printf(s, "%d\n", found);
/linux-master/drivers/cxl/core/
H A Dregion.c1063 int found = 0; local
1075 found++;
1084 if (!found || !ep->next) {
1156 int found = 0; local
1161 found++;
1165 if (!found)
/linux-master/arch/riscv/kernel/
H A Dmodule.c683 bool found = false; local
688 found = true;
699 if (!found) {
837 bool found = false; local
868 found = true;
879 if (!found) {
/linux-master/arch/powerpc/xmon/
H A Dxmon.c801 goto found;
805 found:
3682 printf("Symbol '%s' not found.\n", tmp);
3710 printf("Percpu symbol '%s' not found.\n", tmp);
/linux-master/arch/powerpc/platforms/pseries/
H A Dpapr_scm.c1319 bool found = false; local
1342 found = true;
1347 if (found)
1352 return found ? NOTIFY_OK : NOTIFY_DONE;
/linux-master/arch/powerpc/platforms/ps3/
H A Ddevice-init.c647 goto found;
653 pr_warn("%s:%u: device %llu:%llu not found\n",
657 found:
659 pr_debug("%s:%u: device %llu:%llu found after %u retries\n",
945 * ps3_register_devices - Probe the system and register devices found.
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dsched.c571 goto found;
588 goto found;
597 found:
817 * to the caller. Returns %NULL if no runnable context was found.
833 goto found;
839 found:
/linux-master/arch/powerpc/kernel/
H A Dprom.c215 return; /* descriptor 0 not found */
338 int found = -1; local
362 found = boot_cpu_count;
372 if (found < 0)
375 boot_cpuid = found;
976 * be found.
1004 * logical cpu number. If the chip-id can not be found, returns -1.
/linux-master/tools/testing/selftests/x86/
H A Dtest_vsyscall.c433 bool found = false; local
467 found = true;
473 if (!found) {
/linux-master/tools/testing/selftests/resctrl/
H A Dresctrl_tests.c199 bool found = false; local
208 found = true;
212 if (!found) {

Completed in 438 milliseconds

1234567891011>>