| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (c) 2010 Sascha Hauer <s.hauer@pengutronix.de> |
|---|
| 3 | 4 | * Copyright (C) 2005-2009 Freescale Semiconductor, Inc. |
|---|
| 4 | | - * |
|---|
| 5 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 6 | | - * under the terms of the GNU General Public License as published by the |
|---|
| 7 | | - * Free Software Foundation; either version 2 of the License, or (at your |
|---|
| 8 | | - * option) any later version. |
|---|
| 9 | | - * |
|---|
| 10 | | - * This program is distributed in the hope that it will be useful, but |
|---|
| 11 | | - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY |
|---|
| 12 | | - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|---|
| 13 | | - * for more details. |
|---|
| 14 | 5 | */ |
|---|
| 15 | 6 | #ifndef __IPU_PRV_H__ |
|---|
| 16 | 7 | #define __IPU_PRV_H__ |
|---|
| .. | .. |
|---|
| 272 | 263 | unsigned int height, unsigned int stride, u32 format, |
|---|
| 273 | 264 | uint64_t modifier, unsigned int bufaddr); |
|---|
| 274 | 265 | void ipu_pre_update(struct ipu_pre *pre, unsigned int bufaddr); |
|---|
| 266 | +bool ipu_pre_update_pending(struct ipu_pre *pre); |
|---|
| 275 | 267 | |
|---|
| 276 | 268 | struct ipu_prg *ipu_prg_lookup_by_phandle(struct device *dev, const char *name, |
|---|
| 277 | 269 | int ipu_id); |
|---|