Home
last modified time | relevance | path

Searched refs:discrete (Results 1 – 25 of 85) sorted by relevance

1234

/Linux-v6.6/Documentation/gpu/rfc/
Di915_gem_lmem.rst15 * TTM shrinker for discrete
18 * Route shmem backend over to TTM SYSTEM for discrete
Di915_small_bar.rst45 2) On discrete and newer integrated platforms we now reject error capture
/Linux-v6.6/drivers/usb/gadget/function/
Duvc_v4l2.c323 fival->discrete.numerator = in uvc_v4l2_enum_frameintervals()
328 fival->discrete.denominator = 10000000; in uvc_v4l2_enum_frameintervals()
329 v4l2_simplify_fraction(&fival->discrete.numerator, in uvc_v4l2_enum_frameintervals()
330 &fival->discrete.denominator, 8, 333); in uvc_v4l2_enum_frameintervals()
356 fsize->discrete.width = uframe->frame.w_width; in uvc_v4l2_enum_framesizes()
357 fsize->discrete.height = uframe->frame.w_height; in uvc_v4l2_enum_framesizes()
/Linux-v6.6/drivers/platform/x86/intel/int3472/
DMakefile3 intel_skl_int3472_discrete-y := discrete.o clk_and_regulator.o led.o common.o
DKconfig20 set of discrete GPIOs and power gates.
/Linux-v6.6/drivers/usb/renesas_usbhs/
DKconfig12 Renesas USBHS is a discrete USB host and peripheral controller chip
/Linux-v6.6/Documentation/hwmon/
Damc6821.rst75 It can only have certain discrete values
91 speed. It can only have certain discrete
Dmax31760.rst23 temperature of a discrete diode-connected transistor, such as a 2N3906,
/Linux-v6.6/drivers/usb/gadget/udc/
DKconfig21 # before discrete ones so they will be the initial/default value:
23 # - licensed IP used in both SOC and discrete versions
24 # - discrete ones (including all PCI-only controllers)
162 R8A66597 is a discrete USB host and peripheral controller chip that
174 Renesas USBHS is a discrete USB host and peripheral controller chip
276 # Controllers available in both integrated and discrete versions
283 M66592 is a discrete USB peripheral controller chip that
294 # Controllers available only in discrete form (and all PCI controllers)
/Linux-v6.6/drivers/media/platform/verisilicon/
Dhantro_postproc.c171 fsize->discrete.width = ctx->src_fmt.width >> fsize->index; in hantro_postproc_g2_enum_framesizes()
172 fsize->discrete.height = ctx->src_fmt.height >> fsize->index; in hantro_postproc_g2_enum_framesizes()
/Linux-v6.6/Documentation/devicetree/bindings/clock/
Dmaxim,max9485.txt6 - MAX9485_CLKOUT: A PLL that can be configured to 16 different discrete
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-platform-asus-wmi67 can be toggled to boot with only the dGPU (discrete mode) or in
78 Disable discrete GPU:
/Linux-v6.6/Documentation/userspace-api/media/v4l/
Dvidioc-enum-framesizes.rst52 ``discrete`` member is valid.
153 - ``discrete``
Dvidioc-enum-frameintervals.rst51 the `discrete` member is valid.
145 - ``discrete``
/Linux-v6.6/Documentation/admin-guide/
Drtc.rst128 integrated into embeddable system-on-chip (SOC) processors to discrete chips
134 example, maybe the low-power battery-backed RTC is a discrete I2C chip, but
136 the system clock from the discrete RTC, but use the integrated one for all
/Linux-v6.6/Documentation/trace/rv/
Ddeterministic_automata.rst158 The automata formalism allows modeling discrete event systems (DES) in
176 Cassandras, Christos G., and Stephane Lafortune, eds. Introduction to discrete
/Linux-v6.6/drivers/input/touchscreen/
Dsur40.c1074 f->discrete.width = sur40->pix_fmt.width; in sur40_vidioc_enum_framesizes()
1075 f->discrete.height = sur40->pix_fmt.height; in sur40_vidioc_enum_framesizes()
1091 f->discrete.denominator = 60; in sur40_vidioc_enum_frameintervals()
1092 f->discrete.numerator = 1; in sur40_vidioc_enum_frameintervals()
/Linux-v6.6/Documentation/driver-api/surface_aggregator/clients/
Dsan.rst14 relating to the discrete GPU (dGPU) of the Surface Book 2 can be sent from
/Linux-v6.6/drivers/platform/surface/
DKconfig161 battery, the keyboard, and, optionally, a discrete GPU) by (if
191 hot-pluggable discrete GPU (dGPU). When not in use, the dGPU on those
218 'low-power' can significantly limit performance of the discrete GPU on
/Linux-v6.6/drivers/media/usb/pwc/
Dpwc-v4l.c922 fsize->discrete.width = pwc_image_sizes[i][0]; in pwc_enum_framesizes()
923 fsize->discrete.height = pwc_image_sizes[i][1]; in pwc_enum_framesizes()
955 fival->discrete.numerator = 1; in pwc_enum_frameintervals()
956 fival->discrete.denominator = i; in pwc_enum_frameintervals()
/Linux-v6.6/drivers/media/usb/uvc/
Duvc_v4l2.c1283 fsize->discrete.width = frame->wWidth; in uvc_ioctl_enum_framesizes()
1284 fsize->discrete.height = frame->wHeight; in uvc_ioctl_enum_framesizes()
1325 fival->discrete.numerator = in uvc_ioctl_enum_frameintervals()
1327 fival->discrete.denominator = 10000000; in uvc_ioctl_enum_frameintervals()
1328 v4l2_simplify_fraction(&fival->discrete.numerator, in uvc_ioctl_enum_frameintervals()
1329 &fival->discrete.denominator, 8, 333); in uvc_ioctl_enum_frameintervals()
/Linux-v6.6/drivers/gpu/drm/i915/
DTODO.txt4 - For discrete memory manager, merge enough dg1 to be able to refactor it to
/Linux-v6.6/drivers/media/usb/go7007/
Dgo7007-v4l2.c522 fsize->discrete.width = (width >> fsize->index) & ~0xf; in vidioc_enum_framesizes()
523 fsize->discrete.height = (height >> fsize->index) & ~0xf; in vidioc_enum_framesizes()
550 fival->discrete.numerator = 1001 * (fival->index + 1); in vidioc_enum_frameintervals()
551 fival->discrete.denominator = go->sensor_framerate; in vidioc_enum_frameintervals()
/Linux-v6.6/drivers/media/i2c/
Dvideo-i2c.c641 fsize->discrete.width = size->width; in video_i2c_enum_framesizes()
642 fsize->discrete.height = size->height; in video_i2c_enum_framesizes()
660 fe->discrete = data->chip->frame_intervals[fe->index]; in video_i2c_enum_frameintervals()
/Linux-v6.6/Documentation/devicetree/bindings/media/i2c/
Dtvp5150.txt5 with discrete syncs or 8-bit ITU-R BT.656 with embedded syncs output formats.

1234