search for: skl

Displaying 20 results from an estimated 39 matches for "skl".

Did you mean: skb
2009 Jun 02
2
What do you think about my function?
...iliant :/ but what do you think? What I should do that my function will be better? (now is very slow and not ideal, sometimes I also get a mistake!) ########## My function ############################################# dzieci<-transform(dzieci, zywnosc=0) zywnoscCalosc<- function( jedzenie, sklep, n1, n2, n3, n4, d1, d2, d3, d4 ) { skl <- sklep wynik <- vector() wynik <- jedzenie ndf <- data.frame(nn1=n1,nn2=n2,nn3=n3,nn4=n4) ddf <- data.frame(dd1=d1,dd2=d2,dd3=d3,dd4=d4) for (i in 1:length(n1)){ wekt_n = ndf[i,] wekt_d = ddf[i,]...
2015 Jan 21
0
[ANNOUNCE] libdrm 2.4.59
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Adam Cheney (1): Add new DRM_MODE_CONNECTOR and _ENCODER defines Chris Wilson (1): intel: Avoid overcounting fences when emitting self-referential relocs Damien Lespiau (3): intel/skl: Add SKL PCI ids intel/skl: Add gen9 to the buffer manager init intel/skl: add gen9 to the CS decoding init Dave Airlie (1): radeon: align r600/700 fmask to 128 X blocks. Jasper St. Pierre (1): modetest: Use threads for cursors instead of SIGALRM Laurent Pinchart (1):...
2016 Apr 28
0
[ANNOUNCE] libdrm 2.4.68
...xf86drm: Fix spelling mistakes Gustavo Padovan (3): tests: add virtio_gpu to the driver list gitignore: ignore kms-steal-crtc and kms-universal-planes modetest: print signed values correctly Kenneth Graunke (1): Bump version for release MichaƂ Winiarski (1): intel/skl: Add missing SKL PCI IDs Nicolas Dechesne (1): freedreno: add dummy fd_bo_from_fbdev implementation when KGSL is disabled Rob Clark (3): add libdrm_vc4.pc to .gitignore freedreno: update uapi freedreno: add support for FD_TIMESTAMP Rodrigo Vivi (1): intel: Adding m...
2016 Oct 27
0
[RESEND PATCH 1/3] x86/vmware: Use tsc_khz value for calibrate_cpu()
...es). While at it, please add a cover letter [PATCH Vn 0/n] the next time you send a patch series. git send-email supports that. > After aa297292d708, there are separate native calibrations for cpu_khz and What is aa297292d708? Please make that: commit aa297292d708 ("x86/tsc: Enumerate SKL cpu_khz and tsc_khz via CPUID") ..... > tsc_khz. The code sets x86_platform.calibrate_cpu to native_calibrate_cpu() > which looks in cpuid leaf 0x16 or msrs for the cpu frequency. Which code? And what has the leaf and the msrs to do with your patch? > Since we keep the tsc_khz cons...
2015 Mar 12
0
[ANNOUNCE] intel-gpu-tools 1.10
...it: Timeout parameter to the WAIT ioctl is signed igt/gem_wait: Test negative timeouts lib/core: Make the start of the debug output more clear igt/kms_psr_sink_crc: Prettify i915_edp_psr_status failures Damien Lespiau (8): quick_dump: Add interrupt and PPAT registers to the SKL dump lib/skl: Add gen9 specific igt_blitter_fast_copy() lib: Don't give a struct igt_buf * to fast_copy_pitch() lib: Split two helpers to build fast copy's dword0 and dword1 lib: Provide a raw version of the gen9 fast copy blits lib: Allow the creation of Ys/Yf...
2015 Dec 27
0
[ANNOUNCE] libdrm 2.4.66
...fd nouveau: remove nouveau_object_find() nouveau: add new interface to create a nouveau_device nouveau: add support for newer kernel interfaces nouveau: clean up nouveau.h, noting deprecated members/functions Bump version for release Ben Widawsky (2): intel: Add SKL GT4 PCI IDs intel: Cleanup SKL PCI ID definitions. Chih-Wei Huang (1): intel: add the missing <strings.h> include Dave Airlie (1): drm: add virtgpu_drm.h Emil Velikov (17): automake: set --enable-valgrind during make distcheck xf86drmMode: smoke-test the atomi...
2017 May 04
0
[PATCH v1] ACPI: Switch to use generic UUID API
...2 +- > drivers/usb/typec/typec_wcove.c | 4 +-- > include/acpi/acpi_bus.h | 9 ++--- > include/linux/acpi.h | 4 +-- > include/linux/pci-acpi.h | 2 +- > sound/soc/intel/skylake/skl-nhlt.c | 7 ++-- > tools/testing/nvdimm/test/iomap.c | 2 +- > tools/testing/nvdimm/test/nfit.c | 2 +- > 27 files changed, 116 insertions(+), 156 deletions(-) > > diff --git a/drivers/acpi/acpi_extlog.c b/drivers/acpi/acpi_extlog...
2017 May 04
12
[PATCH v1] ACPI: Switch to use generic UUID API
...| 2 +- drivers/usb/typec/typec_wcove.c | 4 +-- include/acpi/acpi_bus.h | 9 ++--- include/linux/acpi.h | 4 +-- include/linux/pci-acpi.h | 2 +- sound/soc/intel/skylake/skl-nhlt.c | 7 ++-- tools/testing/nvdimm/test/iomap.c | 2 +- tools/testing/nvdimm/test/nfit.c | 2 +- 27 files changed, 116 insertions(+), 156 deletions(-) diff --git a/drivers/acpi/acpi_extlog.c b/drivers/acpi/acpi_extlog.c index 502ea4dc2080..6...
2015 Jun 11
0
[ANNOUNCE] intel-gpu-tools 1.11
...exercise CS igt/gem_linear_blits: tidy igt/gem_streaming_writes: Map the whole batch for CPU accesses igt/gem_streaming_writes: Reorder src/dst to avoid executing on snooped overlay: Fix parsing of gem-objects for '[k]' clients Damien Lespiau (19): quick_dump/skl: Add power well registers lib/bxt: Add Broxton PCI ids list-workarounds/bxt: Add Broxton to the list of valid platorms compute_wrpll: Rename ddi_compute_wrpll to hsw_compute_wrpll skl_compute_wrpll: Add a way to test the SKL WRPLL algorithm skl_compute_wrpll: Make sure...
2016 Jul 24
1
[Bug 97067] New: WebGL: conformance/glsl/misc/shaders-with-invariance.html Fail
https://bugs.freedesktop.org/show_bug.cgi?id=97067 Bug ID: 97067 Summary: WebGL: conformance/glsl/misc/shaders-with-invariance.html Fail Product: Mesa Version: 11.2 Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component:
2003 Jul 23
0
"net ads printer publish" Who does it work?
...ldap ssl = no idmap uid = 10000-20000 idmap gid = 10000-20000 winbind use default domain = Yes printer admin = administrator printing = cups [printers] comment = All Printers path = /var/spool/samba printer admin = root, @ntadmins, skl guest ok = Yes printable = Yes browseable = No [print$] comment = Printer Drivers path = /usr/local/samba/var/print_drivers write list = root, administrator ============================================================== regards, -- Stefan Klein
2006 May 08
2
Fw: kbuild: fix gen_initramfs_list.sh
...rg> Sun, 30 Apr 2006 23:56:33 +0200 committer Sam Ravnborg <sam@mars.ravnborg.org> Sun, 30 Apr 2006 23:56:33 +0200 kbuild: fix gen_initramfs_list.sh Create correct dependencies when specifying your own file with list of files etc. to include in initramfs. Reported by: Andre Noll <maan@skl-net.de> Signed-off-by: Sam Ravnborg <sam@ravnborg.org> scripts/gen_initramfs_list.sh | 6 +++++- 1 files changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/gen_initramfs_list.sh b/scripts/gen_initramfs_list.sh index 56b3bed..331c079 100644 --- a/scripts/gen_initramfs_list....
2016 Oct 27
5
[RESEND PATCH 1/3] x86/vmware: Use tsc_khz value for calibrate_cpu()
After aa297292d708, there are separate native calibrations for cpu_khz and tsc_khz. The code sets x86_platform.calibrate_cpu to native_calibrate_cpu() which looks in cpuid leaf 0x16 or msrs for the cpu frequency. Since we keep the tsc_khz constant (even after vmotion), the cpu_khz and tsc_khz may start diverging. tsc_init() now does cpu_khz = x86_platform.calibrate_cpu(); tsc_khz =
2016 Oct 27
5
[RESEND PATCH 1/3] x86/vmware: Use tsc_khz value for calibrate_cpu()
After aa297292d708, there are separate native calibrations for cpu_khz and tsc_khz. The code sets x86_platform.calibrate_cpu to native_calibrate_cpu() which looks in cpuid leaf 0x16 or msrs for the cpu frequency. Since we keep the tsc_khz constant (even after vmotion), the cpu_khz and tsc_khz may start diverging. tsc_init() now does cpu_khz = x86_platform.calibrate_cpu(); tsc_khz =
2016 Oct 28
3
[PATCH v3 0/3] x86/vmware guest improvements
Thanks Thomas for the valuable comments. Changelog for the updated patchset: v1->v2 - Update pvinfo.name. v2->v3 - Address comments from Thomas G, * Created separate function: vmware_sched_clock_setup() (patch 3/3) * Updated commit descriptions for 1/3 and 3/3 Alexey Makhalov (3): x86/vmware: Use tsc_khz value for calibrate_cpu() x86/vmware: Add basic paravirt ops support
2016 Oct 28
3
[PATCH v3 0/3] x86/vmware guest improvements
Thanks Thomas for the valuable comments. Changelog for the updated patchset: v1->v2 - Update pvinfo.name. v2->v3 - Address comments from Thomas G, * Created separate function: vmware_sched_clock_setup() (patch 3/3) * Updated commit descriptions for 1/3 and 3/3 Alexey Makhalov (3): x86/vmware: Use tsc_khz value for calibrate_cpu() x86/vmware: Add basic paravirt ops support
2016 Jul 21
3
maildirsize calculation gives higher value than a real disk utilization
Hi, hope someone can help also if this problem is difficult to debug I have a mail account that has on file system 32GB however quotacalculation gives a higher value 41262146 I've already tried to: - doveadm quota recalc -u user at domain - removing maildirsize from /users/vmail/domain/user/Maildir - checking all emails messages if they have the size in the name (S=xxxx) different from
2018 Jan 16
0
[ANNOUNCE] intel-gpu-tools 1.21
...uild a full dependency for lib_igt_perf build: make meson more official Revert "build: make meson more official" damage Daniele Ceraolo Spurio (1): tests: Drop gem_bad_length as redundant Dhinakaran Pandiyan (2): tools/intel_watermark: Update intel_watermark with SKL support tools/intel_watermark: Try not to dump nonexistent planes on SKL+ Dmitry Rogozhkin (1): benchmarks/gem_exec_nop: fix engines selection Eric Anholt (7): headers: Import drm-next uapi headers. tests: Convert to using the imported drm-uapi headers. tests: Remove...
2006 Sep 26
3
PXE menu file problem
...QhIoxMI64v/DhMI64WA/FB1oqEdCEg5BhMIdQnHBhMIAADpbf// BhMI6Wb/PA10BDwgdYDDuwABuAXCzRW7owW4B8LNFbcBuADCzRXDVYvsYB4OH7oAALMHi0YM 6JUBugABsweLRgroigG6AAKzB4tGCOh/AR9hXcuKHiMIugAXvgoA6C8Bih4jCLoAGL4lAOgi AaEdCAUDAKPJB7sZACvYwesCivO4UAArBiEI0eiK0FKKJiQIizbJB/7C/sawIFKLDiEI6BYB /sLi+Vr+xk517lpSiiYkCLDW6AEB/sKLDiEIsMTo9gD+wuL3sLfo7QD+xosOyQewuujiAP7G 4vewvejZAP7Kiw4hCLDE6M4A/sri97DT6MUA/s6LDskHsLrougD+zuL3i9r+wv7G/saLDiEI sMTopQD+wuL3i9P+xv7Cih4lCL4nCOhoAFr+woDGBIkWxQfDM8mLFsUHUooeJQg7DhMIdQSK HiYIsCA7Dh8IdQKwKorj6GIA/sKL+dHni7XRB4A8AHUEi7XxB+gjALAgiuPoRQBa/sZBOw4d CHW7w2CsCsB0CbQOuwcAzRDr8mHDUFNRtAK3AM0Q...
2018 Sep 05
9
[RFC] UAPI: Check headers by compiling all together as C++
....h | 20 ++- include/uapi/linux/netfilter/nfnetlink_cthelper.h | 2 include/uapi/linux/netfilter_ipv4/ipt_ECN.h | 9 -- include/uapi/linux/nilfs2_ondisk.h | 21 ++-- include/uapi/linux/virtio_net.h | 7 + include/uapi/sound/skl-tplg-interface.h | 106 +++++++++--------- scripts/headers-c++.sh | 124 +++++++++++++++++++++ 14 files changed, 255 insertions(+), 84 deletions(-) create mode 100644 include/linux/ndctl.h create mode 100755 scripts/headers-c++.sh