/linux-6.6.21/drivers/gpu/drm/ci/ |
D | testlist.txt | 1226 kms_draw_crc@draw-method-mmap-cpu 1227 kms_draw_crc@draw-method-mmap-gtt 1228 kms_draw_crc@draw-method-mmap-wc 1229 kms_draw_crc@draw-method-pwrite 1230 kms_draw_crc@draw-method-blt 1231 kms_draw_crc@draw-method-render 1399 kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-cpu 1400 kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-gtt 1401 kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc 1402 kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-pwrite [all …]
|
/linux-6.6.21/Documentation/ABI/testing/ |
D | sysfs-class-power-twl4030 | 9 "auto" draw power as appropriate for detected 11 "off" do not draw any power. 30 "auto" draw power as appropriate for detected 32 "off" do not draw any power.
|
/linux-6.6.21/net/ceph/crush/ |
D | mapper.c | 234 __u64 draw; in bucket_straw_choose() local 237 draw = crush_hash32_3(bucket->h.hash, x, bucket->h.items[i], r); in bucket_straw_choose() 238 draw &= 0xffff; in bucket_straw_choose() 239 draw *= bucket->straws[i]; in bucket_straw_choose() 240 if (i == 0 || draw > high_draw) { in bucket_straw_choose() 242 high_draw = draw; in bucket_straw_choose() 333 __s64 ln, draw, high_draw = 0; in bucket_straw2_choose() local 361 draw = div64_s64(ln, weights[i]); in bucket_straw2_choose() 363 draw = S64_MIN; in bucket_straw2_choose() 366 if (i == 0 || draw > high_draw) { in bucket_straw2_choose() [all …]
|
/linux-6.6.21/drivers/video/fbdev/mb862xx/ |
D | mb862xxfb_accel.c | 35 free = (u32) inreg(draw, GDC_REG_FIFO_COUNT); in mb862xxfb_write_fifo() 316 outreg(draw, GDC_REG_DRAW_BASE, 0); in mb862xxfb_init_accel() 317 outreg(draw, GDC_REG_MODE_MISC, 0x8000); in mb862xxfb_init_accel() 318 outreg(draw, GDC_REG_X_RESOLUTION, xres); in mb862xxfb_init_accel()
|
D | mb862xxfb.h | 71 void __iomem *draw; member
|
D | mb862xxfbdrv.c | 571 reg, inreg(draw, reg)); in dispregs_show() 575 reg, inreg(draw, reg)); in dispregs_show() 637 par->draw = par->mmio_base + MB862XX_DRAW_BASE; in mb862xx_gdc_init() 850 par->draw = par->mmio_base + MB862XX_DRAW_BASE; in coralp_init() 933 par->draw = par->mmio_base + MB86297_DRAW_BASE; in carmine_init() 944 if (inreg(draw, GC_2D3D_REV) == GC_RE_REVISION) in carmine_init()
|
/linux-6.6.21/drivers/media/pci/ivtv/ |
D | ivtv-yuv.c | 941 int draw, display; in ivtv_yuv_next_free() local 947 draw = atomic_read(&yi->next_fill_frame); in ivtv_yuv_next_free() 950 if (display > draw) in ivtv_yuv_next_free() 953 if (draw - display >= yi->max_frames_buffered) in ivtv_yuv_next_free() 954 draw = (u8)(draw - 1) % IVTV_YUV_BUFFERS; in ivtv_yuv_next_free() 956 yi->new_frame_info[draw].update = 0; in ivtv_yuv_next_free() 958 yi->draw_frame = draw; in ivtv_yuv_next_free()
|
/linux-6.6.21/drivers/tty/vt/ |
D | vt.c | 2566 static void con_flush(struct vc_data *vc, struct vc_draw_region *draw) in con_flush() argument 2568 if (draw->x < 0) in con_flush() 2571 vc->vc_sw->con_putcs(vc, (u16 *)draw->from, in con_flush() 2572 (u16 *)draw->to - (u16 *)draw->from, vc->state.y, in con_flush() 2573 draw->x); in con_flush() 2574 draw->x = -1; in con_flush() 2750 struct vc_draw_region *draw) in vc_con_write_normal() argument 2794 con_flush(vc, draw); in vc_con_write_normal() 2802 con_flush(vc, draw); in vc_con_write_normal() 2818 if (con_should_update(vc) && draw->x < 0) { in vc_con_write_normal() [all …]
|
/linux-6.6.21/Documentation/admin-guide/pm/ |
D | strategies.rst | 39 draw (or maximum energy usage) of it. If all of them are inactive, the system 41 state from the physical system configuration and power draw perspective, but
|
/linux-6.6.21/Documentation/translations/zh_CN/admin-guide/ |
D | cputopology.rst | 19 draw这些层次结构相关的文件仅在体系结构提供了下文描述的宏的条件下被创建。
|
/linux-6.6.21/drivers/gpu/drm/ci/xfails/ |
D | i915-cml-flakes.txt | 10 kms_draw_crc@draw-method-xrgb8888-render-xtiled
|
/linux-6.6.21/drivers/gpu/drm/qxl/ |
D | qxl_ioctl.c | 190 struct qxl_drawable *draw = fb_cmd; in qxl_process_single_command() local 192 draw->mm_time = qdev->rom->mm_clock; in qxl_process_single_command()
|
/linux-6.6.21/Documentation/devicetree/bindings/power/supply/ |
D | bq25890.yaml | 64 description: maximum allowed current draw in boost mode (in uA)
|
/linux-6.6.21/Documentation/devicetree/bindings/regulator/ |
D | qcom,rpm-regulator.yaml | 90 # based on realtime current draw, only for pm8921 smps and ftsmps
|
/linux-6.6.21/Documentation/trace/ |
D | events-power.rst | 46 correctly draw the states diagrams and to calculate accurate statistics etc.
|
/linux-6.6.21/Documentation/admin-guide/acpi/ |
D | fan_performance_states.rst | 54 * ``power_mw``: Power draw of the fan in this state in milliwatts.
|
/linux-6.6.21/tools/perf/Documentation/ |
D | perf-timechart.txt | 70 Don't draw EAGAIN IO events.
|
/linux-6.6.21/drivers/video/fbdev/ |
D | cg6.c | 197 u32 draw; member 342 val = sbus_readl(&fbc->draw); in cg6_fillrect()
|
/linux-6.6.21/Documentation/gpu/amdgpu/display/ |
D | mpo-overview.rst | 139 draw a transparent cutout for where the video should be placed on the desktop 152 draw a transparent cutout for where each video should be placed on the desktop
|
/linux-6.6.21/drivers/video/fbdev/core/ |
D | Kconfig | 192 For example, to draw a single character, instead of using bitmaps,
|
/linux-6.6.21/Documentation/i2c/busses/ |
D | i2c-parport.rst | 91 current you can draw from the parallel port is limited. Also note that
|
/linux-6.6.21/Documentation/w1/slaves/ |
D | w1_therm.rst | 112 maximum current draw of 1.5mA and that a 5k pullup resistor is not
|
/linux-6.6.21/Documentation/networking/ |
D | packet_mmap.rst | 372 If you check the source code you will see that what I draw here as a frame 375 meta information like timestamp. So what we draw here a frame it's really
|
/linux-6.6.21/Documentation/driver-api/pm/ |
D | cpuidle.rst | 23 depended on by it into an idle state in which they will draw less power.
|
/linux-6.6.21/Documentation/scheduler/ |
D | sched-capacity.rst | 69 To draw the parallel with Arm big.LITTLE, CPU0 would be a big while CPU1 would
|