search for: colenbrand

Displaying 20 results from an estimated 98 matches for "colenbrand".

Did you mean: colenbrander
2016 Apr 17
3
[PATCH REBASED 2/2] nouveau/bl: Do not register interface if Apple GMUX detected
...++++++ 1 file changed, 7 insertions(+) diff --git a/drm/nouveau/nouveau_backlight.c b/drm/nouveau/nouveau_backlight.c index 41330e4..94ac3cb 100644 --- a/drm/nouveau/nouveau_backlight.c +++ b/drm/nouveau/nouveau_backlight.c @@ -30,6 +30,7 @@ * Register locations derived from NVClock by Roderick Colenbrander */ +#include <linux/apple-gmux.h> #include <linux/backlight.h> #include <linux/idr.h> @@ -257,6 +258,12 @@ nouveau_backlight_init(struct drm_device *dev) struct nvif_device *device = &drm->device; struct drm_connector *connector; + if (apple_gmux_present())...
2012 Feb 29
4
Problems with hyperthreading in Windows HVM
...libxc, Xen performs filtering on a bunch of cpuid functions. Though all the ones I patched are preserved by the filtering. From what I saw in past email threads there were issues with ACPI ID stuff in the past, can there be new issues here? Does anyone have hyperthreading working? Thanks, Roderick Colenbrander
2016 Dec 07
1
[PATCH v3 2/2] Do not register interface if Apple GMUX detected
...++++++ 1 file changed, 6 insertions(+) diff --git a/drm/nouveau/nouveau_backlight.c b/drm/nouveau/nouveau_backlight.c index a34cd35..8b1ca4a 100644 --- a/drm/nouveau/nouveau_backlight.c +++ b/drm/nouveau/nouveau_backlight.c @@ -30,6 +30,7 @@ * Register locations derived from NVClock by Roderick Colenbrander */ +#include <linux/apple-gmux.h> #include <linux/backlight.h> #include <linux/idr.h> @@ -267,6 +268,11 @@ nouveau_backlight_init(struct drm_device *dev) struct nvif_device *device = &drm->device; struct drm_connector *connector; + if (apple_gmux_present())...
2016 Nov 13
1
[PATCH REBASED 2/2] Do not register interface if Apple GMUX detected
...git a/drivers/gpu/drm/nouveau/nouveau_backlight.c b/drivers/gpu/drm/nouveau/nouveau_backlight.c index 0e69612..3c91c24 100644 --- a/drivers/gpu/drm/nouveau/nouveau_backlight.c +++ b/drivers/gpu/drm/nouveau/nouveau_backlight.c @@ -30,6 +30,7 @@ * Register locations derived from NVClock by Roderick Colenbrander */ +#include <linux/apple-gmux.h> #include <linux/backlight.h> #include <linux/idr.h> @@ -258,6 +259,11 @@ nouveau_backlight_init(struct drm_device *dev) struct nvif_device *device = &drm->device; struct drm_connector *connector; + if (apple_gmux_present())...
2016 May 01
0
[PATCH v2 2/2] nouveau/bl: Do not register interface if Apple GMUX detected
...++++++ 1 file changed, 6 insertions(+) diff --git a/drm/nouveau/nouveau_backlight.c b/drm/nouveau/nouveau_backlight.c index 41330e4..8429ceb 100644 --- a/drm/nouveau/nouveau_backlight.c +++ b/drm/nouveau/nouveau_backlight.c @@ -30,6 +30,7 @@ * Register locations derived from NVClock by Roderick Colenbrander */ +#include <linux/apple-gmux.h> #include <linux/backlight.h> #include <linux/idr.h> @@ -257,6 +258,11 @@ nouveau_backlight_init(struct drm_device *dev) struct nvif_device *device = &drm->device; struct drm_connector *connector; + if (apple_gmux_present())...
2016 Nov 14
0
[PATCH REBASED 2/2] Do not register interface if Apple GMUX detected
...veau/nouveau_backlight.c b/drivers/gpu/drm/nouveau/nouveau_backlight.c > index 0e69612..3c91c24 100644 > --- a/drivers/gpu/drm/nouveau/nouveau_backlight.c > +++ b/drivers/gpu/drm/nouveau/nouveau_backlight.c > @@ -30,6 +30,7 @@ > * Register locations derived from NVClock by Roderick Colenbrander > */ > > +#include <linux/apple-gmux.h> > #include <linux/backlight.h> > #include <linux/idr.h> > > @@ -258,6 +259,11 @@ nouveau_backlight_init(struct drm_device *dev) > struct nvif_device *device = &drm->device; > struct drm_connect...
2006 May 14
1
rails stopped working on mac
I had rails working on my ibook (using Tiger) a couple days ago...went through a tutorial and such, and everything worked. But now if I try to run the ''ruby script/server'' command, I get the No such file to load--ruby gems error ./script/../config/boot.rb:18:in `require'': No such file to load -- rubygems (LoadError) from ./script/../config/boot.rb:18
2003 Jun 07
0
Max Payne(Games compatibility list [20030607])
Could users that have MaxPayne working report their graphic card hard/software ? It makes the system hang for me using an ATI Radeon,with Xfree driver since 4.3.0 isnt supported by ATI. --- Roderick Colenbrander <thunderbird2k@gmx.net> a ?crit : > Hi, > > Two of the titles on the list are reported to work now (atleast by > Raphael and > the other d3d8 guys). It are GTA3 and MaxPayne. The installers can be > tricky > to get working sometimes... > > Regards, > Roder...
2008 May 06
1
Wine 1.00 the AppDB and State of the Winehq website.
...d label the application with "Old test results" box eg: http://appdb.winehq.org/objectManager.php?sClass=version&iId=8683 --------------------- See: http://wiki.winehq.org/AppdbInfo http://wiki.winehq.org/appdbratingpage Also: http://bugs.winehq.org/show_bug.cgi?id=12956 Roderick Colenbrander comment's "A while ago there was a discussion at wine-devel about redoing the appdb rating (I also posted a lot of bullets to the appdb rating page at the wiki). Basically there is nu uniform rating method and apps I would rate lets say silver would be rated platinum by others because t...
2016 Apr 15
11
[PATCH 1/2] nouveau/bl: Assign different names to interfaces
Currently, every backlight interface created by Nouveau uses the same name, nv_backlight. This leads to a sysfs warning as it tries to create an already existing folder. This patch adds a incremented number to the name, but keeps the initial name as nv_backlight, to avoid possibly breaking userspace; the second interface will be named nv_backlight1, and so on. Fixes: fdo#86539 Signed-off-by:
2009 Feb 18
1
[PATCH] Add in-kernel backlight control support
..., WHETHER IN AN ACTION + * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * + */ + +/* + * Authors: + * Matthew Garrett <mjg at redhat.com> + * + * Register locations derived from NVClock by Roderick Colenbrander + */ + +#include <linux/backlight.h> + +#include "drmP.h" +#include "nouveau_drv.h" +#include "nouveau_drm.h" +#include "nouveau_reg.h" + +static int nv40_get_intensity(struct backlight_device *bd) +{ + struct drm_device *dev = bl_get_data(bd); + stru...
2008 Jun 13
0
Wine release 1.0-rc5
...RpcSmDestroyClientContext to rpcndr.h. rpcrt4: Use RpcServerRegisterIfEx with RPC_IF_ALLOW_CALLBACKS_WITH_NO_AUTH in the server test. rpcrt4: Initialise the array to be marshalled in test_conformant_array. rpcrt4: Clear a hole in the ps1 structure in test_simple_struct. Roderick Colenbrander (2): wined3d: Update nvidia GPUs. wined3d: Update ATI GPUs. Stefan D?singer (3): wined3d: Remove a broken AddDirtyRect call. wined3d: Do not PreLoad the new render target. wined3d: Only read back offscreen targets on a target change. Vladimir Pankratov (1): s...
2008 Jun 06
0
Wine release 1.0-rc4
...win9x. shlwapi/tests: Don't create testfile at a fixed location. urlmon: Add new IE7 QUERYOPTION. urlmon/tests: Fix test on IE7. Rico Sch?ller (3): winecfg: Update German translation. shell32: Update German translation. net: Add German translation. Roderick Colenbrander (2): wined3d: Add a registry key to allow/disallow multisampling. wined3d: Add a WineD3D_ChoosePixelFormat line. Simon Richter (4): winebuild: Fix branch mnemonic on ppc. winebuild: Fix import stub on ppc. libwine: Implement wine_call_on_stack for ppc. libwine...
2018 Jun 22
0
Wine release 3.11
...: Add REINSTALLMODE=v installation mode test. msi: Add ProductToBeRegistered property tests. msi: Report error when cached installer has different version. msi: Add support for re-caching package. appwiz.cpl: Support installing minor updates when installing addons. Roderick Colenbrander (5): ntdll: Derive number of logical CPU cores from core mask. ntdll: Store core information by core on macOS. ntdll: Report physical cores once with proper thread mask. ntdll: GetLogicalProcessorInformationEx report LTP_PC_SMT for SMT cores. ntdll: GetLogicalProcess...
2010 Jun 18
0
Wine release 1.2-rc4
...tion. wineboot: Update Portuguese Portugal translation. winecfg: Update Portuguese Portugal translation. wordpad: Update Portuguese Portugal translation. mapi32: Add Portuguese Portugal translation. Rico Sch?ller (1): wined3d: Improve fglrx glsl spam filter. Roderick Colenbrander (1): wined3d: Add NPOT quirk for GeforceFX 5200. Sven Baars (2): wldap32: Fix Dutch translation. oleacc: Fix Dutch translation. Vitaly Lipatov (1): Update Russian translations. ?ukasz Wojni?owicz (1): winhlp32: Update the Polish translation. -- Alexandre Julliard...
2008 May 09
0
Wine release 1.0-rc1
...fixes. crypt32/tests: Cleanup registry after tests. Rob Shearman (3): winetest: Detect if an unhandled exception occurred in a child process and print an appropriate message. rpcrt4: Add better traces for the server test. crypt32: Add stub for CertVerifyCTLUsage. Roderick Colenbrander (2): wined3d: At the start of RemoveContextFromArray numContexts is decreased by 1, the loop which loops through the whole array doesn't take this into account. wined3d: Allow stencil support when it wasn't requested on broken drivers. Vitaliy Margolen (6): mshtml: Don&...
2013 May 10
0
Wine release 1.5.30
.... msvcp60: Export basic_streambuf::pubseekoff function. msvcp60: Fix errors in spec file. Qian Hong (1): kernel32: Fixed string comparision for non-canonical locale identifiers such as zh_CN VS zh-Hans on OS X. Rico Sch?ller (1): d3dx9: Remove unneeded variables. Roderick Colenbrander (1): opengl32: Add a test for WGL_EXT_swap_control. Ruslan Kabatsayev (1): netapi32: Add stub for NetGetAnyDCName. Sam Edwards (3): gdi32: Prevent another possible buffer overflow in get_glyph_outline. gdi32: Improve glyph positioning for the subpixel case in get_glyph_o...
2018 Jul 20
0
Wine release 3.13
...eral and integer. msvcr80: Add gets_s implementation. include/msvcrt: Add POSIX error codes to errno.h. msvcp110: Add _Syserror_map implementation. msvcp90: Don't set failbit in basic_istream::tellg. msvcp60: Don't set failbit in basic_istream::tellg. Roderick Colenbrander (1): winevulkan: Implement vkGetDeviceQueue2. Serge Gautherie (3): windowscodecs: Fix an MSVC warning about get_decoder_info(). guiddef.h: REF* types do not depend on CINTERFACE. shell32: Fix 2 MSVC warnings about flags. Stefan Dösinger (3): msvcp140: Implement _Te...
2010 May 28
0
Wine release 1.2-rc2
.... Piotr Caban (2): msvcrt: Fix mbstowcs_l implementation. msvcrt: Fix wcstombs_l implementation. Robert Wilhelm (4): include: Add struct _stat32i64 and struct _stat64i32. msvcrt90: Add fstat64i32. msvcrt90: Add stat64i32. msvcrt: Support system(NULL). Roderick Colenbrander (7): wined3d: Replace set_shader call with unset_shader in blt_to_drawable. wined3d: Don't use blit_supported() in d3dfmt_get_conv for now. wined3d: Update Nvidia Geforce6+ driver version to latest 197.45 WHQL version. wined3d: Add Geforce 4x0 cards to GPU database....
2018 Apr 27
0
Wine release 3.7
...plementation. msi: Only mark non-registered features as absent if we haven't done anything with them. msi: Support NULL value in INSERT query. msvcp140: Add _Task_impl_base::_IsNonBlockingThread stub. Qian Hong (1): kernel32: Init TimezoneInformation registry. Roderick Colenbrander (1): ntdll: Read correct sysfs entry for core information. Sebastian Lackner (1): advapi32/tests: Add basic tests for BuildSecurityDescriptor. Thomas Faber (1): msxml3: Avoid buffer overflow in BindStatusCallback_GetBindInfo (DPH). Valentin Gabriel Mitrea (2): d3d10: Im...