dc.h (dee8268f8fb218c9e9b604a40f7dbdd395e910f9) | dc.h (773af77fc479fd454c3f6836f86bf63996545cf4) |
---|---|
1/* 2 * Copyright (C) 2012 Avionic Design GmbH 3 * Copyright (C) 2012 NVIDIA CORPORATION. All rights reserved. 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License version 2 as 7 * published by the Free Software Foundation. 8 */ --- 351 unchanged lines hidden (view full) --- 360#define DC_WIN_DDA_INC 0x709 361#define H_DDA_INC(x) (((x) & 0xffff) << 0) 362#define V_DDA_INC(x) (((x) & 0xffff) << 16) 363 364#define DC_WIN_LINE_STRIDE 0x70a 365#define DC_WIN_BUF_STRIDE 0x70b 366#define DC_WIN_UV_BUF_STRIDE 0x70c 367#define DC_WIN_BUFFER_ADDR_MODE 0x70d | 1/* 2 * Copyright (C) 2012 Avionic Design GmbH 3 * Copyright (C) 2012 NVIDIA CORPORATION. All rights reserved. 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License version 2 as 7 * published by the Free Software Foundation. 8 */ --- 351 unchanged lines hidden (view full) --- 360#define DC_WIN_DDA_INC 0x709 361#define H_DDA_INC(x) (((x) & 0xffff) << 0) 362#define V_DDA_INC(x) (((x) & 0xffff) << 16) 363 364#define DC_WIN_LINE_STRIDE 0x70a 365#define DC_WIN_BUF_STRIDE 0x70b 366#define DC_WIN_UV_BUF_STRIDE 0x70c 367#define DC_WIN_BUFFER_ADDR_MODE 0x70d |
368#define DC_WIN_BUFFER_ADDR_MODE_LINEAR (0 << 0) 369#define DC_WIN_BUFFER_ADDR_MODE_TILE (1 << 0) 370#define DC_WIN_BUFFER_ADDR_MODE_LINEAR_UV (0 << 16) 371#define DC_WIN_BUFFER_ADDR_MODE_TILE_UV (1 << 16) |
|
368#define DC_WIN_DV_CONTROL 0x70e 369 370#define DC_WIN_BLEND_NOKEY 0x70f 371#define DC_WIN_BLEND_1WIN 0x710 372#define DC_WIN_BLEND_2WIN_X 0x711 373#define DC_WIN_BLEND_2WIN_Y 0x712 374#define DC_WIN_BLEND_3WIN_XY 0x713 375 --- 25 unchanged lines hidden --- | 372#define DC_WIN_DV_CONTROL 0x70e 373 374#define DC_WIN_BLEND_NOKEY 0x70f 375#define DC_WIN_BLEND_1WIN 0x710 376#define DC_WIN_BLEND_2WIN_X 0x711 377#define DC_WIN_BLEND_2WIN_Y 0x712 378#define DC_WIN_BLEND_3WIN_XY 0x713 379 --- 25 unchanged lines hidden --- |