]> Git Repo - linux.git/blob - drivers/gpu/drm/gma500/blitter.h
drm/nouveau/kms: Don't change EDID when it hasn't actually changed
[linux.git] / drivers / gpu / drm / gma500 / blitter.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (c) 2014, Patrik Jakobsson
4  * All Rights Reserved.
5  *
6  * Authors: Patrik Jakobsson <[email protected]>
7  */
8
9 #ifndef __BLITTER_H
10 #define __BLITTER_H
11
12 struct drm_psb_private;
13
14 extern int gma_blt_wait_idle(struct drm_psb_private *dev_priv);
15
16 #endif
This page took 0.040091 seconds and 4 git commands to generate.