Home
last modified time | relevance | path

Searched +full:ati +full:- +full:target (Results 1 – 25 of 31) sorted by relevance

12

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/
H A Diqs269a.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jeff LaBundy <jeff@labundy.com>
13 The Azoteq IQS269A is an 8-channel capacitive touch controller that features
14 additional Hall-effect and inductive sensing capabilities.
28 "#address-cells":
31 "#size-cells":
34 azoteq,hall-enable:
37 Enables Hall-effect sensing on channels 6 and 7. In this case, keycodes
[all …]
/OK3568_Linux_fs/kernel/drivers/input/misc/
H A Diqs269a.c1 // SPDX-License-Identifier: GPL-2.0+
8 * inductive keys as well as Hall-effect switches, and one for each of the two
149 #define IQS269_ATI_POLL_SLEEP_US (iqs269->delay_mult * 10000)
150 #define IQS269_ATI_POLL_TIMEOUT_US (iqs269->delay_mult * 500000)
151 #define IQS269_ATI_STABLE_DELAY_MS (iqs269->delay_mult * 150)
201 .name = "event-prox",
207 .name = "event-prox-alt",
214 .name = "event-touch",
220 .name = "event-touch-alt",
227 .name = "event-deep",
[all …]
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_intel.c1 // SPDX-License-Identifier: GPL-2.0-or-later
4 * hda_intel.c - Implementation of primary alsa driver code base
27 #include <linux/dma-mapping.h>
50 #include <sound/intel-dsp-config.h>
72 /* Defines for ATI HD Audio support in SB450 south bridge */
93 /* ICH, ATI and VIA have 4 playback and 4 capture */
101 /* ATI HDMI may have up to 8 playbacks and 0 capture */
114 static int position_fix[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = -1};
115 static int bdl_pos_adj[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = -1};
116 static int probe_mask[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = -1};
[all …]
/OK3568_Linux_fs/external/xserver/hw/dmx/doc/
H A Dscaled.xml1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
9 <!-- Title information -->
30 <!-- Begin the document -->
36 a single multi-headed X server. Combined with Xinerama,
37 these heads can appear as a single very high-resolution
46 provides high pixel-resolution may be difficult to see,
114 it does not provide any anti-aliasing other than that
115 provided by the underlying (Windows-only) system library.
[all …]
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
18 controller is part of the 7101 device, which is an ACPI-compliant
22 will be called i2c-ali1535.
30 controller is part of the 7101 device, which is an ACPI-compliant
34 will be called i2c-ali1563.
44 will be called i2c-ali15x3.
56 will be called i2c-amd756.
63 S4882 motherboard. On this 4-CPU board, the SMBus is multiplexed
69 will be called i2c-amd756-s4882.
79 will be called i2c-amd8111.
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/
H A Dparselogs.py2 # SPDX-License-Identifier: MIT
38 "NX (Execute Disable) protection cannot be enabled: non-PAE kernel!",
43 'VGA arbiter: cannot open kernel arbiter, no multi-card support',
48 "BAR 0-9",
49 "Failed to load module \"ati\"",
56 "error retry time-out =",
57 "logind: cannot setup systemd-logind helper (-61), using legacy fallback",
77 'probe of LNXPWRBN:00 failed with error -22',
106 'qemux86-64' : qemux86_common,
117 'PCI 0000:00 Cannot reserve Legacy IO [io 0x0000-0x0fff]',
[all …]
/OK3568_Linux_fs/buildroot/package/x11r7/
H A DConfig.in8 applications in the target.
14 source package/x11r7/xserver_xorg-server/Config.in
18 source package/x11r7/xcb-util/Config.in
19 source package/x11r7/xcb-util-cursor/Config.in
20 source package/x11r7/xcb-util-image/Config.in
21 source package/x11r7/xcb-util-keysyms/Config.in
22 source package/x11r7/xcb-util-renderutil/Config.in
23 source package/x11r7/xcb-util-wm/Config.in
114 source package/x11r7/xapp_xinput-calibrator/Config.in
150 source package/x11r7/xdriver_xf86-input-evdev/Config.in
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_mode.h2 * Copyright 2000 ATI Technologies Inc., Markham, Ontario, and
43 #include <linux/i2c-algo-bit.h>
129 /* amdgpu gpio-based i2c
151 /* uses multi-media i2c engine */
323 /* DVI-I properties */
438 int dig_encoder; /* -1 disabled, 0 DIGA, 1 DIGB, etc. */
640 uint32_t page_flip_flags, uint32_t target,
H A Damdgpu_display.c2 * Copyright 2007-8 Advanced Micro Devices, Inc.
50 schedule_work(&work->flip_work.work); in amdgpu_display_flip_callback()
63 if (!dma_fence_add_callback(fence, &work->cb, in amdgpu_display_flip_handle_fence()
77 struct amdgpu_device *adev = work->adev; in amdgpu_display_flip_work_func()
78 struct amdgpu_crtc *amdgpu_crtc = adev->mode_info.crtcs[work->crtc_id]; in amdgpu_display_flip_work_func()
80 struct drm_crtc *crtc = &amdgpu_crtc->base; in amdgpu_display_flip_work_func()
85 if (amdgpu_display_flip_handle_fence(work, &work->excl)) in amdgpu_display_flip_work_func()
88 for (i = 0; i < work->shared_count; ++i) in amdgpu_display_flip_work_func()
89 if (amdgpu_display_flip_handle_fence(work, &work->shared[i])) in amdgpu_display_flip_work_func()
95 if (amdgpu_crtc->enabled && in amdgpu_display_flip_work_func()
[all …]
H A Datom.c35 #include "atom-names.h"
36 #include "atom-bits.h"
95 while (n--) in debug_print_spaces()
117 temp = ctx->card->ioreg_read(ctx->card, CU16(base + 1)); in atom_iio_execute()
121 ctx->card->ioreg_write(ctx->card, CU16(base + 1), temp); in atom_iio_execute()
126 ~((0xFFFFFFFF >> (32 - CU8(base + 1))) << in atom_iio_execute()
132 (0xFFFFFFFF >> (32 - CU8(base + 1))) << CU8(base + in atom_iio_execute()
138 ~((0xFFFFFFFF >> (32 - CU8(base + 1))) << in atom_iio_execute()
142 (0xFFFFFFFF >> (32 - CU8(base + 1)))) << CU8(base + in atom_iio_execute()
148 ~((0xFFFFFFFF >> (32 - CU8(base + 1))) << in atom_iio_execute()
[all …]
/OK3568_Linux_fs/kernel/sound/hda/
H A Dhdac_device.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * HD-audio codec core device
27 * snd_hdac_device_init - initialize the HD-audio codec base device
47 dev = &codec->dev; in snd_hdac_device_init()
49 dev->parent = bus->dev; in snd_hdac_device_init()
50 dev->bus = &snd_hda_bus_type; in snd_hdac_device_init()
51 dev->release = default_release; in snd_hdac_device_init()
52 dev->groups = hdac_dev_attr_groups; in snd_hdac_device_init()
56 codec->bus = bus; in snd_hdac_device_init()
57 codec->addr = addr; in snd_hdac_device_init()
[all …]
/OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/
H A Datyfb_base.c2 * ATI Frame Buffer Device Driver Core
5 * Copyright (C) 1997-2001 Geert Uytterhoeven
9 * This driver supports the following ATI graphics chips:
10 * - ATI Mach64
13 * - ATI Rage128 (from aty128fb.c)
14 * - ATI Radeon (from radeonfb.c)
20 * and on the PowerMac ATI/mach64 display driver:
35 * Many thanks to Nitya from ATI devrel for support and patience !
42 - cursor support on all cards and all ramdacs.
43 - cursor parameters controlable via ioctl()s.
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Datom.c37 #include "atom-names.h"
38 #include "atom-bits.h"
96 while (n--) in debug_print_spaces()
110 struct radeon_device *rdev = ctx->card->dev->dev_private; in atom_iio_execute()
119 temp = ctx->card->ioreg_read(ctx->card, CU16(base + 1)); in atom_iio_execute()
123 if (rdev->family == CHIP_RV515) in atom_iio_execute()
124 (void)ctx->card->ioreg_read(ctx->card, CU16(base + 1)); in atom_iio_execute()
125 ctx->card->ioreg_write(ctx->card, CU16(base + 1), temp); in atom_iio_execute()
130 ~((0xFFFFFFFF >> (32 - CU8(base + 1))) << in atom_iio_execute()
136 (0xFFFFFFFF >> (32 - CU8(base + 1))) << CU8(base + in atom_iio_execute()
[all …]
H A Dradeon_display.c2 * Copyright 2007-8 Advanced Micro Devices, Inc.
55 struct drm_device *dev = crtc->dev; in avivo_crtc_load_lut()
56 struct radeon_device *rdev = dev->dev_private; in avivo_crtc_load_lut()
60 DRM_DEBUG_KMS("%d\n", radeon_crtc->crtc_id); in avivo_crtc_load_lut()
61 WREG32(AVIVO_DC_LUTA_CONTROL + radeon_crtc->crtc_offset, 0); in avivo_crtc_load_lut()
63 WREG32(AVIVO_DC_LUTA_BLACK_OFFSET_BLUE + radeon_crtc->crtc_offset, 0); in avivo_crtc_load_lut()
64 WREG32(AVIVO_DC_LUTA_BLACK_OFFSET_GREEN + radeon_crtc->crtc_offset, 0); in avivo_crtc_load_lut()
65 WREG32(AVIVO_DC_LUTA_BLACK_OFFSET_RED + radeon_crtc->crtc_offset, 0); in avivo_crtc_load_lut()
67 WREG32(AVIVO_DC_LUTA_WHITE_OFFSET_BLUE + radeon_crtc->crtc_offset, 0xffff); in avivo_crtc_load_lut()
68 WREG32(AVIVO_DC_LUTA_WHITE_OFFSET_GREEN + radeon_crtc->crtc_offset, 0xffff); in avivo_crtc_load_lut()
[all …]
H A Datombios.h2 * Copyright 2006-2007 Advanced Micro Devices, Inc.
214 UCHAR uaFirmWareSignature[4]; /*Signature to distinguish between Atombios and non-atombios,
397 …ONG ulPointerReturnFlag:1; // BYTE_3[7]=1 - Return the pointer to the right Data Block; BYTE_…
403 …ONG ulPointerReturnFlag:1; // BYTE_3[7]=1 - Return the pointer to the right Data Block; BYTE_…
410 …ULONG ulClock; //When returen, it's the re-calculated clock based on given Fb_div Post_Di…
484 ULONG ulClock:24; //Input= target clock, output = actual clock
486 ULONG ulClock:24; //Input= target clock, output = actual clock
504 …UCHAR ucInputFlag; //Input Flags. ucInputFlag[0] - Strobe(1)/Performance(0)…
536 #define ATOM_PLL_INPUT_FLAG_PLL_STROBE_MODE_EN 1 // 1-StrobeMode, 0-PerformanceMode
544 …bDiv; //Output:UPPER_WORD=FB_DIV_INTEGER, LOWER_WORD=FB_DIV_FRAC shl (16-FB_FRACTION_BITS)
[all …]
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/
H A Dbesys.c11 * Copyright (C) 1991-2004 SciTech Software, Inc. All rights reserved.
42 * Jason ported this file to u-boot to run the ATI video card
43 * BIOS in u-boot. Removed some emulate functions such as the
55 /*------------------------- Global Variables ------------------------------*/
71 /*----------------------------- Implementation ----------------------------*/
75 addr - Emulator memory address to convert
81 This function converts an emulator memory address in a 32-bit range to
89 return (u8*)(_BE_env.biosmem_base + addr - 0xC0000); in BE_memaddr()
95 return (u8*)(_BE_env.busmem_base + addr - 0xA0000); in BE_memaddr()
102 return (u8 *)_BE_env.busmem_base + addr - 0xA0000; in BE_memaddr()
[all …]
/OK3568_Linux_fs/buildroot/
H A DCHANGES5 Defconfigs: Grinn chiliboard/liteboard, PC x86-64 bios: Fix
10 hiawatha, hplip, icu, janus-gateway,
11 kodi-screensaver-asterwave, kodi-screensaver-cpblobs,
12 kodi-screensaver-matrixtrails, libatomic_ops, libbson, libffi,
14 libunwind, lynx, mender-grubenv, mkpasswd, motion, mxml,
15 netdata, qemu, samba4, speex, stress-ng, tinydtls, unixodbc,
16 unrar, util-linux, util-linux-libs, watchdogd, wireshark
20 #14351: needs to mount sysfs before mount -a
21 #14411: 2021.11-rc2: Samba doesn't compile
23 2021.11-rc3, released November 30th, 2021
[all …]
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dw100fb.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * Frame Buffer Device for ATI Imageon w100 (Wallaby)
7 * Copyright (C) 2002, ATI Corp.
8 * Copyright (C) 2004-2006 Richard Purdie
82 struct w100fb_par *par=info->par; in flip_show()
84 return sprintf(buf, "%d\n",par->flip); in flip_show()
91 struct w100fb_par *par=info->par; in flip_store()
96 par->flip = 1; in flip_store()
98 par->flip = 0; in flip_store()
141 struct w100fb_par *par=info->par; in fastpllclk_show()
[all …]
/OK3568_Linux_fs/kernel/sound/pci/
H A Dbt87x.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * bt87x.c - Brooktree Bt878/Bt879 driver for ALSA
29 static int index[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = -2}; /* Exclude the first card */
59 #define INT_FTRGT (1 << 13) /* FIFO overrun due to target latency */
63 #define INT_PABORT (1 << 17) /* PCI master or target abort */
72 #define CTL_PKTP_4 (0 << 2) /* packet mode FIFO trigger point - 4 DWORDs */
95 #define CTL_A_PWRDN (1 << 26) /* analog audio power-down */
133 #define MAX_RISC_SIZE ((1 + 255 + (PAGE_ALIGN(255 * 4092) / PAGE_SIZE - 1) + 1 + 1) * 8)
205 return readl(chip->mmio + reg); in snd_bt87x_readl()
210 writel(value, chip->mmio + reg); in snd_bt87x_writel()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dnxt200x.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Support for NXT2002 and NXT2004 - VSB/QAM
6 * Copyright (C) 2006-2014 Michael Krufky <mkrufky@linuxtv.org>
8 * and nxt2004 by Jean-Francois Thibert <jeanfrancois@sagetv.com>
15 * B2C2/BBTI Technisat Air2PC - ATSC (NXT2002)
17 * ATI HDTV Wonder (NXT2004)
31 #define NXT2002_DEFAULT_FIRMWARE "dvb-fe-nxt2002.fw"
32 #define NXT2004_DEFAULT_FIRMWARE "dvb-fe-nxt2004.fw"
63 if ((err = i2c_transfer (state->i2c, &msg, 1)) != 1) { in i2c_writebytes()
66 return -EREMOTEIO; in i2c_writebytes()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/pci/bt8xx/
H A Dbttv-cards.c1 // SPDX-License-Identifier: GPL-2.0-or-later
4 bttv-cards.c
6 this file has configuration information - card-specific stuff
9 Copyright (C) 1996,97,98 Ralph Metzler (rjkm@thp.uni-koeln.de)
10 & Marcus Metzler (mocm@thp.uni-koeln.de)
11 (c) 1999-2001 Gerd Knorr <kraxel@goldbach.in-berlin.de>
31 #include <media/v4l2-common.h>
33 #include "bttv-audio-hook.h"
84 int no_overlay=-1;
86 static unsigned int card[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET };
[all …]
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dquirks.c1 // SPDX-License-Identifier: GPL-2.0
3 * This file contains work-arounds for many known PCI hardware bugs.
5 * should be handled in arch-specific code.
63 if ((f->class == (u32) (dev->class >> f->class_shift) || in pci_do_fixups()
64 f->class == (u32) PCI_ANY_ID) && in pci_do_fixups()
65 (f->vendor == dev->vendor || in pci_do_fixups()
66 f->vendor == (u16) PCI_ANY_ID) && in pci_do_fixups()
67 (f->device == dev->device || in pci_do_fixups()
68 f->device == (u16) PCI_ANY_ID)) { in pci_do_fixups()
71 hook = offset_to_ptr(&f->hook_offset); in pci_do_fixups()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/include/
H A Datombios.h2 * Copyright 2006-2007 Advanced Micro Devices, Inc.
107 #define ATOM_SCALER_DISABLE 0 //For Fudo, it's bypass and auto-cengter & no replication
108 #define ATOM_SCALER_CENTER 1 //For Fudo, it's bypass and auto-center & auto replication
110 #define ATOM_SCALER_MULTI_EX 3 //For Fudo only, it's multi-tap mode only used to drive TV or CV,…
222 UCHAR uaFirmWareSignature[4]; //Signature to distinguish between Atombios and non-atombios,
245 UCHAR uaFirmWareSignature[4]; //Signature to distinguish between Atombios and non-atombios,
427 …ONG ulPointerReturnFlag:1; // BYTE_3[7]=1 - Return the pointer to the right Data Block; BYTE_…
433 …ONG ulPointerReturnFlag:1; // BYTE_3[7]=1 - Return the pointer to the right Data Block; BYTE_…
440 …ULONG ulClock; //When returen, it's the re-calculated clock based on given Fb_div Post_Di…
518 ULONG ulClock:24; //Input= target clock, output = actual clock
[all …]
/OK3568_Linux_fs/device/rockchip/common/images/oem/oem_cvr/
HDlibthird_media.so ... matching sample_rate(%d) index was found s->buf_ptr < s->buf_end Assertion %s ...
/OK3568_Linux_fs/kernel/
H A DCREDITS1 This is at least a partial credits-file of people that have
4 scripts. The fields are: name (N), email (E), web-address
6 snail-mail address (S).
10 ----------
51 D: in-kernel DRM Maintainer
71 E: tim_alpaerts@toyota-motor-europe.com
75 S: B-2610 Wilrijk-Antwerpen
80 W: http://www-stu.christs.cam.ac.uk/~aia21/
101 D: Maintainer of ide-cd and Uniform CD-ROM driver,
102 D: ATAPI CD-Changer support, Major 2.1.x CD-ROM update.
[all …]

12