search for: rcon

Displaying 11 results from an estimated 11 matches for "rcon".

Did you mean: con
2016 Jun 02
1
[PATCH 09/20] drm: rcar-du: Rely on the default ->best_encoder() behavior
...n.h" > > /* > --------------------------------------------------------------------------- > -- - * Common connector functions > - */ > - > -struct drm_encoder * > -rcar_du_connector_best_encoder(struct drm_connector *connector) > -{ > - struct rcar_du_connector *rcon = to_rcar_connector(connector); > - > - return rcar_encoder_to_drm_encoder(rcon->encoder); > -} > - > -/* > --------------------------------------------------------------------------- > -- * Encoder > */ > > diff --git a/drivers/gpu/drm/rcar-du/rcar_du_encoder.h...
2016 Jun 02
1
[PATCH 09/20] drm: rcar-du: Rely on the default ->best_encoder() behavior
...n.h" > > /* > --------------------------------------------------------------------------- > -- - * Common connector functions > - */ > - > -struct drm_encoder * > -rcar_du_connector_best_encoder(struct drm_connector *connector) > -{ > - struct rcar_du_connector *rcon = to_rcar_connector(connector); > - > - return rcar_encoder_to_drm_encoder(rcon->encoder); > -} > - > -/* > --------------------------------------------------------------------------- > -- * Encoder > */ > > diff --git a/drivers/gpu/drm/rcar-du/rcar_du_encoder.h...
2006 Oct 09
1
Discussion starter for package level Connection API
Thought I'd try and start a discussion. Feel free to jump in. I guess R needs to strike the right balance between opening up the internals to package writers and not allowing them to do bad things. My first attempt at cracking this nut is to just memcpy() the Rconnection and not allow access to the private stuff: /* Alternative to allowing C code access to connection API. */ Rconnection R_GetConnection(Rconnection ucon, int idx){ Rconnection rcon; /* Valid connection? */ if ((rcon = getConnection(idx)) == NULL) return NULL; m...
2016 Jun 02
0
[PATCH 09/20] drm: rcar-du: Rely on the default ->best_encoder() behavior
...c @@ -27,18 +27,6 @@ #include "rcar_du_vgacon.h" /* ----------------------------------------------------------------------------- - * Common connector functions - */ - -struct drm_encoder * -rcar_du_connector_best_encoder(struct drm_connector *connector) -{ - struct rcar_du_connector *rcon = to_rcar_connector(connector); - - return rcar_encoder_to_drm_encoder(rcon->encoder); -} - -/* ----------------------------------------------------------------------------- * Encoder */ diff --git a/drivers/gpu/drm/rcar-du/rcar_du_encoder.h b/drivers/gpu/drm/rcar-du/rcar_du_encoder.h inde...
2016 Jun 02
24
[PATCH 00/20] drm/atomic: Provide default ->best_encoder() behavior
Hello, This patch series aims at replacing all dummy ->best_encoder() implementations where we have a 1:1 relationship between encoders and connectors. The core already provides the drm_atomic_helper_best_encoder() function which is taking the first encoder attached to the connector (after making sure only one encoder was attached to the connector), but it's not automatically used, and
2016 Jun 02
24
[PATCH 00/20] drm/atomic: Provide default ->best_encoder() behavior
Hello, This patch series aims at replacing all dummy ->best_encoder() implementations where we have a 1:1 relationship between encoders and connectors. The core already provides the drm_atomic_helper_best_encoder() function which is taking the first encoder attached to the connector (after making sure only one encoder was attached to the connector), but it's not automatically used, and
2001 Sep 12
0
AES update..
...quot;includes.h" -RCSID("$OpenBSD: cipher.c,v 1.46 2001/06/25 08:25:36 markus Exp $"); +RCSID("$OpenBSD: cipher.c,v 1.47 2001/08/23 11:31:59 markus Exp $"); #include "xmalloc.h" #include "log.h" @@ -283,66 +283,65 @@ static void rijndael_setkey(CipherContext *cc, const u_char *key, u_int keylen) { - rijndael_set_key(&cc->u.rijndael.enc, (u4byte *)key, 8*keylen, 1); - rijndael_set_key(&cc->u.rijndael.dec, (u4byte *)key, 8*keylen, 0); + rijndael_set_key(&cc->u.rijndael.enc, (char *)key, 8*keylen, 1); + rijndael_set_key(&cc-&...
2007 Mar 23
0
[LLVMdev] Google SoC Proposal Draft
...also involved with several other open source projects. I am the primary developer of several upcoming open projects for Retina Software, a cross-platform game technology company I co-founded. I am working with a student group in a class to design an open source software construction tool called RCons. I work actively with Gentoo Linux, eINIT, and Retrospectiva providing feedback, testing, filing and fixing bugs. I have helped with dvd::rip, Trac, and Bitten in the past in similar roles. ### Proposed Project for the Summer of 2007 I propose to work with the LLVM project to craft a front end...
2008 Jul 29
1
Wine Success and Failure report
...adsp. Differences: I never had a single FPS-break in my windows build (always 60 FPS), but in Wine there are times where I get some performance breaks. (OpenGL) I'd say It is because of sound, and Pulseaudio's process grabbing the CPU. Plus, I found some sort of bug that would duplicate my RCON messages, but I am unsure if that is a Wine bug or a Linux-CS-Server bug. Microsoft Office 2007 Retail Edition I tried almost everything to get Office to install properly, but I didn't manage it. Issues with rpcrt4.dll still curse me whenever I try again. I haven't quit, but it has been a...
2016 Jun 07
26
[PATCH v2 00/20] drm/atomic: Provide default ->best_encoder() behavior
Hello, This patch series aims at replacing all dummy ->best_encoder() implementations where we have a 1:1 relationship between encoders and connectors. The core already provides the drm_atomic_helper_best_encoder() function which is taking the first encoder attached to the connector (after making sure only one encoder was attached to the connector), but it's not automatically used, and
2016 Jun 07
26
[PATCH v2 00/20] drm/atomic: Provide default ->best_encoder() behavior
Hello, This patch series aims at replacing all dummy ->best_encoder() implementations where we have a 1:1 relationship between encoders and connectors. The core already provides the drm_atomic_helper_best_encoder() function which is taking the first encoder attached to the connector (after making sure only one encoder was attached to the connector), but it's not automatically used, and