Skip to content

Instantly share code, notes, and snippets.

View gort818's full-sized avatar

Alessandro gort818

  • Los Angeles
View GitHub Profile
@gort818
gort818 / hw6
Last active November 17, 2015 20:02
#include <iostream>
#include <iomanip>
#include <cstdlib>
using namespace std;
void get_lotto_picks(int[],int);
bool no_duplicates(int[], int);
int main()
{
int switchState_1 = 0;
int switchState_2 = 0;
void setup()
{
pinMode(2,OUTPUT); //RED 1
pinMode(3,OUTPUT); //YELLOW 1
pinMode(4,OUTPUT); //GREEN 1
pinMode(5,OUTPUT); //RED 2
pinMode(6,OUTPUT); //YELLOW 2
pinMode(7,OUTPUT); //GREEN 2
Computer Information:
Manufacturer: Unknown
Model: Unknown
Form Factor: Desktop
No Touch Input Detected
Processor Information:
CPU Vendor: GenuineIntel
CPU Brand: Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz
CPU Family: 0x6
[ 0.000000] microcode: microcode updated early to revision 0x27, date = 2019-02-26
[ 0.000000] Linux version 5.1.16-arch1-1-ARCH (builduser@heftig-69990) (gcc version 9.1.0 (GCC)) #1 SMP PREEMPT Wed Jul 3 20:23:07 UTC 2019
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=65df3fc5-aa94-4802-8a12-6d444db5bc07 rw quiet resume=UUID=3f582087-89bc-4161-9038-c56c8f09c39e amdgpu.ppfeaturemask=0xffffffff amdgpu.gpu_recovery=1
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Hygon HygonGenuine
[ 0.000000] Centaur CentaurHauls
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[17:13:15.120] [info] Launching Star Citizen LIVE from (C:\Program Files\Roberts Space Industries\StarCitizen\LIVE)
WARNING: Experimental compiler backend enabled. Here be dragons! Incorrect rendering, GPU hangs and/or resets are likely
WARNING: Experimental compiler backend enabled. Here be dragons! Incorrect rendering, GPU hangs and/or resets are likely
../mesa-aco/src/amd/vulkan/radv_descriptor_set.c:487: VK_ERROR_OUT_OF_POOL_MEMORY
WARNING: Experimental compiler backend enabled. Here be dragons! Incorrect rendering, GPU hangs and/or resets are likely
m Files\Roberts Space Industries\StarCitizen\LIVE\Bin64\StarCitizen.exe: ../mesa-aco/src/amd/compiler/aco_ssa_elimination.cpp:205: void aco::{anonymous}::try_remove_simple_block(aco::{anonymous}::ssa_elimination_ctx&, aco::Block*): Assertion `j == branch->target[0]' failed.
Unknown NIR ALU instr: vec1 64 ssa_285 = u2f64 ssa_284
Unknown NIR ALU instr: vec1 32 ssa_286 = f2f32 ssa_285
Unknown NIR ALU instr: vec1 64 ssa_323 = u2f64 ssa_322
Unknown NIR ALU instr: vec1 32 ssa_324 = f2f32 ssa_323
BB0
/* logical preds: / linear preds: / kind: top-level, branch, */
s1: %1:s[2], s1: %2:s[3], s1: %3:s[4], v1: %4:v[0], v1: %5:v[1], v1: %6:v[2], s2: %7:exec = p_startpgm
p_logical_start
s1: %11, s1: %10:scc = s_add_i32 0x10, %2
s1: %21, s1: %22:scc = s_lshl_b32 %3, 0x6
../mesa-aco/src/amd/vulkan/radv_descriptor_set.c:487: VK_ERROR_OUT_OF_POOL_MEMORY
SPIR-V WARNING:
In file ../mesa-aco/src/compiler/spirv/spirv_to_nir.c:3535
Unsupported SPIR-V capability: SpvCapabilityFloat64 (10)
36 bytes into the SPIR-V binary
Unknown NIR ALU instr: vec1 64 ssa_285 = u2f64 ssa_284
Unknown NIR ALU instr: vec1 32 ssa_286 = f2f32 ssa_285
Unknown NIR ALU instr: vec1 64 ssa_323 = u2f64 ssa_322
Unknown NIR ALU instr: vec1 32 ssa_324 = f2f32 ssa_323
BB0
GPU hang report:
Device name: Radeon RX Vega (AMD RADV/ACO VEGA10 (LLVM 8.0.0) DRM 3.32.0 / 5.2.0-arch2-1-ARCH, LLVM 8.0.0)
Enabled debug options: allbos, vmfaults, syncshaders,
Enabled perftest options: llvm,
Last 60 lines of dmesg:
[ 4.464811] [drm] vram apper at 0xE0000000
WARNING: Experimental compiler backend enabled. Here be dragons! Incorrect rendering, GPU hangs and/or resets are likely
wine: Unhandled exception 0x40000015 in thread 12a at address 0x7fffffe0e9ff (thread 012a), starting debugger...
01a8:err:seh:setup_exception stack overflow 288 bytes in thread 01a8 eip 000000007bcac49f esp 00000000001314f0 stack 0x130000-0x131000-0x230000
[16:30:57.254] [error] Star Citizen process exited abnormally (code: 3) : Command failed: C:\Program Files\Roberts Space Industries\StarCitizen\LIVE\Bin64\StarCitizen.exe
info: Game: StarCitizen.exe
info: DXVK: v1.3.1
warn: OpenVR: Failed to locate module
info: Enabled instance extensions:
info: VK_KHR_get_physical_device_properties2
info: VK_KHR_surface
diff --git a/sound/pci/hda/hda_controller.c b/sound/pci/hda/hda_controller.c
index 2fbdde239936..48d863736b3c 100644
--- a/sound/pci/hda/hda_controller.c
+++ b/sound/pci/hda/hda_controller.c
@@ -613,6 +613,13 @@ static int azx_pcm_open(struct snd_pcm_substream *substream)
20,
178000000);
+ /* by some reason, the playback stream stalls on PulseAudio with
+ * tsched=1 when a capture stream triggers. Until we figure out the