| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* Copyright (c) 2015-2018, The Linux Foundation. All rights reserved. |
|---|
| 2 | | - * |
|---|
| 3 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 4 | | - * it under the terms of the GNU General Public License version 2 and |
|---|
| 5 | | - * only version 2 as published by the Free Software Foundation. |
|---|
| 6 | | - * |
|---|
| 7 | | - * This program is distributed in the hope that it will be useful, |
|---|
| 8 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 9 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 10 | | - * GNU General Public License for more details. |
|---|
| 11 | 3 | */ |
|---|
| 12 | 4 | #define pr_fmt(fmt) "[drm:%s:%d] " fmt, __func__, __LINE__ |
|---|
| 13 | 5 | |
|---|
| .. | .. |
|---|
| 50 | 42 | #define QSEED3_CLK_CTRL0 0x54 |
|---|
| 51 | 43 | #define QSEED3_CLK_CTRL1 0x58 |
|---|
| 52 | 44 | #define QSEED3_CLK_STATUS 0x5C |
|---|
| 53 | | -#define QSEED3_MISR_CTRL 0x70 |
|---|
| 54 | | -#define QSEED3_MISR_SIGNATURE_0 0x74 |
|---|
| 55 | | -#define QSEED3_MISR_SIGNATURE_1 0x78 |
|---|
| 56 | 45 | #define QSEED3_PHASE_INIT_Y_H 0x90 |
|---|
| 57 | 46 | #define QSEED3_PHASE_INIT_Y_V 0x94 |
|---|
| 58 | 47 | #define QSEED3_PHASE_INIT_UV_H 0x98 |
|---|