search for: bstate

Displaying 3 results from an estimated 3 matches for "bstate".

Did you mean: state
2013 Nov 14
0
null deref in nouveau_clock_init on pre-nv40 cards
...ck/base.c b/drivers/gpu/drm/nouveau/core/subdev/clock/base.c index ce82dc4..acc4ac8 100644 --- a/drivers/gpu/drm/nouveau/core/subdev/clock/base.c +++ b/drivers/gpu/drm/nouveau/core/subdev/clock/base.c @@ -411,6 +411,7 @@ _nouveau_clock_init(struct nouveau_object *object) memset(&clk->bstate, 0x00, sizeof(clk->bstate)); INIT_LIST_HEAD(&clk->bstate.list); clk->bstate.pstate = 0xff; + if (!clock) return 0; while (clock->name != nv_clk_src_max) { ret = clk->read(clk, clock->name);
2009 Jan 06
0
Asterisk Generating NetworkOOO (ISDN Cause Code 38)
...hannels bridged and up. Can anyone suggest a course of action I might take to getting this sorted? Do I need to change something in zapata.conf? (included below). Here's the log from the ISDN PBX showing the call failing: 2592754mS CMCallEvt: v=1129 State, new=Ringing old=Dialled,0,0,BState 2592800mS CMCallEvt: v=1129 State, new=Ringing old=Dialled,0,0,Astate 2595647mS ISDNL3Evt: v=0 stacknum=0 State, new=Active, old=Delivered id=1130 2595657mS CMLineRx: v=1 CMConnect Line: type=Q931Line 1 Call: lid=0 id=1130 in=0 BChan: slot=0 chan=16 259...
2017 Nov 17
35
[PATCH 00/32] Updated State of my clk patches
Last update here: https://lists.freedesktop.org/archives/nouveau/2017-September/028848.html Basically big cleanup, reordering, simplifications and some renaming to make the code easier to read and to review. I also moved some bugfixes to the front so they can be merged prior the other patches. There was also a bug related to the therm daemon triggering a pstate change leading to PMU lockups,