Displaying 5 results from an estimated 5 matches for "exec_script".
2013 Jul 30
0
[PATCH] drm/nv50-/disp: use the number of dac, sor, pior rather than hardcoded values
...0.c
@@ -628,7 +628,7 @@ nv50_disp_base_init(struct nouveau_object *object)
 	}
 
 	/* ... PIOR caps */
-	for (i = 0; i < 3; i++) {
+	for (i = 0; i < priv->pior.nr; i++) {
 		tmp = nv_rd32(priv, 0x61e000 + (i * 0x800));
 		nv_wr32(priv, 0x6101f0 + (i * 0x04), tmp);
 	}
@@ -834,10 +834,11 @@ exec_script(struct nv50_disp_priv *priv, int head, int id)
 	u8  ver, hdr, cnt, len;
 	u16 data;
 	u32 ctrl = 0x00000000;
+	u32 reg;
 	int i;
 
 	/* DAC */
-	for (i = 0; !(ctrl & (1 << head)) && i < 3; i++)
+	for (i = 0; !(ctrl & (1 << head)) && i < priv->dac.nr; i+...
2014 Mar 21
0
Wine release 1.7.15
...sts: Use a separate device for constant_clamp_ps_test().
      d3d9/tests: Use a separate device for volume_v16u16_test().
      d3d9/tests: Use a separate device for x8l8v8u8_test().
      d3d9/tests: Use a separate device for texkill_test().
Jacek Caban (28):
      vbscipt: Use VariantCopyInd in exec_script.
      vbscript: Use VariantCopyInd in invoke_variant_prop.
      vbscipt: Allow ':' to be a separator in select case statement.
      vbscript: Added support for VARIANT references to interp_newenum.
      wmsdkidl.idl: Added some missing declarations.
      rpcndr.h: Don't redefine EX...
2019 Oct 18
0
Wine release 4.18
...description implementation.
      vbscript: Add err.source implementation.
      vbscript: Add err.helpfile and err.helpcontext implementation.
      vbscript: Add err.raise function implementation.
      vbscript/tests: Add err.raise tests.
      vbscript: Move OnEnterScript/OnLeaveScript calls to exec_script.
      vbscript: Call OnScriptError for runtime errors.
      vbscript: Call OnScriptError for compile errors.
      vbscript/tests: Add more tests.
      ucrtbase: Use -norelay for __stdio_common_vsprintf.
      msvcr: Use -norelay for _vsnprintf.
      server: Reselect read queue before write que...
2019 Nov 01
0
Wine release 4.19
...toreForWindow.
Henri Verbeet (1):
      ntdll: Properly handle 0 returns from unw_step().
Jacek Caban (31):
      include: Avoid macro redefinition when wchar.h is included after stdint.h.
      vbscript: Implement String function.
      vbscript: Implement RegExp.Replace.
      vbscript: Improve exec_script debug traces.
      vbscript: Fix array reference handling in do_icall.
      vbscript: Add LBound function implementation.
      vbscript: Move sign expression to a separated rule.
      vbscript: Introduce separated struct for call expressions.
      vbscript: Allow any unary expression after cal...
2011 Aug 05
0
Wine release 1.3.26
...Korean translation.
Jacek Caban (70):
      mshtml: Moved binding-related declarations to separate file.
      mshtml: Use CreateURLMonikerEx2 in SuperNavigate.
      mshtml: Moved OLECMDID_SETDOWNLOADSTATE call to separated function.
      mshtml: Moved script mode out of get_script_host to allow exec_script calls in Gecko script mode.
      mshtml: Downgrade GetAsciiHost FIXME to WARN.
      mshtml: Split set_moniker implementation.
      mshtml: Call set_moniker asynchronously in SuperNavigate.
      mshtml: Added support for javascript: URLs.
      mshtml: Added javascript: URLs test.
      ieframe:...