| /* |
| * drivers/amlogic/display/osd/osd_canvas.h |
| * |
| * Copyright (C) 2015 Amlogic, Inc. All rights reserved. |
| * |
| * This program is free software; you can redistribute it and/or modify |
| * it under the terms of the GNU General Public License as published by |
| * the Free Software Foundation; either version 2 of the License, or |
| * (at your option) any later version. |
| * |
| * This program is distributed in the hope that it will be useful, but WITHOUT |
| * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
| * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
| * more details. |
| * |
| */ |
| |
| |
| #ifndef _OSD_CANVAS_H_ |
| #define _OSD_CANVAS_H_ |
| |
| #define OSD1_CANVAS_INDEX 0x40 |
| #define OSD2_CANVAS_INDEX 0x43 |
| #define OSD3_CANVAS_INDEX 0x41 |
| #define OSD4_CANVAS_INDEX 0x42 |
| #define ALLOC_CANVAS_INDEX 0x44 |
| |
| #endif |