Home
last modified time | relevance | path

Searched full:discrete (Results 1 – 25 of 130) sorted by relevance

123456

/linux/drivers/gpu/drm/radeon/
H A Dradeon_atpx_handler.c266 * radeon_atpx_set_discrete_state - power up/down discrete GPU
269 * @state: discrete GPU state (0 = power down, 1 = power up)
272 * power down/up the discrete GPU (all asics).
304 * @mux_id: mux state (0 = integrated GPU, 1 = discrete GPU)
307 * switch the display mux between the discrete GPU and integrated GPU
336 * @mux_id: mux state (0 = integrated GPU, 1 = discrete GPU)
339 * switch the i2c/hpd mux between the discrete GPU and integrated GPU
368 * @mux_id: mux state (0 = integrated GPU, 1 = discrete GPU)
371 * function to notify the sbios that a switch between the discrete GPU and
400 * @mux_id: mux state (0 = integrated GPU, 1 = discrete GPU)
[all …]
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-enum-frameintervals.rst46 - **Discrete:** The function returns success if the given index value
51 the `discrete` member is valid.
145 - ``discrete``
173 - Discrete frame interval.
H A Dvidioc-enum-framesizes.rst47 - **Discrete:** The function returns success if the given index value
52 ``discrete`` member is valid.
153 - ``discrete``
181 - Discrete frame size.
/linux/Documentation/gpu/rfc/
H A Di915_gem_lmem.rst15 * TTM shrinker for discrete
18 * Route shmem backend over to TTM SYSTEM for discrete
H A Di915_small_bar.rst45 2) On discrete and newer integrated platforms we now reject error capture
/linux/include/linux/
H A Dsurface_acpi_notify.h5 * Provides access to discrete GPU notifications sent from ACPI via the SAN
18 * struct san_dgpu_event - Discrete GPU ACPI event.
H A Dvga_switcheroo.h81 * @VGA_SWITCHEROO_DIS: discrete graphics device
110 * @get_client_id: determine if given pci device is integrated or discrete GPU.
128 * Mandatory. This should not cut power to the discrete GPU,
H A Dmxm-wmi.h11 /* discrete adapters */
/linux/Documentation/admin-guide/
H A 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/Documentation/hwmon/
H A Damc6821.rst80 It can only have certain discrete values
96 speed. It can only have certain discrete
/linux/Documentation/driver-api/
H A Dpwrseq.rst28 A unit is a discrete chunk of a power sequence. For instance one unit may
65 Each provider can logically split the power-up sequence into discrete chunks
/linux/drivers/platform/surface/
H A 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/drivers/usb/gadget/function/
H A Duvc_v4l2.c405 fival->discrete.numerator = in uvc_v4l2_enum_frameintervals()
410 fival->discrete.denominator = 10000000; in uvc_v4l2_enum_frameintervals()
411 v4l2_simplify_fraction(&fival->discrete.numerator, in uvc_v4l2_enum_frameintervals()
412 &fival->discrete.denominator, 8, 333); in uvc_v4l2_enum_frameintervals()
438 fsize->discrete.width = uframe->frame.w_width; in uvc_v4l2_enum_framesizes()
439 fsize->discrete.height = uframe->frame.w_height; in uvc_v4l2_enum_framesizes()
/linux/drivers/platform/x86/intel/int3472/
H A DMakefile4 intel_skl_int3472_discrete-y := discrete.o discrete_quirks.o \
H A DKconfig20 set of discrete GPIOs and power gates.
/linux/drivers/usb/renesas_usbhs/
H A DKconfig12 Renesas USBHS is a discrete USB host and peripheral controller chip
/linux/drivers/mtd/devices/
H A DKconfig187 tristate "Intel Discrete Graphics non-volatile memory driver"
191 This provides an MTD device to access Intel Discrete Graphics
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dsystem.h22 * @flags: soc settings flags. In VER_1, we can only set the DISCRETE
/linux/fs/xfs/
H A Dxfs_mru_cache.c48 * representing discrete time intervals is that it's only practical to reap
56 * up into discrete time groups. More critically, the process of touching or
73 * that allows efficient lookups, but also groups them into discrete time
96 unsigned int grp_count; /* Number of discrete groups. */
/linux/Documentation/devicetree/bindings/media/i2c/
H A Dchrontel,ch7322.yaml13 The Chrontel CH7322 is a discrete HDMI-CEC controller. It is
/linux/drivers/gpu/drm/i915/
H A DTODO.txt4 - For discrete memory manager, merge enough dg1 to be able to refactor it to
/linux/Documentation/driver-api/surface_aggregator/clients/
H A Dsan.rst14 relating to the discrete GPU (dGPU) of the Surface Book 2 can be sent from
/linux/arch/mips/mti-malta/
H A Dmalta-platform.c16 * o 1 port in the CBUS UART, a discrete 16550 which normally is only used
/linux/Documentation/fb/
H A Dintel810.rst30 - Choice of using Discrete Video Timings, VESA Generalized Timing
72 select vertical resolution in scanlines. If Discrete Video Timings
/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Ddrv.c583 #define DISCRETE .match_discrete = 1, \ macro
584 .discrete = 1
586 .discrete = 0
1039 /* Killer discrete */
1050 DEVICE(0x272B), DISCRETE),
1062 /* Killer discrete */
1105 u8 rf_id, u8 bw_limit, bool discrete) in iwl_pci_find_dev_info() argument
1140 if (dev_info->match_discrete && dev_info->discrete != discrete) in iwl_pci_find_dev_info()

123456