Skip to content

Instantly share code, notes, and snippets.

[ 45.154360] ------------[ cut here ]------------
[ 45.154364] WARNING: CPU: 0 PID: 1733 at kernel/workqueue.c:2179 __queue_work.part.0+0x2be/0x3c0
[ 45.154370] Modules linked in: ccm snd_seq_dummy rfcomm snd_hrtimer snd_seq snd_seq_device uhid cmac algif_hash algif_skcipher af_alg hid_multitouch qrtr snd_sof_pci_intel_cnl snd_sof_intel_hda_common soundwire_intel snd_sof_intel_hda_mlink soundwire_cadence snd_sof_intel_hda bnep snd_sof_pci snd_sof_xtensa_dsp intel_uncore_frequency snd_hda_codec_hdmi intel_uncore_frequency_common snd_sof snd_sof_utils soundwire_generic_allocation soundwire_bus snd_soc_skl intel_tcc_cooling snd_soc_hdac_hda snd_hda_ext_core x86_pkg_temp_thermal snd_soc_sst_ipc intel_powerclamp snd_soc_sst_dsp snd_ctl_led iwlmvm snd_soc_acpi_intel_match kvm_intel snd_hda_codec_realtek snd_soc_acpi jc42 snd_soc_core snd_hda_codec_generic mac80211 snd_compress kvm ac97_bus snd_pcm_dmaengine snd_hda_intel libarc4 iTCO_wdt irqbypass snd_intel_dspcfg lis3lv02d_i2c ptp intel_pmc_bxt mei_pxp mei_w
[ 27.113382] WARNING: CPU: 6 PID: 474 at drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c:112 r535_gsp_msgq_wait+0x1b7/0x1e0 [nouveau]
[ 27.113646] videobuf2_v4l2 intel_cstate btbcm vfat lis3lv02d_i2c processor_thermal_wt_hint dell_wmi intel_pmc_bxt fat lis3lv02d intel_rapl_msr ee1004 mei_hdcp mei_wdt btmtk iTCO_vendor_support mei_pxp snd_hwdep processor_thermal_rfim nouveau(+) dell_wmi_sysman intel_uncore iwlwifi videodev dell_smbios processor_thermal_rapl snd_pcm bluetooth firmware_attributes_class psmouse pcspkr ledtrig_audio videobuf2_common dcdbas intel_rapl_common snd_timer dell_wmi_descriptor cdc_acm mousedev joydev mc cfg80211 spi_nor wmi_bmof drm_gpuvm intel_wmi_thunderbolt ucsi_acpi processor_thermal_wt_req i2c_i801 snd ecdh_generic drm_exec typec_ucsi mei_me processor_thermal_power_floor mtd intel_lpss_pci i2c_smbus rfkill soundcore processor_thermal_mbox gpu_sched typec intel_lpss i2c_hid_acpi thunderbolt drm_ttm_helper intel_pch_thermal mei intel_soc_dts_iosf idma64 roles i2c_hid int3403_therm
diff --git a/core/linux-aarch64/PKGBUILD b/core/linux-aarch64/PKGBUILD
index 8228907a4..ee03fd4ad 100644
--- a/core/linux-aarch64/PKGBUILD
+++ b/core/linux-aarch64/PKGBUILD
@@ -27,7 +27,7 @@ md5sums=('7861a2ed9d33c0694df738203532b715'
'a55004bdc36fa85b0260a5e1524c3840'
'7b08a199a97e3e2288e5c03d8e8ded2d'
'c9d4e392555b77034e24e9f87c5ff0b3'
- 'bae06855a7b195c03deb6c83c8a4461c'
+ '9d55c60a161423c7beba6fb5eb9f859a'
diff --git a/core/linux-aarch64/PKGBUILD b/core/linux-aarch64/PKGBUILD
index 8228907a4..ee03fd4ad 100644
--- a/core/linux-aarch64/PKGBUILD
+++ b/core/linux-aarch64/PKGBUILD
@@ -27,7 +27,7 @@ md5sums=('7861a2ed9d33c0694df738203532b715'
'a55004bdc36fa85b0260a5e1524c3840'
'7b08a199a97e3e2288e5c03d8e8ded2d'
'c9d4e392555b77034e24e9f87c5ff0b3'
- 'bae06855a7b195c03deb6c83c8a4461c'
+ '9d55c60a161423c7beba6fb5eb9f859a'
diff --git a/src/gallium/drivers/lima/lima_context.c b/src/gallium/drivers/lima/lima_context.c
index 802f308f48e..2275e5282f0 100644
--- a/src/gallium/drivers/lima/lima_context.c
+++ b/src/gallium/drivers/lima/lima_context.c
@@ -114,11 +114,23 @@ lima_invalidate_resource(struct pipe_context *pctx, struct pipe_resource *prsc)
return;
struct lima_job *job = entry->data;
- if (job->key.zsbuf && (job->key.zsbuf->texture == prsc))
+ bool has_draw_pending = lima_job_has_draw_pending(job);
commit 388aeb278852e2a861a70c2e4ba5f39f01064571
Author: Vasily Khoruzhick <anarsoul@gmail.com>
Date: Thu Dec 28 23:16:36 2023 -0800
Add support for ay-4bit interface
It's a custom interface and it requires custom ESP8266 firmware
Description for Spectrum-side
ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="10a5", ATTR{idProduct}=="d805", TEST=="power/control", ATTR{power/control}="on"
envs = environment()
# Enable debug messages and abort on warnings
envs.set('G_DEBUG', 'fatal-warnings')
envs.set('G_MESSAGES_DEBUG', 'all')
# Setup paths
envs.set('MESON_SOURCE_ROOT', meson.source_root())
envs.set('MESON_BUILD_ROOT', meson.build_root())
envs.prepend('LD_LIBRARY_PATH', join_paths(meson.build_root(), 'libfprint'))
diff --git a/machine.c b/machine.c
index 1a33176b..2441cf6c 100644
--- a/machine.c
+++ b/machine.c
@@ -377,7 +377,7 @@ machine_set_const_timings( fuse_machine_info *machine )
/* Pull timings we use repeatedly out of libspectrum and store them
for ourself */
machine->timings.processor_speed =
- libspectrum_timings_processor_speed( machine->machine );
+ libspectrum_timings_processor_speed( machine->machine ) * 2;
diff --git a/tests/spec/nv_texture_barrier/blending-in-shader.c b/tests/spec/nv_texture_barrier/blending-in-shader.c
index e4514c02e..c9d35f16d 100644
--- a/tests/spec/nv_texture_barrier/blending-in-shader.c
+++ b/tests/spec/nv_texture_barrier/blending-in-shader.c
@@ -42,7 +42,7 @@ static float tex_data[16*16*4], res_data[16*16*4];
static const char *fstext = {
"uniform sampler2D fb;"
"void main() {"
- " gl_FragColor = sqrt(texture2D(fb, gl_FragCoord.xy / 16.0));"
+ " gl_FragColor = texture2D(fb, gl_FragCoord.xy / 16.0) * 0.5;"