]> Git Repo - linux.git/blob - drivers/gpu/drm/shmobile/shmob_drm_backlight.h
Merge tag 'linux-kselftest-next-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
[linux.git] / drivers / gpu / drm / shmobile / shmob_drm_backlight.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * shmob_drm_backlight.h  --  SH Mobile DRM Backlight
4  *
5  * Copyright (C) 2012 Renesas Electronics Corporation
6  *
7  * Laurent Pinchart ([email protected])
8  */
9
10 #ifndef __SHMOB_DRM_BACKLIGHT_H__
11 #define __SHMOB_DRM_BACKLIGHT_H__
12
13 struct shmob_drm_connector;
14
15 void shmob_drm_backlight_dpms(struct shmob_drm_connector *scon, int mode);
16 int shmob_drm_backlight_init(struct shmob_drm_connector *scon);
17 void shmob_drm_backlight_exit(struct shmob_drm_connector *scon);
18
19 #endif /* __SHMOB_DRM_BACKLIGHT_H__ */
This page took 0.0342 seconds and 4 git commands to generate.