search for: nv50_2d_clip_enable

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

2010 Jan 14
1
xf86-video-nouveau compile error and fix
Hello, I found xf86-video-nouveau unable to compile on my system. Failing with two errors in nv_accel_common.c about NV50_2D_CLIP_ENABLE and NV50_2D_COLOR_KEY_ENABLE not being defined. Comparing the source to xf86-video-nv, i found the missing constants to be 0x290 for CLIP_ENABLE and 0x29c for COLOR_KEY_ENABLE. This got nv_accel_common.c to compile. I'd request these two constants to be defined to the said values and this bei...
2010 Jan 14
0
Fwd: xf86-video-nouveau compile error and fix
Hello, I found xf86-video-nouveau unable to compile on my system. Failing with two errors in nv_accel_common.c about NV50_2D_CLIP_ENABLE and NV50_2D_COLOR_KEY_ENABLE not being defined. Comparing the source to xf86-video-nv, i found the missing constants to be 0x290 for CLIP_ENABLE and 0x29c for COLOR_KEY_ENABLE. This got nv_accel_common.c to compile. I'd request these two constants to be defined to the said values and this bei...
2014 Dec 31
2
[PATCH 1/2] nv50: regenerate rnndb headers
...(0x00000270 + 0x4*(i0)) +#define NVC0_2D_UNK0270__ESIZE 0x00000004 +#define NVC0_2D_UNK0270__LEN 0x00000004 + #define NV50_2D_CLIP_X 0x00000280 #define NV50_2D_CLIP_Y 0x00000284 @@ -158,7 +168,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define NV50_2D_CLIP_ENABLE 0x00000290 -#define NV50_2D_COLOR_KEY_FORMAT 0x00000294 +#define NV50_2D_COLOR_KEY_FORMAT 0x00000294 #define NV50_2D_COLOR_KEY_FORMAT_16BPP 0x00000000 #define NV50_2D_COLOR_KEY_FORMAT_15BPP 0x00000001 #define NV50_2D_COLOR_KEY_FORMAT_24BPP 0x00000002 @@ -169,7 +179,7 @@ WIT...