Searched refs:debug (Results 351 - 375 of 1294) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/amd/display/dc/dpp/dcn201/
H A Ddcn201_dpp.c195 dpp->ctx->dc->debug.max_downscale_src_width != 0 &&
196 scl_data->viewport.width > dpp->ctx->dc->debug.max_downscale_src_width)
240 if (!dpp->ctx->dc->debug.always_scale) {
/linux-master/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/
H A Ddcn315_smu.c207 if (!clk_mgr->base.ctx->dc->debug.pstate_enabled)
225 if (!clk_mgr->base.ctx->dc->debug.pstate_enabled)
256 if (!clk_mgr->base.ctx->dc->debug.pstate_enabled)
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_gpu.c575 /* disable debug registers, as they are not normally needed */
906 static void verify_dma(struct etnaviv_gpu *gpu, struct dma_debug *debug) argument
910 debug->address[0] = gpu_read(gpu, VIVS_FE_DMA_ADDRESS);
911 debug->state[0] = gpu_read(gpu, VIVS_FE_DMA_DEBUG_STATE);
914 debug->address[1] = gpu_read(gpu, VIVS_FE_DMA_ADDRESS);
915 debug->state[1] = gpu_read(gpu, VIVS_FE_DMA_DEBUG_STATE);
917 if (debug->address[0] != debug->address[1])
920 if (debug->state[0] != debug
927 struct dma_debug debug; local
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.c81 } while (dc_dmub_srv->ctx->dc->debug.disable_timeout && status != DMUB_STATUS_OK);
156 } while (dc_dmub_srv->ctx->dc->debug.disable_timeout && status != DMUB_STATUS_OK);
199 } while (dc_dmub_srv->ctx->dc->debug.disable_timeout && status != DMUB_STATUS_OK);
203 if (!dmub->debug.timeout_occured) {
204 dmub->debug.timeout_occured = true;
205 dmub->debug.timeout_cmd = *cmd_list;
206 dmub->debug.timestamp = dm_get_timestamp(dc_dmub_srv->ctx);
274 if (dc_dmub_srv->ctx->dc->debug.disable_timeout) {
434 visual_confirm_enabled = dc->debug.visual_confirm == VISUAL_CONFIRM_FAMS;
454 cmd.fw_assisted_mclk_switch.config_data.vactive_stretch_margin_us = dc->debug
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calcs.c318 if (pipe->plane_res.dpp->ctx->dc->debug.optimized_watermark) {
642 if ((int)(dc->dcn_soc->sr_exit_time * 1000) != dc->debug.sr_exit_time_ns
643 && dc->debug.sr_exit_time_ns) {
645 dc->dcn_soc->sr_exit_time = dc->debug.sr_exit_time_ns / 1000.0;
649 != dc->debug.sr_enter_plus_exit_time_ns
650 && dc->debug.sr_enter_plus_exit_time_ns) {
653 dc->debug.sr_enter_plus_exit_time_ns / 1000.0;
656 if ((int)(dc->dcn_soc->urgent_latency * 1000) != dc->debug.urgent_latency_ns
657 && dc->debug.urgent_latency_ns) {
659 dc->dcn_soc->urgent_latency = dc->debug
[all...]
/linux-master/drivers/media/platform/aspeed/
H A Daspeed-video.c489 static unsigned int debug; variable
545 v4l2_dbg(3, debug, &video->v4l2_dev, "update %03x[%08x -> %08x]\n",
553 v4l2_dbg(3, debug, &video->v4l2_dev, "read %03x[%08x]\n", reg, t);
560 v4l2_dbg(3, debug, &video->v4l2_dev, "write %03x[%08x]\n", reg,
575 v4l2_dbg(2, debug, &v->v4l2_dev, "time consumed: %d ms\n",
588 v4l2_dbg(1, debug, &video->v4l2_dev, "No signal; don't start frame\n");
594 v4l2_dbg(1, debug, &video->v4l2_dev, "Engine busy; don't start frame\n");
606 v4l2_dbg(1, debug, &video->v4l2_dev, "bcd addr(%pad) size(%d)\n",
617 v4l2_dbg(1, debug, &video->v4l2_dev, "No buffers; don't start frame\n");
697 v4l2_dbg(1, debug,
[all...]
/linux-master/drivers/isdn/hardware/mISDN/
H A Dnetjet.c89 static u32 debug; variable
95 card->isac.dch.debug = debug;
96 card->bc[0].bch.debug = debug;
97 card->bc[1].bch.debug = debug;
119 module_param_call(debug, set_debug, param_get_uint, &debug, S_IRUGO | S_IWUSR);
120 MODULE_PARM_DESC(debug, "Netje
[all...]
/linux-master/drivers/media/platform/ti/davinci/
H A Dvpif_display.c35 #define vpif_dbg(level, debug, fmt, arg...) \
36 v4l2_dbg(level, debug, &vpif_obj.v4l2_dev, fmt, ## arg)
38 static int debug = 1; variable
40 module_param(debug, int, 0644);
42 MODULE_PARM_DESC(debug, "Debug level 0-1");
442 vpif_dbg(2, debug, "SD format\n");
451 vpif_dbg(1, debug, "Format not found\n");
476 vpif_dbg(1, debug, "Pixel details: Width = %d,Height = %d\n",
753 vpif_dbg(1, debug, "Invalid output index\n");
779 vpif_dbg(2, debug, "vpif_output_to_subde
[all...]
/linux-master/drivers/media/tuners/
H A Dtda9887.c24 static int debug; variable
25 module_param(debug, int, 0644);
26 MODULE_PARM_DESC(debug, "enable verbose debug messages");
579 if (debug > 1)
585 if (debug > 2) {
/linux-master/drivers/pci/hotplug/
H A Dpci_hotplug_core.c37 #define dbg(fmt, arg...) do { if (debug) printk(KERN_DEBUG "%s: %s: " fmt, MY_NAME, __func__, ## arg); } while (0)
43 static bool debug; variable
565 result = cpci_hotplug_init(debug);
579 module_param(debug, bool, 0644);
580 MODULE_PARM_DESC(debug, "Debugging mode enabled or not");
/linux-master/drivers/isdn/mISDN/
H A Dlayer1.c17 static u_int *debug; variable
364 if (*debug & DEBUG_L1)
386 nl1->l1m.debug = *debug & DEBUG_L1_FSM;
403 debug = deb;
/linux-master/drivers/net/ethernet/smsc/
H A Depic100.c35 static int debug = 1; /* 1 normal messages, 0 quiet .. 7 verbose. */ variable
102 module_param(debug, int, 0);
106 MODULE_PARM_DESC(debug, "EPIC/100 debug level (0-5)");
423 if (debug > 2) {
705 if (debug > 1)
716 if (debug > 1)
739 if (debug > 1) {
858 if (debug > 3) {
876 if (debug >
[all...]
/linux-master/tools/perf/util/
H A Dgenelf_debug.c138 * related to the used arch, an ELF 32 can hold more than 4 Go of debug
140 * become a problem if we generate more than 4GB of debug information.
474 void *debug, int nr_debug_entries,
479 struct debug_entry *ent = debug;
487 add_debug_line(dl, debug, nr_debug_entries, GEN_ELF_TEXT_OFFSET);
495 jit_add_debug_info(Elf *e, uint64_t code_addr, void *debug, int nr_debug_entries) argument
507 if (jit_process_debug_info(code_addr, debug, nr_debug_entries, &dl, &da, &di))
616 warnx("elf_update debug failed");
473 jit_process_debug_info(uint64_t code_addr, void *debug, int nr_debug_entries, struct buffer_ext *dl, struct buffer_ext *da, struct buffer_ext *di) argument
/linux-master/drivers/media/i2c/
H A Dadv7393.c43 static bool debug; variable
44 module_param(debug, bool, 0644);
45 MODULE_PARM_DESC(debug, "Debug level 0-1");
153 v4l2_dbg(1, debug, sd,
216 v4l2_dbg(1, debug, sd,
H A Dadv7343.c41 static int debug; variable
42 module_param(debug, int, 0644);
43 MODULE_PARM_DESC(debug, "Debug level 0-1");
151 v4l2_dbg(1, debug, sd,
212 v4l2_dbg(1, debug, sd,
H A Dadv7604.c40 static int debug; variable
41 module_param(debug, int, 0644);
42 MODULE_PARM_DESC(debug, "debug level (0-2)");
504 v4l2_dbg(2, debug, sd, "%s: write EDID block (%d byte)\n",
544 v4l2_dbg(2, debug, sd, "%s: enable hotplug\n", __func__);
951 v4l2_dbg(1, debug, sd, "%s", __func__);
984 v4l2_dbg(2, debug, sd, "%s: Unknown port %d selected\n",
1010 v4l2_dbg(2, debug, sd, "%s\n", __func__);
1043 v4l2_dbg(2, debug, s
[all...]
/linux-master/drivers/staging/media/av7110/
H A Dsp8870.c41 static int debug; variable
44 if (debug) printk(KERN_DEBUG "sp8870: " args); \
495 if (debug) {
602 module_param(debug, int, 0644);
603 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
/linux-master/drivers/media/dvb-frontends/
H A Dnxt6000.c31 static int debug; variable
33 if (debug) \
451 if (debug)
617 module_param(debug, int, 0644);
618 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
/linux-master/arch/powerpc/kernel/
H A Dtraps.c16 #include <linux/sched/debug.h>
63 #include <asm/debug.h>
91 /* Transactional Memory trap debug */
546 * For the debug message, we look at the preceding
582 #define single_stepping(regs) (current->thread.debug.dbcr0 & DBCR0_IC)
583 #define clear_single_step(regs) (current->thread.debug.dbcr0 &= ~DBCR0_IC)
1973 * Determine the cause of the debug event, clear the
1979 current->thread.debug.dbcr2 &= ~DBCR2_DAC12MODE;
1990 current->thread.debug.dbcr0 &= ~DBCR0_IAC1;
1996 current->thread.debug
[all...]
/linux-master/tools/testing/selftests/kvm/aarch64/
H A Ddebug-exceptions.c393 * monitor is cleared on ERET, and so taking debug exceptions
474 struct kvm_guest_debug debug = {}; local
494 debug.control = KVM_GUESTDBG_ENABLE |
497 vcpu_guest_debug_set(vcpu, &debug);
511 debug.control = KVM_GUESTDBG_ENABLE;
513 vcpu_guest_debug_set(vcpu, &debug);
533 * Run debug testing using the various breakpoint#, watchpoint# and
588 "Armv8 debug architecture not supported.");
/linux-master/tools/net/ynl/
H A Dynl-gen-rst.py384 logging.debug("%s already exists. Overwriting it.", args.output)
400 logging.debug("Saving RST file to %s", filename)
416 logging.debug("Looking for .rst files in %s", index_dir)
422 logging.debug("Writing an index file at %s", output)
432 logging.debug("Parsing %s", args.input)
/linux-master/drivers/media/radio/
H A Dradio-shark2.c43 static int debug; variable
44 module_param(debug, int, 0);
45 MODULE_PARM_DESC(debug, "Debug level (0-1)");
85 v4l2_dbg(1, debug, tea->v4l2_dev, "shark2-write: %*ph\n",
129 v4l2_dbg(1, debug, tea->v4l2_dev, "shark2-read: %*ph\n",
/linux-master/drivers/pcmcia/
H A Dsoc_common.c400 debug(skt, 2, "initializing socket\n");
421 debug(skt, 2, "suspending socket\n");
436 debug(skt, 4, "entering PCMCIA monitoring thread\n");
449 debug(skt, 4, "events: %s%s%s%s%s%s\n",
466 debug(skt, 4, "polling for events\n");
486 debug(skt, 3, "servicing IRQ %d\n", irq);
533 debug(skt, 2, "mask: %s%s%s%s%s%s flags: %s%s%s%s%s%s Vcc %d Vpp %d irq %d\n",
566 debug(skt, 2, "map %u speed %u start 0x%08llx stop 0x%08llx\n",
569 debug(skt, 2, "flags: %s%s%s%s%s%s%s%s\n",
621 debug(sk
[all...]
/linux-master/scripts/
H A Dget_feat.pl13 my $debug;
29 "debug|d+" => \$debug,
49 require Data::Dumper if ($debug);
119 print STDERR "Opening $file\n" if ($debug > 1);
509 print STDERR Data::Dumper->Dump([\%data], [qw(*data)]) if ($debug);
548 B<get_feat.pl> [--debug] [--man] [--help] [--dir=<dir>] [--arch=<arch>]
594 =item B<--debug>
/linux-master/drivers/media/usb/dvb-usb/
H A Dtechnisat-usb2.c38 static int debug; variable
39 module_param(debug, int, 0644);
40 MODULE_PARM_DESC(debug,
62 /* debug print helpers */
63 #define deb_info(args...) dprintk(debug, 0x01, args)
64 #define deb_eeprom(args...) dprintk(debug, 0x02, args)
65 #define deb_i2c(args...) dprintk(debug, 0x04, args)
66 #define deb_rc(args...) dprintk(debug, 0x08, args)

Completed in 482 milliseconds

<<11121314151617181920>>