Displaying 2 results from an estimated 2 matches for "firmware_".
Did you mean:
firmware
2014 Feb 05
2
[PATCH] nouveau/video: make sure that firmware is present when checking caps
...screen.h
index 7f15d10..51e24fa 100644
--- a/src/gallium/drivers/nouveau/nouveau_screen.h
+++ b/src/gallium/drivers/nouveau/nouveau_screen.h
@@ -49,6 +49,11 @@ struct nouveau_screen {
boolean hint_buf_keep_sysmem_copy;
+ struct {
+ unsigned profiles_checked;
+ unsigned profiles_present;
+ } firmware_info;
+
#ifdef NOUVEAU_ENABLE_DRIVER_STATISTICS
union {
uint64_t v[29];
diff --git a/src/gallium/drivers/nouveau/nouveau_vp3_video.c b/src/gallium/drivers/nouveau/nouveau_vp3_video.c
index ff00b37..660a3d0 100644
--- a/src/gallium/drivers/nouveau/nouveau_vp3_video.c
+++ b/src/gallium/dri...
2007 Jun 28
0
Calls audio stops with latest Gigaset C450IP firmware + voicemail
Hi,
I'm using Asterisk 1.2.18 on a Debian Etch box. I've noticed a very
strange fact which causes a bad prob. When I get an inbound call, I make
4 phones ring at the same time, one is a Snom while others are Gigaset
C450IP with _latest firmware_.
When I get a call and answer with the Gigaset, a second call going to
voicemail makes the first call received on the gigaset C450IP stop audio
(it seems the call does not drop).
This does not happen if I answer the first call with the snom or with
Siemens using older firmware or when gigaset ar...